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.

Table Details

PropertyValue
Table Namesolana_devnet.raw.blocks
Table StatusBeta 🌱
Unique Keyslot
Clustering Key(s)to_date("timestamp")
Search Optimizationslot, height, hash

Table Columns

Column NameData TypeDescription
slotNUMBER(38,0)The slot number this block was produced for. Slots are the fundamental unit of time in Solana.
heightNUMBER(38,0)The block height (number of blocks beneath this block in the chain).
timestampTIMESTAMP_NTZ(9)Estimated production time of the block, as Unix timestamp.
hashVARCHAR(16777216)The unique identifier (blockhash) of this block.
parent_slotNUMBER(38,0)The slot of this block’s parent.
previous_block_hashVARCHAR(16777216)The hash of the parent block.
transaction_countNUMBER(38,0)Total number of transactions in this block.
nonvoting_transaction_countNUMBER(38,0)Number of non-voting transactions (excluding consensus vote txs).
reward_countNUMBER(38,0)Number of reward records associated with this block.
_created_atTIMESTAMP_NTZ(9)Timestamp of when the entry was created in the database.
_updated_atTIMESTAMP_NTZ(9)Timestamp of when the entry was last updated in the database.