₿₿₿Bitcoin Horizon
Dashboard
Skip to content
  1. Home
  2. ›
  3. Glossary

UTXO (Unspent Transaction Output)

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.

Definition

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.

Explanation

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.

Key Takeaways

  • •Bitcoin uses discrete unspent outputs rather than account balances
  • •Every transaction consumes existing UTXOs and creates new ones
  • •UTXO age analysis powers key on-chain metrics like HODL Waves and SOPR
  • •The model enables privacy techniques like CoinJoin but also chain analysis tracking

Frequently Asked Questions

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.

Related Terms

Block Reward
The amount of new Bitcoin awarded to miners for successfully adding a block to the blockchain. The reward started at 50 BTC per block and is cut in half approximately every four years through the halving process.
Cold Storage
A method of storing Bitcoin offline, disconnected from the internet, to protect against hacking and theft. Hardware wallets and paper wallets are common forms of cold storage.
Halving
An event that occurs approximately every four years (every 210,000 blocks) where the Bitcoin block reward is cut in half. Halvings reduce the rate of new supply entering the market and have historically preceded major bull runs.
Mining
The process of using computational power to validate transactions and add new blocks to the Bitcoin blockchain. Miners are rewarded with newly minted Bitcoin (the block reward) plus transaction fees.
Node
A computer running Bitcoin software that validates transactions and blocks, enforces consensus rules, and relays data across the network. Running a full node is the most sovereign way to interact with Bitcoin.
Private Key
A secret cryptographic key that proves ownership of Bitcoin and authorizes transactions. Losing your private key means losing access to your Bitcoin permanently. It should never be shared with anyone.
← Back to Glossary