Skip to main content

Table Description

Tracks the consumption of UTXOs on the Cardano blockchain. Each row represents a UTXO being spent, linking the original output (identified by transaction hash and output index) to the transaction and block in which it was consumed.

Column Descriptions

ColumnDescriptionType
tx_hashThe hash of the transaction that originally created the UTXO.varchar
output_indexThe index of the output in the original transaction.integer
spent_tx_hashThe hash of the transaction that spent this UTXO.varchar
spent_at_slotThe absolute slot number when this UTXO was spent.bigint
spent_at_blockThe block number in which this UTXO was spent.bigint
spent_at_block_hashThe hash of the block in which this UTXO was spent.varchar
spent_block_timeThe timestamp of the block in which this UTXO was spent.timestamp
spent_epochThe epoch in which this UTXO was spent.integer
_updated_atThe time when this record was last updated.timestamp
_ingested_atThe time when this record was ingested into Dune.timestamp

Table Sample