Skip to main content

Unspent Transaction Output (UTXO)

technical · blockchain

A discrete spendable output on a UTXO blockchain, similar to a digital coin that must be spent whole.

1.technical

An unspent transaction output (UTXO) is a chunk of value created by a transaction and not yet consumed by a later transaction. Wallet balances on UTXO chains are the sum of spendable outputs controlled by the user's keys.

2.model

UTXO systems track coins rather than account balances. Every valid transaction consumes existing outputs as inputs and creates new outputs with locking conditions for future spending.

3.management

UTXO selection affects fees and privacy. Spending many small outputs increases transaction size, while combining unrelated outputs can reveal that the same wallet likely controls them.

Compare the broader design in UTXO versus account-based blockchains. Coin control explains how wallets let users choose which outputs to spend.

Related terms

All terms and definitions may update as the Cryptionary improves.