Table Description

Contains comprehensive transaction data from the Sui blockchain. This table records all transactions processed on the network, including transfers, smart contract interactions, and system operations. This table is partitioned by date.

Column Descriptions

ColumnTypeDescription
transaction_digeststringUnique hash identifier of the transaction
checkpointdecimal(20,0)Checkpoint sequence number containing this transaction
epochdecimal(20,0)Epoch number when the transaction was executed
timestamp_msdecimal(20,0)Unix timestamp in milliseconds when transaction was executed
datedateDate of when the transaction was executed
senderbinaryBinary representation of the address that initiated the transaction
transaction_kindstringType of transaction (e.g., “ProgrammableTransaction”, “ChangeEpoch”, “Genesis”)
is_system_txnbooleanWhether this is a system transaction
is_sponsored_txbooleanWhether this is a sponsored transaction
transaction_countdecimal(20,0)Number of transactions in the batch
execution_successbooleanWhether the transaction executed successfully
inputdecimal(20,0)Number of input objects
shared_inputdecimal(20,0)Number of shared input objects
gas_coinsdecimal(20,0)Number of gas coins used
createddecimal(20,0)Number of objects created
mutateddecimal(20,0)Number of objects mutated
deleteddecimal(20,0)Number of objects deleted
transfersdecimal(20,0)Number of transfers performed
split_coinsdecimal(20,0)Number of coin splits performed
merge_coinsdecimal(20,0)Number of coin merges performed
publishdecimal(20,0)Number of packages published
upgradedecimal(20,0)Number of package upgrades
othersdecimal(20,0)Number of other operations
move_callsdecimal(20,0)Number of move calls made
packagesstringPackages involved in the transaction
gas_ownerbinaryBinary representation of the gas owner address
gas_object_idbinaryBinary representation of the gas object ID
gas_object_sequencedecimal(20,0)Sequence number of the gas object
gas_object_digeststringDigest of the gas object
gas_budgetdecimal(20,0)Gas budget allocated for the transaction
total_gas_costbigintTotal gas cost for the transaction
computation_costdecimal(20,0)Computation cost component of gas
storage_costdecimal(20,0)Storage cost component of gas
storage_rebatedecimal(20,0)Storage rebate received
non_refundable_storage_feedecimal(20,0)Non-refundable storage fees
gas_pricedecimal(20,0)Gas price for the transaction
raw_transactionstringRaw transaction data
has_zklogin_sigbooleanWhether the transaction has zkLogin signature
has_upgraded_multisigbooleanWhether the transaction has upgraded multisig
transaction_jsonstringJSON representation of the transaction
effects_jsonstringJSON representation of the transaction effects
transaction_positiondecimal(20,0)Position of the transaction within the checkpoint
events_digeststringDigest of events emitted by the transaction
transaction_data_bcs_lengthdecimal(20,0)Length of transaction data BCS in bytes
effects_bcs_lengthdecimal(20,0)Length of effects BCS in bytes
events_bcs_lengthdecimal(20,0)Length of events BCS in bytes
signatures_bcs_lengthdecimal(20,0)Length of signatures BCS in bytes
_updated_attimestampLast time the record was updated
_ingested_attimestampTime when the record was ingested

Table Sample