Learn

UTXO: the coins a Bitcoin wallet actually holds

A UTXO (Unspent Transaction Output) is a discrete piece of received Bitcoin that has not yet been spent. A wallet's balance is the sum of its UTXOs, and a payment works by consuming whole UTXOs as inputs and creating new ones as outputs, including any change.

At a glance

What it is
An unspent chunk of received Bitcoin a wallet can spend
Your balance
The sum of all the UTXOs your wallet controls
How spending works
Whole UTXOs are consumed; new ones, including change, are made
Why it matters
It drives transaction fees and on-chain privacy
Flow

How a payment consumes UTXOs

A UTXO is spent whole. The wallet picks enough inputs to cover the payment, sends what is owed, and returns the remainder to itself as a fresh change UTXO.

1
Inputs: existing UTXOs whole unspent chunks the wallet controls
2
The payment the amount sent to the recipient
3
Change: a new UTXO the remainder returned to your own wallet

What is a UTXO?

UTXO stands for Unspent Transaction Output. When you receive Bitcoin, that arrival is recorded as an output, a discrete chunk with an amount. While it sits unspent, it is a UTXO: a coin your wallet controls. Your balance is not a single stored number. It is the sum of all the UTXOs your wallet can spend, the way a pocket of cash is the sum of the individual notes in it.

Why does the UTXO model matter?

Spending is where it gets concrete. A UTXO is consumed whole. To pay someone, the wallet selects enough UTXOs to cover the amount, sends what is owed, and returns the remainder to itself as a new UTXO, the change. So a single payment destroys some UTXOs and creates others.

This has two practical consequences. Fees: a transaction’s size, and so its fee, grows with how many UTXOs it consumes, so a wallet holding many tiny coins is expensive to spend. Privacy: every output is visible on the public chain, and grouping unrelated UTXOs into one transaction links them, which can reveal more than you intended. Good wallet software manages this for you, but knowing that your balance is really a pile of discrete coins explains a lot of behaviour that otherwise looks strange.

UTXO model

  • Balance is a set of discrete coins, not one number
  • A coin is spent whole; the remainder comes back as change
  • How coins are grouped affects fees and privacy
  • Each output can be traced on the public chain

Bank-account intuition

  • Balance feels like a single editable figure
  • You spend an exact amount from one pool
  • Grouping is hidden and does not concern you
  • Transactions are private to you and the bank

Related terms

← All terms Reviewed: June 2026