Skip to main content
Retrieving block information from the Plasma blockchain can be done using the following methods:

eth_blockNumber

eth_getBlockByNumber

eth_getBlockByHash

eth_getBlockTransactionCountByNumber

eth_getBlockTransactionCountByHash

eth_getBlockReceipts

eth_getUncleCountByBlockNumber

eth_getUncleCountByBlockHash

eth_getUncleByBlockNumberAndIndex

eth_getUncleByBlockHashAndIndex

eth_getHeaderByNumber

eth_getHeaderByHash

This information can be used for:
  • Blockchain analysis — insights into the overall network activity
  • Block explorers — web-based tools to view and analyze blockchain data
  • Smart contract analysis — track contract activity at specific blocks
  • DApp development — utilize block information in decentralized applications
Last modified on January 28, 2026