> ## Documentation Index
> Fetch the complete documentation index at: https://docs.chainstack.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Blocks info | Robinhood

> Robinhood Chain block information JSON-RPC methods — query block details including transactions, timestamps, block height, and header data on the Robinhood Chain blockchain.

Retrieving block information from the Robinhood Chain blockchain can be done using the following methods:

<CardGroup cols={2}>
  <Card title="eth_blockNumber" icon="angle-right" iconType="solid" href="/reference/robinhood-eth-blocknumber" horizontal />

  <Card title="eth_getBlockByNumber" icon="angle-right" iconType="solid" href="/reference/robinhood-eth-getblockbynumber" horizontal />

  <Card title="eth_getBlockByHash" icon="angle-right" iconType="solid" href="/reference/robinhood-eth-getblockbyhash" horizontal />

  <Card title="eth_getBlockTransactionCountByNumber" icon="angle-right" iconType="solid" href="/reference/robinhood-eth-getblocktransactioncountbynumber" horizontal />

  <Card title="eth_getBlockTransactionCountByHash" icon="angle-right" iconType="solid" href="/reference/robinhood-eth-getblocktransactioncountbyhash" horizontal />

  <Card title="eth_getHeaderByNumber" icon="angle-right" iconType="solid" href="/reference/robinhood-eth-getheaderbynumber" horizontal />

  <Card title="eth_getHeaderByHash" icon="angle-right" iconType="solid" href="/reference/robinhood-eth-getheaderbyhash" horizontal />

  <Card title="eth_getBlockReceipts" icon="angle-right" iconType="solid" href="/reference/robinhood-eth-getblockreceipts" horizontal />

  <Card title="eth_getUncleCountByBlockNumber" icon="angle-right" iconType="solid" href="/reference/robinhood-eth-getunclecountbyblocknumber" horizontal />

  <Card title="eth_getUncleCountByBlockHash" icon="angle-right" iconType="solid" href="/reference/robinhood-eth-getunclecountbyblockhash" horizontal />

  <Card title="eth_getUncleByBlockNumberAndIndex" icon="angle-right" iconType="solid" href="/reference/robinhood-eth-getunclebyblocknumberandindex" horizontal />

  <Card title="eth_getUncleByBlockHashAndIndex" icon="angle-right" iconType="solid" href="/reference/robinhood-eth-getunclebyblockhashandindex" horizontal />
</CardGroup>

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
