On protocols with no public mempool, pending-transaction methods like
eth_newPendingTransactionFilter and eth_subscribe("newPendingTransactions") return empty by design — pending transactions are visible only to the sequencer. On Base and Optimism, follow transactions in real time with Flashblocks instead — see the how-to guides (Base, Optimism) or how Flashblocks works (Base, Optimism).- Protocol — protocol name.
- Protocol availability — details of the mempool availability on the protocol level.
- Chainstack availability — how to access the protocol’s mempool on Chainstack.
- Client configuration — the default node client configuration for the mempool as deployed at Chainstack.
- Example — a simple curl example. Remember to replace YOUR_CHAINSTACK_NODE with your Chainstack node endpoint for that particular protocol.
