Skip to main content

Table Details

PropertyValue
Table Namestacks.raw.transactions
Table StatusProduction-Ready
Unique Keytx_id
Clustering Key(s)to_date("burn_block_time")

Table Columns

Column NameData TypeDescription
anchor_modeVARCHAR(16777216)Specifies how the transaction is anchored to the Bitcoin chain (on_chain_only, off_chain_only, any).
block_hashVARCHAR(16777216)The hash of the block containing the transaction.
block_heightNUMBER(38,0)The height of the block containing the transaction.
miner_block_timeTIMESTAMP_NTZ(9)The timestamp set by the miner when producing the block.
burn_block_heightNUMBER(38,0)Height of the burn chain block.
burn_block_timeTIMESTAMP_NTZ(9)Timestamp when the corresponding burn block was mined.
canonicalBOOLEANIndicates if the transaction is in the canonical chain.
event_countNUMBER(38,0)The number of events generated by the transaction.
execution_cost_read_countNUMBER(38,0)Execution cost read count.
execution_cost_read_lengthNUMBER(38,0)Execution cost read length.
execution_cost_runtimeNUMBER(38,0)Execution cost runtime.
execution_cost_write_countNUMBER(38,0)Execution cost write count.
execution_cost_write_lengthNUMBER(38,0)Execution cost write length.
fee_rateNUMBER(38,0)The fee rate for the transaction.
is_unanchoredBOOLEANIndicates if the transaction is unanchored.
microblock_canonicalBOOLEANIndicates if the transaction is in a canonical microblock.
microblock_hashVARCHAR(16777216)The hash of the microblock containing the transaction.
microblock_sequenceNUMBER(38,0)The sequence number of the microblock.
nonceNUMBER(38,0)The nonce used by the transaction sender.
parent_block_hashVARCHAR(16777216)The hash of the parent block.
parent_burn_block_timeTIMESTAMP_NTZ(9)Timestamp of the parent burn block.
post_condition_modeVARCHAR(16777216)The post condition mode for the transaction (allow, deny).
post_conditionsVARIANTThe post conditions specified in the transaction.
sender_addressVARCHAR(16777216)The address of the transaction sender.
sponsoredBOOLEANIndicates if the transaction is sponsored.
tx_idVARCHAR(16777216)The unique identifier or hash of the transaction.
tx_indexNUMBER(38,0)The index of the transaction within the block.
tx_resultVARIANTThe result of the transaction execution.
tx_statusVARCHAR(16777216)The status of the transaction (success, abort_by_response, abort_by_post_condition).
tx_typeVARCHAR(16777216)The type of transaction (e.g., token_transfer).
tx_contentsVARIANTThe contents of the transaction.
_created_atTIMESTAMP_NTZ(9)Timestamp of the entry creation.
_updated_atTIMESTAMP_NTZ(9)Timestamp of the entry update.
true_event_countNUMBER(38,0)The true count of events.