Bitcoin wallets hold a collection of separate unspent outputs rather than a single balance. Consolidating them during low-fee periods is a deliberate strategy with a clear arithmetic basis.
A balance is a set of separate coins
Every payment received creates an unspent output of a specific amount, and those outputs remain distinct until spent.
A wallet's displayed balance is the sum of them, but spending requires selecting specific outputs whose total covers the payment.
Each selected output becomes an input, and each input adds data to the transaction, which adds cost.
Small outputs accumulate quietly
Change from previous payments, small deposits and mining or exchange withdrawals all create additional outputs over time.
A wallet with a modest balance spread across many outputs will need most of them to make any meaningful payment.
The resulting transaction is large in data terms even though the amount being sent is not, so the fee is disproportionate to the payment.
Consolidation buys size at a cheaper rate
Consolidating means sending funds to oneself in a transaction that takes many inputs and produces one output.
The transaction is large and therefore costly, but performing it when fee rates are low means paying for that size at the cheapest available price.
Future payments then require one input instead of many, so the saving is realized on every subsequent transaction rather than once.
Dust has a threshold below which it cannot move
An output so small that spending it costs more in fees than it is worth is economically unspendable, and nodes apply relay rules against creating such outputs.
The threshold is not fixed in value terms because it depends on the prevailing fee rate, so an output can become dust as fees rise and usable again as they fall.
Consolidation during quiet periods is the only practical way to recover such outputs, since they can be included alongside larger ones cheaply.
The privacy cost is real
Combining outputs in one transaction demonstrates that the same party controlled all of them, linking histories that were previously separate.
Chain analysis relies on exactly this inference, so consolidation is one of the clearest signals a wallet can emit about its own composition.
Users who separate funds by purpose therefore consolidate within each group rather than across them, accepting a higher fee cost in exchange for keeping the groups unconnected.
Wallets with coin control features expose this choice directly, letting a user select which outputs a transaction spends instead of accepting whatever the automatic selection algorithm picks.