Skip to main content

Table Description

Contains unspent transaction output (UTXO) data for the Cardano blockchain. Each row represents a single output at a specific address, including native asset details (policy ID, asset name, quantity), datum information for smart contract interactions, and script references.

Column Descriptions

ColumnDescriptionType
tx_hashThe hash of the transaction that created this output.varchar
output_indexThe index of the output within the transaction.integer
asset_unitThe concatenation of policy ID and asset name, uniquely identifying the asset. Empty for ADA.varchar
policy_idThe hash of the minting policy script that governs the asset.varchar
asset_nameThe name of the native asset (hex-encoded).varchar
quantityThe quantity of the asset held in this UTXO.decimal(38,0)
addressThe Cardano address holding this UTXO.varchar
stake_addressThe stake (reward) address associated with this UTXO’s address.varchar
payment_credentialThe payment credential (key hash or script hash) of the address.varchar
stake_credentialThe stake credential of the address.varchar
inline_datumThe inline datum attached directly to the UTXO (CBOR-encoded).varchar
datum_hashThe hash of the datum attached to this UTXO (for non-inline datums).varchar
script_refA reference script attached to this UTXO, available for use by other transactions.varchar
reference_script_hashThe hash of the reference script attached to this UTXO.varchar
is_collateral_returnWhether this output is a collateral return output.boolean
epochThe epoch in which this UTXO was created.integer
slotThe absolute slot number when this UTXO was created.bigint
block_hashThe hash of the block containing the transaction that created this UTXO.varchar
block_timeThe timestamp of the block containing this UTXO.timestamp
_updated_atThe time when this record was last updated.timestamp
_ingested_atThe time when this record was ingested into Dune.timestamp

Table Sample