Skip to main content

Table Details

PropertyValue
Table Namebitcoin_cash.raw.blocks
Table StatusProduction-Ready
Unique Keytimestamp, number
Clustering Key(s)to_date("timestamp")
Search Optimizationhash

Table Columns

Column NameData TypeDescription
timestampTIMESTAMP_NTZ(9)Timestamp of the block.
numberNUMBER(38,0)Block number or block height.
hashVARCHAR(66)Block hash.
confirmationsNUMBER(38,0)The number of confirmations, or -1 if the block is not on the main chain. A confirmation indicates that a transaction has been added to a block on the blockchain.
versionNUMBER(38,0)The block version.
merkle_rootVARCHAR(66)The root node of a Merkle tree, where leaves are transaction hashes.
median_timeNUMBER(38,0)The median block time expressed in UNIX epoch time.
nonceNUMBER(38,0)A 32-bit number that miners change to try to get a valid block hash.
bitsVARCHAR(16777216)The difficulty threshold specified in the block header.
difficultyFLOATThe estimated amount of work done to find this block relative to the estimated amount of work done to find block 0.
chainworkVARCHAR(16777216)Expected number of hashes required to produce the current chain.
transaction_countNUMBER(38,0)Total number of transactions in the block.
previous_block_hashVARCHAR(66)The block hash of the previous block.
next_block_hashVARCHAR(66)The block hash of the next block, if applicable.
stripped_sizeNUMBER(38,0)The block size excluding witness data.
sizeNUMBER(38,0)Size of the block mined.
weightNUMBER(38,0)The block weight as defined in BIP 141.
auxpowVARIANTAuxiliary proof-of-work data, when present (used for merged mining).
_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.