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_testnet.raw.transactions
Table StatusBeta 🌱
Unique Keytxn_id, block_timestamp
Clustering Key(s)to_date("block_timestamp")

Table Columns

Column NameData TypeDescription
block_slotNUMBER(38,0)Slot of the block containing this transaction.
block_heightNUMBER(38,0)Height of the block containing this transaction.
block_timestampTIMESTAMP_NTZ(9)Estimated production time of the containing block, as Unix timestamp.
block_hashVARCHAR(16777216)Blockhash of the containing block.
txn_idVARCHAR(16777216)The transaction signature (unique identifier).
txn_indexNUMBER(38,0)Position of this transaction within its block.
signaturesVARIANTList of all signatures on this transaction (first is the fee payer’s).
feeNUMBER(38,0)Transaction fee in lamports.
errVARCHAR(16777216)Error information if the transaction failed, null on success.
account_keysVARIANTList of all account addresses referenced by the transaction (in order).
recent_block_hashVARCHAR(16777216)Recent blockhash used to anchor this transaction in time and prevent replay.
signerVARCHAR(16777216)The primary signer (fee payer) of the transaction.
log_messagesVARIANTArray of program log messages emitted during execution.
pre_token_balancesVARIANTSPL token balances of relevant accounts before the transaction.
post_token_balancesVARIANTSPL token balances of relevant accounts after the transaction.
pre_balancesVARIANTSOL balances (in lamports) of accounts before the transaction.
post_balancesVARIANTSOL balances (in lamports) of accounts after the transaction.
successBOOLEANTrue if the transaction succeeded (err is null).
is_votingBOOLEANTrue if this is a consensus vote transaction.
instruction_countNUMBER(38,0)Number of top-level instructions in the transaction.
mint_to_decimalsVARIANTMap from SPL token mint address to its decimal precision for tokens involved.
token_accountsVARIANTList of token account addresses involved in the transaction.
sol_amountsVARIANTMap of SOL balance deltas (lamports) per account index.
compute_units_consumedNUMBER(38,0)Total compute units consumed by the transaction.
cost_unitsNUMBER(38,0)Total cost units (Solana’s transaction scheduling cost) consumed by the txn.
_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.