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

# Blocks 🌱

### Table Details

| Property            | Value                       |
| ------------------- | --------------------------- |
| Table Name          | `beacon_hoodi.raw.blocks`   |
| Table Status        | Beta 🌱                     |
| Clustering Key(s)   | `to_date("slot_timestamp")` |
| Search Optimization | `slot_number`               |

### Table Columns

| Column Name                 | Data Type         | Description                                                                      |
| --------------------------- | ----------------- | -------------------------------------------------------------------------------- |
| attestation\_count          | NUMBER(38,0)      | The number of attestations included in the block.                                |
| attestations                | VARIANT           | List of attestations included in the block.                                      |
| attester\_slashings         | VARIANT           | List of attester slashings included in the block.                                |
| blob\_kzg\_commitments      | VARIANT           | KZG commitments for blobs included in the block.                                 |
| bls\_to\_execution\_changes | VARIANT           | List of BLS to execution changes included in the block.                          |
| deposits                    | VARIANT           | List of deposits included in the block.                                          |
| eth1\_data                  | VARIANT           | Data related to the Ethereum 1.0 chain.                                          |
| execution\_payload          | VARIANT           | The execution payload of the block.                                              |
| graffiti                    | VARCHAR(16777216) | Graffiti data included in the block.                                             |
| proposer\_slashings         | VARIANT           | List of proposer slashings included in the block.                                |
| randao\_reveal              | VARCHAR(16777216) | The RANDAO reveal for the block.                                                 |
| sync\_aggregate             | VARIANT           | Sync aggregate data included in the block.                                       |
| voluntary\_exits            | VARIANT           | List of voluntary exits included in the block.                                   |
| eth1\_block\_hash           | VARCHAR(16777216) | The hash of the Ethereum 1.0 block.                                              |
| eth1\_block\_number         | VARCHAR(16777216) | The number of the Ethereum 1.0 block.                                            |
| eth1\_block\_timestamp      | TIMESTAMP\_NTZ(9) | The timestamp of the Ethereum 1.0 block.                                         |
| eth1\_deposit\_count        | NUMBER(38,0)      | The number of deposits in the Ethereum 1.0 block.                                |
| parent\_root                | VARCHAR(16777216) | The parent root of the block.                                                    |
| proposer\_index             | NUMBER(38,0)      | The index of the proposer for the block.                                         |
| state\_root                 | VARCHAR(16777216) | The root of the final state trie of the block.                                   |
| execution\_optimistic       | BOOLEAN           | Indicates if the block is execution optimistic.                                  |
| finalized                   | BOOLEAN           | Indicates if the block is finalized.                                             |
| version                     | VARCHAR(16777216) | The version of the block.                                                        |
| slot\_number                | NUMBER(38,0)      | The slot number of the block.                                                    |
| slot\_timestamp             | TIMESTAMP\_NTZ(9) | The timestamp of the slot.                                                       |
| transaction\_count          | NUMBER(38,0)      | Number of transactions included in this block.                                   |
| withdrawal\_count           | NUMBER(38,0)      | The number of withdrawals included in the block.                                 |
| withdrawals                 | VARIANT           | List of validator withdrawals (from the beacon chain) included in the block      |
| execution\_requests         | VARIANT           | List of execution requests included in the block. Applicable post-pectra update. |
| \_created\_at               | TIMESTAMP\_NTZ(9) | Timestamp when the record was created.                                           |
| \_updated\_at               | TIMESTAMP\_NTZ(9) | Timestamp when the record was last updated.                                      |

### Related Docs

* [EVM Raw Blocks](/historical-data/supported-blockchains/evm/core-schemas/raw/blocks)
* [Beacon Chain Raw Blocks](/historical-data/supported-blockchains/evm/beacon-chain/raw/blocks)
