Table Description
Thebeacon.raw table stores raw data about blocks proposed on the Beacon network. This table is partitioned by block_date.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Raw beacon chain data — unprocessed consensus layer records.
beacon.raw table stores raw data about blocks proposed on the Beacon network. This table is partitioned by block_date.
| Column | Type | Description |
|---|---|---|
| epoch | long | Epoch number during which the block was proposed. |
| block_slot | long | Slot number within the epoch when the block was proposed. |
| block_time | timestamp | Timestamp indicating when the block was included in the chain. |
| block_date | date | Date corresponding to the block_time. |
Was this page helpful?