Table Columns

Unique Key: number

Column NameData TypeDescription
numberBIGINTThe length of the chain, in blocks.
timestampTIMESTAMP_NTZ(9)The unix timestamp for when the block was collated.
hashVARCHARUnique identifier of a block.
parent_hashVARCHARUnique identifier of the block preceding this block, also known as the parent block.
new_rootVARCHARThe new state root after applying this block’s transactions.
sequencer_addressVARCHARThe address of the sequencer that produced this block.
statusVARCHARThe status of the block
starknet_versionVARCHARThe version of the Starknet protocol used for this block.
l1_da_modeVARCHARThe data availability mode for L1 (e.g., ‘BLOB’, ‘CALLDATA’).
l1_data_gas_price_friBIGINTThe L1 data gas price in FRI (Field Representation Integer) units.
l1_gas_price_friBIGINTThe L1 gas price, denominated in fri
l2_gas_price_friBIGINTThe L2 gas price, denominated in fri
l1_data_gas_price_weiBIGINTThe L1 data gas price, denominated in wei
l1_gas_price_weiBIGINTThe L1 gas price, denominated in wei
l2_gas_price_weiBIGINTThe L2 gas price, denominated in wei
transaction_countBIGINTNumber of transactions included in this block.
_created_atTIMESTAMP_NTZ(9)Timestamp when the record was created.
_updated_atTIMESTAMP_NTZ(9)Timestamp when the record was last updated.