| 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. |