Definition
Coin control is a wallet feature that lets you manually select which specific unspent transaction outputs (UTXOs) a transaction will spend, instead of leaving the choice to the wallet's automatic coin-selection algorithm. Since Bitcoin balances are really a collection of distinct UTXOs of different sizes and histories, controlling which ones you combine gives you direct influence over the privacy, cost, and traceability of every spend.
Why it matters for privacy
When you spend, all the inputs you include are permanently linked together on-chain, telling observers that those coins share an owner. Coin control lets you keep separate UTXOs separate. The common rule is to avoid combining coins from a KYC source, such as an exchange withdrawal tied to your identity, with coins acquired privately, because merging them in one transaction creates a permanent link that chain-analysis can follow back to you.
Labels, freezing, and fees
Good coin-control workflows lean on labels: when bitcoin arrives, note its source, like "exchange April 2026" or "payment from client X." Many wallets let you freeze specific UTXOs so they are never auto-selected, preventing accidental linking. Coin control also manages fees, since spending many tiny UTXOs makes a larger, more expensive transaction, and consolidating during low-fee periods can be cheaper later, at a known privacy cost.
Coin control works hand in hand with avoiding address reuse; D-Central goes deeper in our Coin Control comprehensive guide and in Self-Custody fundamentals.
In Simple Terms
Coin control is a wallet feature that lets you manually select which specific unspent transaction outputs (UTXOs) a transaction will spend, instead of leaving the…
