Table Description

Contains block-level data from the TON blockchain including block header information, validators, and block statistics. This table is partitioned by block_date.

Column Descriptions

ColumnTypeDescription
block_timetimestampTimestamp of when the block was created
block_datedateDate of when the block was created
workchainintWorkchain identifier
shardbigintShard identifier
seqnointSequence number
root_hashstringHash of the block root
file_hashstringHash of the block file
mc_block_workchainintMasterchain block workchain identifier
mc_block_shardbigintMasterchain block shard identifier
mc_block_seqnointMasterchain block sequence number
global_idintGlobal identifier
versionintBlock version
after_mergebooleanFlag indicating if block was created after merge
before_splitbooleanFlag indicating if block was created before split
after_splitbooleanFlag indicating if block was created after split
want_mergebooleanFlag indicating if block wants to merge
want_splitbooleanFlag indicating if block wants to split
key_blockbooleanFlag indicating if this is a key block
vert_seqno_incrbooleanVertical sequence number increment flag
flagsintBlock flags
gen_utimebigintGeneration unix time
start_ltbigintStart logical time
end_ltbigintEnd logical time
validator_list_hash_shortintShort hash of validator list
gen_catchain_seqnointGeneration catchain sequence number
min_ref_mc_seqnointMinimum reference masterchain sequence number
prev_key_block_seqnointPrevious key block sequence number
vert_seqnointVertical sequence number
master_ref_seqnointMaster reference sequence number
rand_seedstringRandom seed
created_bystringCreator of the block
tx_countintNumber of transactions in the block
updated_attimestampLast time the record was updated
ingested_attimestampTime when the record was ingested

Table Sample