What Is a UTXO?
A UTXO is an unspent transaction output: a discrete chunk of bitcoin that some previous transaction created and nobody has spent yet. Your Bitcoin "balance" is not a number in an account. It is a pile of these chunks. Spend $8 from a $10 bill and you do not edit the bill. You hand it over and get $2 back. That $2 is a new UTXO.
How It Actually Works
- Every Bitcoin transaction consumes one or more UTXOs as inputs and creates new UTXOs as outputs. The leftovers return to you as change, often to a fresh address your wallet generated.
- This is why a Bitcoin explorer (or a Bitcoin one such as mempool.space) shows many outputs instead of one running total. The wallet is adding them up for you.
- Ethereum and most newer chains use an account model instead: one address, one balance, storage on the side. Different plumbing, different privacy and fee habits.
Risks and Common Mistakes
- Change address confusion. Beginners see an unfamiliar address in their own history and panic. It is usually their change. Hardware wallets show this on the device; read it.
- Fee surprise from many tiny UTXOs. A pile of leftover dust costs more to spend. Consolidating when fees are low is housekeeping, not a trade.
- Privacy leakage. Combining UTXOs in one transaction can link addresses that looked separate. That is a feature of the model, not a bug in your wallet.
When It Matters
Reading a Bitcoin transaction, understanding fees, and not freaking out at change. It is also why "just refund the same address" is natural on Ethereum and awkward on Bitcoin. Fundamentals live on my Fundamentals page.
Related Terms
Glossary · Learn · Resource Library · Return to Official Home Page
Copyright © 2026 Crypto Guidance Inc.