Skip to main content

Table Details

PropertyValue
Table Namexdc_network.raw.blocks
Table StatusBeta 🌱
Clustering Key(s)to_date("timestamp")

Table Columns

Column NameData TypeDescription
timestampTIMESTAMP_NTZ(9)The unix timestamp for when the block was collated.
numberNUMBER(38,0)The length of the chain, in blocks.
hashVARCHAR(66)Unique identifier of a block.
parent_hashVARCHAR(66)Unique identifier of the block preceding this block, also known as the parent block.
nonceVARCHAR(42)The hash of the generated proof-of-work. null if pending.
sha3_unclesVARCHAR(66)An array of uncle hashes.
logs_bloomVARCHAR(16777216)The bloom filter for the logs of the block.
transactions_rootVARCHAR(66)The root of the transaction trie of the block.
state_rootVARCHAR(66)The root of the final state trie of the block.
receipts_rootVARCHAR(66)The root of the receipts trie of the block.
minerVARCHAR(42)The address of the beneficiary to whom the mining rewards were given.
difficultyNUMBER(38,0)The integer of the difficulty for this block.
total_difficultyVARCHAR(66)The integer of the total difficulty of the chain until this block.
sizeNUMBER(38,0)The size of the block, in bytes, as determined by the gas_limit.
extra_dataVARCHAR(16777216)The “extra data” field of this block.
gas_limitNUMBER(38,0)Gas limit of the current block.
gas_usedNUMBER(38,0)Total gas used in the block.
transaction_countNUMBER(38,0)Number of transactions included in this block.
base_fee_per_gasNUMBER(38,0)Post London Upgrade (EIP1559), this represents the minimum gas_used required for a transaction to be included in a block. Represented in wei.
withdrawalsVARIANTList of validator withdrawals (from the beacon chain) included in the block
penaltiesVARIANTPenalties applied to validators (masternodes) for misbehavior in the XDC DPoS consensus round.
validatorVARCHAR(256)The validator (masternode) that proposed this block under XDC DPoS consensus.
validatorsVARIANTThe list of validators (masternodes) selected for the epoch containing this block under XDC DPoS consensus.
_created_atTIMESTAMP_NTZ(9)Timestamp when the record was created.
_updated_atTIMESTAMP_NTZ(9)Timestamp when the record was last updated.