Crypto news

10.08.2026
10:20

Anonymous Bitcoin payments: how to break the on-chain link and leave no traces

img-8588cb8dcdf0748d-1999408399723884

A standard bitcoin transfer reveals far more than just the payment amount. Along with the transaction, change enters the blockchain, inadvertently exposing the lower bound of your balance, a fresh address for monitoring, and the origin of the coins. Analytics platforms have been collecting such data for years, and your counterparty gets it for free — they know your name and remember exactly what you paid for.

The change problem: why the sender is always vulnerable

A bitcoin wallet does not operate with a single balance. It manages a set of unspent transaction outputs (UTXOs), each of which is spent only in full. The difference is returned to a new address — this is the change. For example, when paying 0.01 BTC from cold storage with a UTXO of 0.41732190 BTC, the recipient will see an output of 0.01000000 BTC, while the change of 0.40726190 BTC goes to a fresh address. A round amount in outputs is a clear sign of a payment, while a long tail after the decimal point is a marker of change. From such a transaction, an observer instantly calculates the sender's minimum balance and can track their further movements. If the coins came from a centralized exchange (CEX), this directly points to the owner's KYC verification.

Exact Payment mode: how it works

Unlike classic mixers, which return coins to the sender, the Exact Payment mode from Mixer.Money changes the recipient. The agreed amount reaches the recipient from an exchange address, while the change is returned to the payer. The chain is broken at the service, and the link between the parties disappears.

The mechanics look like this: the sent coins enter a premixer, are split into random parts, and distributed among private investors and traders on CEX. Liquidity comes back from other exchanges. A key detail — the service does not accept a round invoice amount. For a payout of 0.01 BTC, the request requires transferring from 0.0105 to 0.01575 BTC (payment plus 5–57.5%). The specific value within the range is chosen by the payer, further confusing the trail.

Terms and cost

The fee in Exact Payment mode is 4–5% plus a fixed 0.0007 BTC. At a rate of around $64,000, this is approximately $45 regardless of the transfer size. For a payment of 1 BTC, such a surcharge is negligible, but on a minimum request of $640, it eats up a noticeable share. The payout is guaranteed within six hours from the first transaction confirmation. No registration is required: the request and the issued address are valid for 168 hours (seven days), and for each order, the service provides a guarantee letter with a PGP signature.

Practical steps for an anonymous payment

  1. Prepare two addresses. One for the recipient, the second for the change. It is better to take the change address from a wallet not on-chain linked to the sending address, otherwise the remainder will reconnect the branches.
  2. Coordinate details with the counterparty. The money will not come from your address but from an exchange address, so the recipient will identify the payment only by the exact amount. Account for delays of up to six hours.
  3. Submit the request and verify the numbers. Double-check the payout amount, both addresses, and the sending range. Download the guarantee letter.
  4. Send the coins in a single transaction. The amount — any within the specified range, take the address from the request.
  5. Wait for the payouts. The recipient receives their share, and the remainder minus the fee is returned to your change address — also from an exchange wallet.

What remains on the blockchain

On the recipient's side, the incoming payment looks like a regular withdrawal from a trading platform. The chain contains neither your address, nor the change, nor the size of the spent UTXO. This is a fundamental difference from CoinJoin, where a cooperative transaction with a dozen identical outputs is easily recognized by algorithms, and CEX mark such coins as high-risk.

The 0.01 BTC threshold excludes everyday scenarios, but remains justified where the risk of exposing transaction history costs more than the 4–5% fee. For small amounts, manual coin selection (coin control) can be used — it does not break the link but reduces the volume of data going to the recipient. For frequent micropayments, the Lightning Network is optimal: the recipient sees only the invoice payment, not an on-chain transaction with change.

My view: Exact Payment is a niche tool for one-off large settlements where confidentiality is critical. For regular operations, it is excessive, but as a way to sever on-chain history before an important deal — it is a perfectly workable scheme. The main thing is not to forget about address hygiene, otherwise all anonymization is reduced to zero.