Documentation Index
Fetch the complete documentation index at: https://docs.dune.com/llms.txt
Use this file to discover all available pages before exploring further.
Table Description
Thebeacon.raw table stores raw data about blocks proposed on the Beacon network. This table is partitioned by block_date.
Column Descriptions
| 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. |