Skip to main content

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

The beacon.raw table stores raw data about blocks proposed on the Beacon network. This table is partitioned by block_date.

Column Descriptions

ColumnTypeDescription
epochlongEpoch number during which the block was proposed.
block_slotlongSlot number within the epoch when the block was proposed.
block_timetimestampTimestamp indicating when the block was included in the chain.
block_datedateDate corresponding to the block_time.

Table Sample