Skip to main content

Table Description

Contains block-level data for the Cardano blockchain. Each row represents a single block and includes information about the epoch, slot, transaction count, total output value, fees collected, and protocol version.

Column Descriptions

ColumnDescriptionType
block_hashThe hash uniquely identifying the block.varchar
block_numberThe sequential number of the block in the chain.bigint
block_timeThe timestamp when the block was produced.timestamp
epochThe epoch number in which the block was produced.integer
slotThe absolute slot number of the block.bigint
epoch_slotThe slot number relative to the start of the epoch.bigint
eraThe Cardano era during which the block was produced (e.g., Shelley, Alonzo, Conway).integer
tx_countThe number of transactions included in the block.integer
total_output_lovelaceThe total output value of all transactions in the block, in lovelace.decimal(38,0)
total_fees_lovelaceThe total transaction fees collected in the block, in lovelace.bigint
protocol_versionThe protocol version active when the block was produced.varchar
prev_block_hashThe hash of the preceding block.varchar
pool_hashThe hash of the stake pool that produced the block.varchar
_updated_atThe time when this record was last updated.timestamp
_ingested_atThe time when this record was ingested into Dune.timestamp

Table Sample