21MERIDIAN 2140
11 / 104UTXO

UTXO

Unspent Transaction Output

A discrete chunk of bitcoin created by a transaction and not yet spent.

Bitcoin’s current ownership state is represented by unspent transaction outputs, not account balances. Each UTXO has a value and a locking script defining the conditions under which it may be spent.

A wallet balance is a convenient sum of UTXOs the wallet can authorize. Spending resembles using whole coins: selected outputs are consumed and any remainder returns as a newly created change output.

UTXO selection affects fees, privacy and future spending cost. Consolidating many small outputs can be efficient when fee rates are low, but combining them can reveal common ownership.

01

Discrete transaction output

02

Spent atomically, not partially

03

Tracked by validating nodes

04

Selection affects cost and privacy

DOC · 001Bitcoin Developer Guide: TransactionsDocumentationDOC · 002Bitcoin Core coins viewPrimary
Reviewed 25 July 2026Source-first · No investment advice