Blocks info#

Retrieves detailed information from a specified Ethereum block, including transactions, receipts, and block data. These methods provide insights into block details, transaction counts, and execution outcomes for a specific block.

eth_blockNumber : Retrieves the latest block number.
eth_getBlockByHash : Fetches block details by its hash.
eth_getBlockByHash#full : Returns full block details by hash.
eth_getBlockByNumber : Retrieves block details by number.
eth_getBlockByNumber#full : Fetches full block details by number.
eth_newBlockFilter : Sets a filter to track new blocks.
eth_getBlockReceipts : Retrieves transaction receipts for a block.
eth_getBlockTransactionCountByHash : Returns the number of transactions in a block by its hash.
eth_getBlockTransactionCountByNumber : Retrieves the transaction count of a block by its number.

These methods offer comprehensive tools for tracking and analyzing blockchain activity on the Ethereum network.

Get started
Unlock Access to 50+ chains
Boost your app's speed and reliability with dRPC - get your access API key