Table Description

This table contains data about transactions in the Fuel blockchain, including transaction details, inputs, outputs, and associated metadata. Fuel transactions can be of different types: Script, Create, Mint, or Upgrade transactions.

Table Schema

Column NameData TypeDescription
block_heightbigintThe height of the block containing this transaction
block_timebigintThe timestamp when the block was created
block_idbinaryThe unique identifier of the block
block_versionstringThe version of the block
block_producerbinaryThe address of the block producer
statusstringThe status of the transaction (Success/Failure)
idbinaryThe unique identifier of the transaction
typestringThe type of transaction (Script/Create/Mint/Upgrade)
tx_pointer_block_heightbigintBlock height for UTXO validation
tx_pointer_tx_indexintTransaction index for UTXO validation
tx_pointerstructReference to previous transaction in UTXO model
bytecode_rootbinaryRoot hash of script bytecode
bytecode_witness_indexbigintIndex in witnesses array
blob_idbinaryIdentifier for blob transactions
maturitybigintMinimum block height for execution
mint_amountbigintAmount of tokens to mint
mint_asset_idbinaryAsset identifier for minting
mint_gas_pricebigintGas price for minting
receipts_rootbinaryMerkle root of transaction receipts
saltbinaryUnique value for transaction
script_gas_limitbigintMaximum gas for script execution
subsection_indexbigintIndex in multi-section transaction
subsections_numberbigintTotal sections in transaction
input_asset_idsarray(binary)Asset IDs used as inputs
proof_setarray(binary)Zero-knowledge proofs for validation
input_contractstructInput contract data (balances, state, UTXO)
output_contractstructOutput contract data (new balances, state)
policiesstructTransaction policies (maturity, fees, limits)
raw_payloadbinaryRaw transaction data
scriptbinaryCompiled script bytecode
script_databinaryScript input data
storage_slotsarray(struct)Contract storage updates
upgrade_purposestructContract upgrade details
witnessesarray(binary)Transaction validation data
script_lengthbigintScript bytecode length
script_data_lengthbigintScript input data length
storage_slots_countbigintNumber of storage updates
proof_set_countbigintNumber of validation proofs
witnesses_countbigintNumber of witnesses
inputs_countbigintNumber of inputs
outputs_countbigintNumber of outputs
is_createbooleanContract creation flag
is_mintbooleanMinting transaction flag
is_scriptbooleanScript transaction flag
is_upgradebooleanContract upgrade flag
is_uploadbooleanBytecode upload flag
is_blobbooleanBlob transaction flag
_updated_attimestampLast update timestamp
_ingested_attimestampIngestion timestamp

Table Sample