Adam Back derived "E=mc²" for Bitcoin: genius simplicity in one line
Adam Back, the creator of Hashcash and one of the key architects of the crypto space, presented an unusual concept to the community. He published a short note that he jokingly called the "E=mc² formula for Bitcoin." Within just a few hours, the post garnered tens of thousands of views and sparked a lively discussion in the comments.
The comparison to Einstein's equation here is not mathematical but conceptual. Back wanted to show that one short line can encapsulate the essence of an entire system, much like the famous E=mc² describes the relationship between energy and matter. Let's break down what exactly he encoded and why the community embraced the idea with such enthusiasm.
The Three Pillars of Bitcoin
To understand the formula, no math is needed—just imagine the three pillars on which Bitcoin rests:
- The first is computational work. To add a new record to the network, computers around the world must solve a complex numerical problem through brute force. This is intentionally costly: falsifying history retroactively is expensive because all the work would have to be redone.
- The second is the chain of blocks (blockchain). Records in Bitcoin are not scattered but linked together: each new block references the previous one. This creates a single continuous ledger that cannot be secretly rewritten in the middle. Hence the term "blockchain."
- The third is the scheduled issuance of coins. New bitcoins appear as a reward to whoever added the next block. The reward size is predetermined and halves every four years—an event called the halving. Thus, the total number of coins grows according to a predictable schedule set from the very beginning.
The genius of Back's formula is that he condensed these three pillars into a single line.
What the Formula Says
The note itself looks like this:
c | { h_(i+1) = H(h_i, c, 50/2^h ₿) } < T
Each symbol represents one of the pillars discussed above.
The letter H is a data "shredder," or hash function. It transforms any set of information into a fixed-length string. h_i and h_(i+1) are the previous and next blocks; the fact that one references the other is the chain itself. The letter c denotes a new block template with a list of transactions.
The fraction 50/2^h ₿ is the coin issuance schedule: 50 bitcoins at the start, and each halving divides the reward in half. Finally, T is the difficulty target: the result of the computation must be less than it, otherwise the block is not accepted. The entire line reads as a condition: "find such a block template so that the result falls below the target."
An important caveat, which Back himself makes: the formula is conceptual, not literal. In real mining, the reward does not enter the computation directly but indirectly—through a special coinbase transaction that is folded together with the others into the block's overall "fingerprint." Back omitted these technical layers for the sake of elegance and brevity: the line conveys the logic, not the exact sequence of machine operations.
Where the Roots Lie
This formula has a backstory spanning a quarter of a century. Back in the late 1990s, Back invented Hashcash—a system to combat spam. The idea was to force an email sender to perform a small amount of computational work. For a single email, this is negligible, but for a million-spam campaign, it becomes prohibitively expensive.
It was precisely this technique—"prove you did the work" (Proof-of-Work)—that later became the foundation of Bitcoin. However, Hashcash had neither a chain of blocks nor rewards for the work. Bitcoin's creator under the pseudonym Satoshi Nakamoto took Back's idea and built the missing pieces: linking records into a chain and adding a coin issuance schedule. Therefore, the essence is often described with a simple scheme: work plus chain plus economics equals Bitcoin.
Community Reaction
Under the post, one user shared a detailed infographic that broke down the formula into parts and visually compared Hashcash with Bitcoin. Back publicly praised this analysis.
What is notable about the episode is not a new discovery, but a successful attempt to condense Bitcoin's foundation into a single memorable line—understandable to both an engineer and someone without a technical background.
Expert opinion: Attempts to compress the essence of Bitcoin into a single line are not just an intellectual exercise. They are an important step toward popularizing the technology. As we see complex concepts being transformed into elegant formulas, the crypto industry becomes more accessible for mass understanding. And Back, as one of the founding fathers, once again demonstrates that simplicity is the highest form of complexity.