Mimblewimble (MW) is a blockchain design that employs a novel way of structuring and storing transactions. It’s a different implementation of a Proof of Work (PoW) blockchain that allows for increased privacy and better network scalability.
The Mimblewimble design was introduced in mid-2016 by pseudonymous Tom Elvis Jedusor. Although he managed to share the core ideas, the first Mimblewimble document left some questions open. This led Blockstream researcher Andrew Poelstra to study and improve the original concept. Soon after, Poelstra wrote a paper entitled Mimblewimble (published in October 2016).
Since then, many researchers and developers are studying the possibilities of the MW protocol. Some say that implementing it on Bitcoin would be quite difficult, though technically possible. Poelstra and others believe Mimblewimble may eventually improve the Bitcoin network as a sidechain solution.
How Mimblewimble Works
Mimblewimble changes the traditional model of blockchain transactions. It allows for a blockchain to have a more compact history, which is easier and faster to download, synchronize, and verify.
In a MW blockchain, there are no identifiable or reusable addresses, meaning that all transactions look like random data to an outsider. The transaction data is only visible to their respective participants.
So, a Mimblewimble block looks like one large transaction rather than a combination of many. This means that blocks can be verified and confirmed, but they give no details about each transaction. There is no way to link individual inputs with their respective outputs.
Consider the following example. Alice receives 5 MW coins from her mom and 5 from her dad. Then, she sends those 10 coins to Bob. The transactions are verified, but their details aren’t public. The only thing Bob knows is that Alice sent him 10 coins, but he can’t tell who previously sent those to Alice.
To move the coins on a Mimblewimble blockchain, the sender and receiver must exchange verifying information. So we still need Alice and Bob to communicate, but they aren’t required to be online at the same time for the transaction to happen.
Also, Mimblewimble employs a feature called cut-through, which reduces the block data by removing redundant transaction information. So instead of recording each input and output (from Alice’s parents to her, and from Alice to Bob), the block would only record one input-output pair (from Alice’s parents to Bob).
Technically, the Mimblewimble design supports and extends the concept of Confidential Transactions (CT), proposed by Adam Back in 2013 and implemented by Greg Maxwell and Pieter Wuille. Simply put, CT is a privacy tool that hides the amounts of blockchain transfers.
Mimblewimble vs. Bitcoin
The Bitcoin blockchain has maintained the data of every transaction since the genesis block, meaning that anyone is able to download and verify its public history - transaction by transaction.
In contrast, a Mimblewimble blockchain only keeps the essential information - while also providing more privacy. The validators make sure that no unusual activity happens (e.g., double spending), and that the amount of coins in circulation is accurate.
Other than that, Mimblewimble removes the Bitcoin scripting system, which is a list of instructions that defines how transactions are structured. The script removal allowed MW blockchains to be more private and scalable. More private because addresses can’t be traced at all, and more scalable because the blockchain data is smaller.
So, another key difference between Bitcoin and Mimblewimble is the relative data size of their blockchains - which is related to the previously discussed cut-through feature. By removing unnecessary transaction data, Mimblewimble requires less computational resources.


















