Skip to main content

Table Description

Contains transaction-level data for the Cardano blockchain. Each row represents a single transaction and includes fee information, validity status, input/output counts, and references to collateral and script data.

Column Descriptions

ColumnDescriptionType
tx_hashThe hash uniquely identifying the transaction.varchar
block_hashThe hash of the block containing this transaction.varchar
block_numberThe sequential number of the block containing this transaction.bigint
slotThe absolute slot number of the block containing this transaction.bigint
epochThe epoch number in which the transaction was included.integer
block_timeThe timestamp of the block containing this transaction.timestamp
tx_indexThe index position of the transaction within the block.integer
fee_lovelaceThe fee paid for the transaction, in lovelace.bigint
is_invalidWhether the transaction failed phase-2 validation (script execution).boolean
script_data_hashThe hash of the script-related data (datums and redeemers) included in the transaction.varchar
total_collateral_lovelaceThe total collateral provided for script execution, in lovelace.bigint
treasury_donation_lovelaceThe amount donated to the Cardano treasury, in lovelace.bigint
inputsJSON array of transaction inputs (UTXOs consumed).varchar
outputsJSON array of transaction outputs (UTXOs created).varchar
reference_inputsJSON array of reference inputs used for read-only access to UTXOs.varchar
collateral_inputsJSON array of collateral inputs used in case of script failure.varchar
input_countThe number of inputs consumed by the transaction.bigint
output_countThe number of outputs produced by the transaction.bigint
_updated_atThe time when this record was last updated.timestamp
_ingested_atThe time when this record was ingested into Dune.timestamp

Table Sample