Table Description

This table contains data about blocks in the Fuel blockchain, including block headers, consensus data, and transaction information.

Table Schema

Column NameData TypeDescription
block_timebigintBlock creation timestamp
block_datedateBlock creation date
heightbigintBlock height/number
timebigintUnix timestamp
transactions_countbigintNumber of transactions
transactions_rootbinaryMerkle root of transactions
application_hashbinaryApplication state hash
consensus_parameters_versionbigintConsensus parameters version
da_heightbigintData availability height
event_inbox_rootbinaryEvent inbox Merkle root
idbinaryBlock identifier
message_outbox_rootbinaryMessage outbox Merkle root
message_receipt_countbigintNumber of message receipts
prev_rootbinaryPrevious block root
state_transition_bytecode_versionbigintState transition version
versionstringBlock version
consensus_typestringConsensus mechanism type
poa_consensus_data_signaturebinaryPoA consensus signature
producerbinaryBlock producer address
_updated_attimestampLast update timestamp
_ingested_attimestampIngestion timestamp

Table Sample