1s_pending_block
Get the current pending block from the mempool to view transactions waiting for inclusion. Note: response can be large on mainnet.
Instructions
Get the current pending block from the mempool. Use this to see transactions waiting for inclusion. WARNING: Response can be very large (1MB+) on mainnet as it includes all pending transactions. Prefer 1s_network_info for chain status or 1s_tx_details_live for specific transactions. Not all nodes expose pending block data; results vary by RPC provider.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Blockchain network: "ethereum" (default), "sepolia", "avax" |