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

# Block

> Block type

<div data-generated>
  ## GraphQL

  ```
  type Block {
    blockNumber: Int!
    timestamp: Int!
    hash: String!
  }
  ```

  ### Used By

  **Returned by**

  * [blocks](/api-reference/queries/blocks.md): Returns block data for the input blockNumbers or timestamps, maximum 25 inputs.
</div>
