Block producers get to choose which transactions go into a block and in what order. That sounds like a technical detail. It isn't. It's the source of a significant and largely invisible economic layer running beneath every transaction you make on a public blockchain.
MEV — Maximal Extractable Value — is the total value that can be captured by controlling the ordering, inclusion, or exclusion of transactions in a block. It exists because blockchains with public mempools make pending transactions visible to everyone before they're confirmed. That visibility creates opportunity: if you can see what someone is about to do, and you can influence the sequence in which transactions settle, you can position yourself to profit from their action before it's final.
The concept was originally called "Miner Extractable Value" when Ethereum ran on proof of work. After the merge in September 2022, it was renamed — validators now propose blocks, not miners — but the underlying dynamic is the same.
Every transaction submitted to an Ethereum node waits in the mempool, a public queue of pending transactions, before being picked up and included in a block. During that window, the transaction's details are visible to anyone watching the network: who's swapping what, at what size, on which protocol.
Validators have discretionary authority over which transactions they include and in what order. They can reorder transactions within the block, exclude some entirely, or insert their own at any position.
That discretion has economic value. Here's what it looks like in practice.
Sandwich attacks: A bot detects a large pending swap on a DEX — say, a buy order for a token that will move the price. The bot submits its own buy with higher gas, gets included first, buys at the lower price, then the victim's larger order lands after and pushes the price up. The bot immediately sells. The victim got a worse price than expected. The bot extracted the difference.
Arbitrage: A large trade on one DEX creates a price gap against another. A searcher bot detects this and submits a transaction to capture the spread before the markets rebalance. This is arguably the most benign form of MEV — it corrects pricing inefficiencies, though the profit goes to the searcher, not the original trader.
Liquidations: DeFi lending protocols liquidate undercollateralized positions. When a loan crosses the liquidation threshold, multiple bots race to trigger it and capture the fee. Whoever gets included first wins. The prize is non-trivial on large positions.
The actors running these bots are called searchers. They monitor the mempool in real time, identify profitable patterns, and submit competing transactions with elevated gas fees — or pay validators directly through private channels — to get priority placement.
Left unmanaged, MEV creates a chaotic gas auction where searchers outbid each other in the public fee market. That was the situation in Ethereum's proof-of-work days.
In 2020, Flashbots — an R&D organization — started building structure around this. Their solution, now called MEV-Boost, creates a marketplace where specialized block builders compete to construct the most profitable block and offer it to validators for a payment. The validator signs and broadcasts whichever block offers the highest payout. This is called Proposer-Builder Separation, or PBS.
By mid-2026, roughly 85-90% of Ethereum validators use MEV-Boost. The system brought order — MEV extraction became more competitive and more transparent, with tools like relayscan.io tracking block values in real time.
But it introduced a new structural issue. Block building has concentrated among a small number of entities. The top five builders consistently construct the majority of Ethereum blocks. The critique shifted: the original concern was that validators were extracting value from users; the current concern is that MEV-Boost democratized the validator side while concentrating the builder side. Both things can be true.
MEV's scale is tied directly to public mempool visibility. On standard Ethereum L1, every pending transaction is in principle visible to searchers. Some users reduce their exposure by routing transactions through private RPC endpoints (like those offered by MEV Blocker or Flashbots Protect), which deliver the transaction directly to block builders without broadcasting it to the public mempool.
On L2s like Arbitrum and Base, a single entity — the sequencer — controls transaction ordering almost entirely. This eliminates the competitive MEV extraction race, but it means one entity controls all the sequencing value. Whether that's better or worse depends on how much you trust the sequencer and whether you expect them to extract that value for themselves. Sequencer decentralization is an active design question across most major L2 projects.
Enshrined PBS: Ethereum researchers are working to make proposer-builder separation a protocol-level feature rather than middleware. Currently, MEV-Boost is a voluntary add-on — validators aren't required to use it. Enshrined PBS would build the mechanism into consensus. It hasn't been implemented as of mid-2026 but is in active research.
Order flow auctions (OFAs): Some wallets and protocols now auction their users' transactions to MEV searchers, then return a portion of extracted value to the user. CoW Protocol, MEV Blocker, and UniswapX each take different approaches to capturing and redistributing some of this value. The idea is pragmatic: if your transaction is going to be front-run anyway, you might as well negotiate a share. Adoption is growing but uneven.
SUAVE: Flashbots' longer-term proposal is a unified cross-chain MEV infrastructure layer that creates transparent, programmable mechanisms for value redistribution. Still early-stage.
Confirmation: Block builder concentration remaining stable or rising alongside MEV-Boost adoption above 80% of validators. Growth in OFA adoption across major wallet interfaces. These are trackable via on-chain data.
Invalidation: If private mempools became dominant on Ethereum L1 — eliminating the public visibility that makes MEV extraction possible — competitive MEV would largely collapse. Enshrined PBS, if implemented, would reshape the builder landscape significantly. Regulatory action treating frontrunning as market manipulation could constrain searcher behavior, though enforcement in a permissionless environment is not straightforward.
Now: MEV-Boost is live and handles the majority of Ethereum block production. If you're transacting on Ethereum L1 without MEV protection, your pending transaction is visible in the mempool.
Next: OFA adoption is growing. Wallets and aggregators that route orders through MEV-protective infrastructure are becoming more common. Worth understanding which interface you're using and how it handles order flow.
Later: Enshrined PBS, L2 sequencer decentralization, and SUAVE are research-stage. They matter for the long-run structure of who captures MEV and how it's distributed, but they don't require action today.
This post covers the mechanism of MEV — what it is, how it works, and where the current infrastructure stands. It doesn't constitute advice on trading strategies, gas optimization, or which wallets or protocols to use.
MEV isn't a bug to be patched. It's an economic property of any system with a public mempool and discretionary block production. Understanding it is a prerequisite for understanding why blockchains behave the way they do — and what changes when sequencing is centralized, privatized, or redistributed.
The tracked signals and structural monitoring live elsewhere.




