📖 Term 🟢 Plain English 🔰 Beginner

🌀 Coin Mixing Coin Mixing

A privacy technique that pools many users' coins together, shuffles them, and hands each person back coins with no clear on-chain link to the ones they put in. The goal is to break the trail between sender and receiver. A mixer is also called a tumbler, blender, or anonymizer.

💡
Common misconception — Does mixing make you totally anonymous and is it automatically illegal? Not really! Privacy depends on how many people share the pool and on what you do with the coins afterward, so it's not absolute. And using a privacy tool isn't inherently illegal, though operating an unlicensed mixing service has led to convictions.
Inputs (who paid)Outputs (untraceable)🪙User A🪙User B🪙🌀Mixing Poolone big shared batch$ out$ out
🪙 Distinct deposits all flow into one shared 🌀 pool — the links cross and tangle, so the ❓ coins that come out can't be matched to who paid in. Privacy is only as strong as the crowd in the pool!

🎩 The simple version — the hat full of $20 bills

Picture a group of friends, each tossing an identical $20 bill into a hat. Everyone shuffles the hat, then each person draws one bill back out. Every friend still walks away with $20, but nobody can prove which specific bill was originally theirs. Coin mixing does the same thing with crypto: many people put coins into a shared pool, the pool jumbles them, and each person withdraws coins of the same value that no longer point back to their original deposit.

🔍 Why people want it — most chains are public, not private

Bitcoin and most blockchains are pseudonymous, not anonymous. Every transaction is recorded on-chain and stays public forever, so anyone with the right tools can follow the money from address to address. Chain-analysis firms do exactly that for a living. Mixing is the main way users try to restore some privacy after the fact. Most beginners first meet the term in the news, or when an exchange flags a deposit because the coins recently passed through a known mixing pattern.

🤝 CoinJoin — the main non-custodial way

The best-known method is CoinJoin, proposed for Bitcoin by Bitcoin Core developer Greg Maxwell. Many users combine their separate payments into one big transaction with lots of inputs and lots of outputs. Because all the inputs and outputs are mixed into the same transaction, an outside observer can't tell which input paid for which output. The key safety feature: it is non-custodial. Each participant keeps their own private keys the whole time and only signs the transaction if their correct outputs are included. There's no server holding the money and no operator to trust.

🏦 Custodial vs non-custodial mixers

TypeHow it works
🤝 CoinJoin (non-custodial)You never hand over control. You sign only if your own correct outputs are in the batch, so there's no operator who can run off with the funds
🏦 Custodial mixerA third party temporarily holds your coins, mixes them, and (hopefully) sends them back. You are trusting that single operator not to steal or to get seized

📌 The difference is who holds the keys. With a custodial mixer you take on operator risk; with CoinJoin you stay in control of your own coins from start to finish.

👥 Privacy is only as strong as the crowd

The strength of mixing rests on the anonymity set — the number of people sharing the pool. The more participants, the harder it is to link any coin back to its owner. Some modern CoinJoins have involved around 100 participants. A small pool gives weak privacy, because there are only a few possible owners to guess between. So the same tool can be strong or nearly useless depending on how crowded it is.

🚨 Things beginners should know

  • 🙈 Not absolute privacy — Mixing weakens the link, it doesn't delete it; careless handling afterward can re-expose you
  • 👥 Crowd size matters — A small anonymity set offers little real protection
  • 🏦 Custodial risk — A mixer that holds your funds can steal them or be shut down while your coins are inside
  • 🏛️ Legal status is fast-moving — Using privacy tools isn't inherently illegal, but running an unlicensed mixing service has led to prosecutions; rules vary by country
  • ❄️ Exchanges may flag it — Coins that recently went through a mixer can get a deposit frozen under AML checks

❓ FAQ

Does coin mixing make me completely anonymous?
No. Mixing only weakens the link between coins, it doesn't erase it. How much privacy you actually get depends on the size of the anonymity set (more participants is better) and on how carefully you handle the coins afterward. Re-linking yourself later, for example by sending the mixed coins straight to an exchange account in your name, can undo the whole effort.
Is using a coin mixer illegal?
Privacy tools are not inherently illegal, and wanting financial privacy is normal. But the legal picture is fast-moving and varies by country, and several people who operated mixing services have been prosecuted for running unlicensed money-transmitting businesses. This page is educational, not legal advice.
Why did an exchange freeze my deposit after I used a mixer?
Exchanges run chain-analysis checks and follow AML rules. If your coins recently passed through a known mixing pattern, the software may flag the deposit as higher risk, and the exchange can freeze it or ask where the funds came from. This is a common way beginners first run into the topic.

🔗 Related