A discrete chunk of Bitcoin that exists as the unspent output of a previous transaction. UTXOs are the fundamental unit of Bitcoin ownership — your wallet balance is the sum of all UTXOs you control.
A discrete chunk of Bitcoin that exists as the unspent output of a previous transaction. UTXOs are the fundamental unit of Bitcoin ownership — your wallet balance is the sum of all UTXOs you control.
Bitcoin doesn't use an account-based model like a bank. Instead, it uses the UTXO model, where every transaction consumes existing outputs and creates new ones. Think of UTXOs like physical bills: if you have a 0.5 BTC UTXO and want to send 0.3 BTC, the entire 0.5 BTC UTXO is spent, creating two new UTXOs — 0.3 BTC to the recipient and 0.2 BTC back to you as change (minus the transaction fee).
The UTXO model has important implications for privacy and efficiency. Since each UTXO is independent, they can be tracked individually across the blockchain. Chain analysis firms trace UTXOs to identify transaction patterns and link addresses. Conversely, privacy techniques like CoinJoin work by mixing UTXOs from multiple users to obscure the ownership trail.
UTXO analysis has also become a powerful on-chain analytics tool. By examining the age distribution of UTXOs, analysts can determine how long holders have been sitting on their Bitcoin. Metrics like HODL Waves, Realized Cap, and Spent Output Profit Ratio (SOPR) all derive from UTXO data. When old UTXOs suddenly move, it often signals that long-term holders are taking profit, which can foreshadow cycle tops.
A bank tracks your balance as a single number that gets added to or subtracted from. Bitcoin has no concept of a balance — your wallet scans the blockchain for all UTXOs that your private keys can spend, then sums them up. Each UTXO is a separate, indivisible piece of Bitcoin until it's spent.
UTXOs must be spent entirely — you can't partially spend one. If your UTXO is larger than the amount you want to send, the transaction creates a change output that sends the remainder back to an address you control. This is similar to paying with a $20 bill and receiving change.
Dust refers to extremely small UTXOs whose value is less than or comparable to the fee required to spend them. Accumulating dust increases your wallet's transaction costs because spending many tiny UTXOs requires more data in the transaction. Some wallets consolidate dust during low-fee periods.