> ## 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 | Polygon

> Polygon block information JSON-RPC methods — query block details including transactions, timestamps, height, headers, and uncle counts on Polygon PoS.

Retrieving block information from the Polygon blockchain can be done by using the following methods:

<CardGroup>
  <Card title="eth_blockNumber | Polygon" href="/reference/polygon-getblocknumber" icon="angle-right" iconType="solid" horizontal />

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

  <Card title="eth_getBlockByNumber | Polygon" href="/reference/polygon-getblockbynumber" icon="angle-right" iconType="solid" horizontal />

  <Card title="eth_getBlockTransactionCountByHash | Polygon" href="/reference/polygon-getblocktransactioncountbyhash" icon="angle-right" iconType="solid" horizontal />

  <Card title="eth_getBlockTransactionCountByNumber | Polygon" href="/reference/polygon-getblocktransactioncountbynumber" icon="angle-right" iconType="solid" horizontal />

  <Card title="eth_newBlockFilter | Polygon" href="/reference/polygon-newblockfilter" icon="angle-right" iconType="solid" horizontal />
</CardGroup>

This information can be used to track the state of the blockchain and for:

* **Blockchain analysis** — insights into the overall activity on the network, such as the number of processed transactions and average transaction fees, can be obtained.
* **Block explores** — web-based tools that provide access to information on a blockchain, including block data, transactions, and addresses, allowing users to search, view, and analyze the network's activity.
* **Smart contract analysis** — the activity of specific smart contracts
* **DApp development** — block information can be utilized in the development of decentralized applications.
