What Is MEV, Explained In Plain Terms?
Most people assume transactions on a blockchain execute in the order they were submitted. That assumption isn’t quite right, and the gap it leaves open has a name.
The short answer
MEV, short for maximal extractable value, refers to the profit that can be captured by choosing how transactions within a block are ordered, which ones are included, and which are left out. Whoever has the power to build a block — historically a miner, and now often a specialized participant in a proof-of-stake system — has some ability to arrange transactions in a sequence that benefits them financially, beyond the standard fees they’d otherwise collect.
Why transaction order isn’t neutral
A block isn’t just a random bundle of transactions; someone assembles it, and that assembly process involves choices. Because pending transactions are often visible before they’re confirmed, sitting in a public queue, anyone watching that queue can potentially see a profitable opportunity and act on it before the original transaction settles. This visibility gap is central to understanding what a blockchain confirmation actually represents — a transaction isn’t final, and its surrounding context isn’t fixed, until it’s actually included in a confirmed block in a specific position.
Common forms MEV takes
- Front-running. Placing a similar transaction ahead of a pending one, aiming to benefit from a price movement the original transaction is about to cause.
- Back-running. Placing a transaction immediately after a known pending one, to capture value created by its effects once it executes.
- Sandwiching. Placing one transaction before and another after a target transaction, effectively surrounding it to benefit from the price impact the target causes.
- Arbitrage. Not inherently exploitative — this involves capturing price differences that exist momentarily across different parts of the network, which can also help keep prices consistent.
Who is positioned to capture it
The party actually assembling a block has the most direct ability to reorder transactions, but a broader ecosystem has developed around identifying and capturing MEV opportunities before a block is even built, with specialized participants scanning pending transactions for profitable patterns and submitting bundles designed to capture that value. Understanding who actually profits from MEV extraction requires recognizing that it isn’t limited to block producers alone — it involves an entire layer of specialized activity built around spotting these opportunities.
Why this matters even if you never notice it
Someone submitting an ordinary transaction may never realize their trade executed at a worse price than expected because of activity happening around it in the same block. This is one reason transaction ordering can matter even for routine transfers, and it connects to broader questions about how decentralized oracles and other infrastructure pieces interact with the same block-building process that makes MEV possible.
Efforts to manage its effects
Various technical approaches have been developed to reduce the more extractive forms of MEV, such as private transaction pools that hide pending transactions from public view until they’re included, or auction-based systems that try to make the process more transparent and predictable rather than a hidden advantage for whoever is fastest. None of these fully eliminate MEV, since the underlying incentive — controlling the order of a shared, valuable resource — remains built into how blocks get assembled.
The takeaway
MEV exists because someone has to decide the order transactions execute in, and that decision carries real financial value that can be captured, sometimes at the direct expense of ordinary users. Recognizing that transaction order isn’t neutral is a useful starting point for understanding a range of behaviors that shape what actually happens inside a block beyond the transactions users think they’re simply submitting.