Simple Base SwapSimple Base SwapOpen app
← All articles
Aug 7, 2026·5 min read

What Is a Mempool, and Why Doesn't Base Have One?

basetransactionstechnicalbeginners
base

If you have read about blockchain transactions, you have probably come across the word mempool. It shows up in articles about failed transactions, gas price spikes, and front running. This article explains what a mempool actually is, how it works on networks like Ethereum, and why Base's design mostly removes it from the picture.

What a mempool is

When you send a transaction on a blockchain, it does not go straight into a block. It first needs to wait in line. That waiting area, short for "memory pool," is called the mempool.

Think of it as a shared, temporary holding pen. Every node on the network keeps its own copy of pending transactions it has heard about, gathered from wallets, apps, and other nodes gossiping the information around. Those transactions sit there, visible to anyone watching, until a block producer picks them up, orders them, and includes them in the next block.

On Ethereum mainnet, the mempool is public by default. Anyone running a node, or using a service that watches the network, can see the full list of transactions waiting to be confirmed, including what they do and how much gas they are offering to pay.

Why the mempool matters

A public mempool exists because Ethereum's design spreads block production across thousands of independent validators. Since no single party controls transaction ordering, transactions need a shared, visible space to wait until whichever validator is chosen next picks them up.

That visibility has a cost. Because anyone can see a pending transaction before it confirms, bots can watch the mempool for profitable opportunities and act on them first. A bot might notice a large pending swap and insert its own trades immediately before and after it, a pattern often called a sandwich attack. Other bots simply copy a profitable pending transaction and try to get their copy confirmed first. We cover this dynamic in more depth in our article on MEV and sandwich attacks.

The mempool is also why gas prices can spike unpredictably during busy periods. When many transactions are competing for limited block space, users effectively bid against each other by raising the fee they are willing to pay, hoping a validator picks their transaction over someone else's.

How Base handles this differently

Base does not have a public mempool in the way Ethereum mainnet does. Instead of transactions circulating between many independent nodes before being picked up by whichever validator wins a turn, Base currently relies on a single sequencer, operated by Coinbase, that receives transactions directly and orders them. We cover what that component does and its trade offs in our article on what a sequencer is.

When you submit a transaction on Base, it goes to an RPC endpoint and from there directly to the sequencer. There is no broad, public gossip network of pending transactions for outside parties to watch and react to before your transaction is included. The sequencer still uses a priority fee auction to decide ordering among the transactions it receives in a given window, but that window is short, and there is no open floor where bots can freely observe and reorder trades the way they can on a network with a public mempool.

This is a big part of why sandwich attacks, common on Ethereum mainnet, are rare and largely unprofitable on Base today. There simply is not a visible queue of pending transactions to target.

It is also part of why Base transactions can move from submission to a reliable preconfirmation so quickly. The sequencer builds and streams partial updates roughly every 200 milliseconds through a mechanism called Flashblocks, rather than transactions sitting visibly in a shared pool while a slower, more decentralized process decides who goes first. If you want the details of how that works, our article on Flashblocks covers it.

A trade off worth naming honestly

The absence of a public mempool on Base is a direct consequence of having a single sequencer rather than a broad set of independent validators, and that centralization carries its own trade offs around censorship resistance and liveness, discussed in our sequencer article. It is not that Base solved the mempool's problems through some clever new mechanism. It removed the open, contested waiting room that those problems depend on, by having one party receive and order transactions directly.

Base has stated an intention to decentralize sequencing over time. If that happens, some of the dynamics that come with distributed transaction ordering, potentially including a form of mempool, could reappear in some shape. For now, the current design is a meaningful part of why swapping on Base tends to feel predictable rather than adversarial.

What this means for you

A few practical points are worth carrying with you.

You are less exposed to sandwich attacks on Base than on networks with a public mempool. That does not mean price impact and slippage stop mattering. Setting a reasonable slippage tolerance and checking your quote before you sign is still good practice, covered in our article on swap fees and slippage.

You do not need to think about mempool based fee wars on Base the way you might on Ethereum mainnet. Gas price spikes tied to open bidding wars in a public pending pool are much less of a factor here, since there is no visible queue for participants to bid against.

Your transaction still has to be confirmed by the sequencer. Submitting a transaction on Base is not instant in the sense of skipping ordering entirely. It is instant in the sense that ordering happens quickly, through a single party, without an intermediate public waiting stage that others can exploit.

The short version

A mempool is the public waiting room that pending transactions sit in on networks like Ethereum mainnet, and its visibility is what makes certain kinds of front running possible. Base's reliance on a single sequencer means transactions go from submission to ordering without passing through that kind of open, visible pool, which is a meaningful part of why sandwich attacks are rare on Base today. Understanding this distinction helps explain why some of the classic mempool related risks you may have read about elsewhere do not carry over directly to how you swap on Base.

Ready to try it yourself?

Create a non-custodial wallet on Base in seconds. No account, no sign-up.

Open the web app