Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.allium.so/llms.txt

Use this file to discover all available pages before exploring further.

All blocks, starting from genesis.

Table Details

PropertyValue
Table Namerootstock.raw.blocks
Table StatusProduction-Ready
Unique Keynumber
Clustering Key(s)to_date("timestamp")
Search Optimizationnumber, hash, miner

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.
bitcoin_merged_mining_coinbase_transactionVARCHAR(16777216)The coinbase transaction of the Bitcoin block that was used to merge-mine this Rootstock block.
bitcoin_merged_mining_headerVARCHAR(16777216)The Bitcoin block header of the block that was used to merge-mine this Rootstock block.
bitcoin_merged_mining_merkle_proofVARCHAR(16777216)The Merkle proof that links the Bitcoin block’s Merkle root to the coinbase transaction containing the Rootstock block’s merge-mining tag.
cumulative_difficultyNUMBER(38,0)The total accumulated difficulty of the Rootstock chain up to and including this block.
hash_for_merged_miningVARCHAR(16777216)A hash derived from the Rootstock block header fields that Bitcoin miners commit to in the merge-mining coinbase transaction.
minimum_gas_priceNUMBER(38,0)The minimum gas price required for a transaction to be included in this block, in wei.
paid_feesNUMBER(38,0)The total amount of transaction fees paid by all transactions included in this block, in wei.
_created_atTIMESTAMP_NTZ(9)Timestamp when the record was created.
_updated_atTIMESTAMP_NTZ(9)Timestamp when the record was last updated.