What Is Flashbots? How It Mitigates MEV on Ethereum
What is Flashbots? The private mempool and relay model that helps mitigate MEV in Ethereum's block-building pipeline.
Flashbots is a research and infrastructure organization that introduced a private transaction relay system for Ethereum, letting users and searchers submit transactions directly to block builders outside the public mempool, reducing certain harmful forms of MEV extraction like front-running while making other forms of MEV more transparent and competitive.
The Problem Flashbots Set Out to Address
Before private relays existed, anyone wanting to extract MEV — say, capturing an arbitrage opportunity or front-running a large trade — had to broadcast their attempt to the public mempool, where it became visible to every other participant, including competing bots. This led to "priority gas auctions," where competing searchers would repeatedly rebid higher and higher gas fees in public, driving up network congestion and costs even for unrelated users, purely as a side effect of MEV competition playing out visibly on-chain.
How the Flashbots Model Works
Flashbots introduced a private channel between transaction senders (often called "searchers" when they're specifically hunting for MEV opportunities) and block builders, bypassing the public mempool entirely:
- Searchers identify potential MEV opportunities and submit "bundles" — sets of transactions with a specified ordering — directly to relays rather than the public mempool.
- Builders receive these private bundles (along with ordinary public transactions) and construct complete candidate blocks, competing to build the most profitable valid block.
- Relays act as a trusted intermediary, verifying a builder's proposed block is valid before passing it to a proposer (validator), without revealing the block's contents to the proposer in advance — this last part matters because it prevents the proposer from stealing the bundle's MEV opportunity for themselves before including it.
- Proposers (validators) select among available blocks from relays, typically choosing the one offering the highest fee/MEV payment, without needing to see or evaluate the detailed contents themselves.
This flow is the practical foundation of proposer-builder separation, a concept covered in more depth in our article on PBS.
Benefits of the Private Relay Model
- Reduced failed transaction spam. Since bundles are only included if profitable and valid, searchers no longer flood the public mempool with speculative, often-failing transactions purely to compete for MEV.
- Less visible front-running of ordinary users, since sensitive transactions can be submitted privately rather than sitting exposed in the public mempool where bots can react to them before inclusion.
- More transparent, auditable MEV competition among builders, rather than opaque backroom arrangements between miners/validators and select searchers, which was a real concern before this infrastructure existed.
What Flashbots Doesn't Solve
It's important to be realistic about the limits of this model:
- MEV itself isn't eliminated — it's redirected into a more structured, competitive marketplace rather than a chaotic public one. Sandwich attacks and other harmful MEV patterns can still occur; they're just organized differently.
- Builder centralization is a live concern. If a small number of builders dominate block construction, this introduces its own centralization risk, somewhat analogous to the mining pool concentration concerns of the proof-of-work era.
- Relay trust matters. Relays are meant to be neutral intermediaries, but users and validators are still trusting relay operators to behave honestly regarding what they pass along and when.
Flashbots' Role at a Glance
| Actor | Role | What Changed With Flashbots |
|---|---|---|
| Searchers | Find and submit MEV opportunities | Submit privately via bundles, not public mempool |
| Builders | Assemble full candidate blocks | Compete to build the most valuable valid block |
| Relays | Verify and pass blocks to proposers | Provide a trusted intermediary layer |
| Proposers (validators) | Select and sign a block | Choose from relay-supplied options, without full visibility into content |
Why This Matters Beyond MEV Specialists
Even users who never intentionally interact with MEV infrastructure benefit indirectly: reduced mempool spam and less visible front-running generally translate into a somewhat smoother, less noisy transaction environment. Understanding this pipeline also helps explain why some wallets and DEX interfaces offer "private transaction" or "MEV protection" options — they're typically routing your transaction through relay infrastructure similar to what Flashbots pioneered, rather than the plain public mempool.
Bottom Line
Flashbots introduced a private bundle-and-relay system that reorganized MEV extraction into a more structured, competitive marketplace between searchers, builders, and proposers, reducing public mempool spam and some forms of visible front-running along the way. It hasn't eliminated MEV, and it introduces its own centralization considerations around builders and relays, but it remains foundational infrastructure behind Ethereum's current block-building pipeline. For the broader architectural fix this pipeline supports, see our explainer on proposer-builder separation.
Related articles
This article is for educational purposes only and is not financial advice. DeFi involves significant risk, including total loss of funds. Always do your own research.