Skip to main content

Table Description

Contains block-level data from the Flow Cadence blockchain including block headers, timestamps, and network fee information.

Column Descriptions

ColumnTypeDescription
block_datedateThe date of the block
timestamptimestampTimestamp when the block was created
block_hashstringUnique hash identifier for the block
block_heightbigintThe block number/height
parent_block_hashstringHash of the parent block
slotbigintSlot number
difficultydecimal(38,9)Block difficulty
total_difficultydecimal(38,9)Cumulative difficulty
network_fee_useddecimal(38,9)Network fee consumed in this block
network_fee_limitdecimal(38,9)Maximum network fee limit for the block
chain_specificstringChain-specific metadata in JSON format
_updated_attimestampTimestamp when the record was last updated
_ingested_attimestampTimestamp when the record was ingested

Table Sample