
bloXroute Labs Products
Mempool Data
50-200 ms faster than any mempool service
Be first with bloXroute.
- Be first to detect triggers.
- See trading signals from pending transactions.
- Identify new liquidation or arbitrage opportunities.
- Manage market-making more efficiently.
- Track transactions in real-time.
- Be among the first to spot fee congestion.
Protect your trading profits
A delay of 200ms reduces the likelihood that you see transactions that will be mined into the very next block.
Mempool service speed
affects profitability
Block Streaming
Up to 1,000 ms faster than the p2p network
Unlock new trading strategies
- You’re always among the first to detect triggers.
- See price changes before the competition.
- Identify new liquidation or arbitrage opportunities.
- Follow blocks in real-time globally.
- Cancel orders if the state changes before losing money
- Be among the first to spot fee congestion.
- Keep your node in sync
Get blocks to your trading bot or node, faster than any other provider.

Transaction Propagation
400-600 ms faster than any provider
The bloXroute BDN sends and delivers transactions and blocks faster.
Traders that use bloXroute to send transactions on the BDN dramatically increase the odds of being mined in the very next block.
Direct peering with validators and miners to propagate transactions faster.
Frontrunning Protection
Private Transaction Routing
Frontrunning bots are waiting for your next transaction
Protected Transactions
- Prevent bots from seeing pending transactions.
- Protect when low liquidity requires high slippage.
- Transactions on average are mined within the first or second block.
- The larger the transaction the larger the risk.
- Paying high gas fees on an NFT and need it to be successful.

bloXroute connects you directly with mining nodes to securely hand off your transactions to protect from frontrunning.
Flashbots MEV Relays
Increase successful Flashbots bundles
- Submit MEV bundles faster to pools.
- Increase your success rate.
- Trade from multiple global relays.
- Less congestion than other services.
- Bundle Submission
Submit the bundle to the Cloud-API, which validates, merges and forwards the bundle to mining pools
- Other MEV
Additional MEV services include Bundle Simulation, Multiple Relays, BackRunMe, and more.
bloXroute and flashbots are not mutually exclusive - many flashbots bundles are sent through bloXroute.
Unlimited usage with Elite or pay per submission with other plans.
MEV API JSON-RPC
# Request Example Bundle Submission - Enterprise Elite plan
curl https://mev.api.blxrbdn.com \
--insecure \
-X POST \
-H "Content-Type: application/json" \
-H "Authorization: " \
-d '{"method": "blxr_submit_bundle",
"id": "1",
"params": {
"transaction": ["ab..ab", "*", "*", "cd..cd"],
"block_number": "0xba10d0",
"min_timestamp": 1616511391,
"max_timestamp": 1617806320,
"reverting_hashes": ["0xd8..ce", "0x50..d3"]
}
}'
# Response Example
---------------------
{
"jsonrpc": "2.0",
"id": "1",
"result": {
"bundleHash": "0x19..d0"
}
}
bloXroute documentation

Low Latency
bloXroute was consistently first to detect new transactions 228 times out of 235 transactions.
Algorithmic Trading
Minimize time between the trigger transaction and your response received by mining pools.
Trade in Multiple Regions
Run bots globally, closer to transactions as their generated, discovered, and where the pool and validators are running.
- Transaction Protection
- BackRunMe Sushi Uniswap
- BDN Explorer
- TX Trace
Integration Flexibility
It’s easy to add real-time mempool data monitoring into your defi project or application with two ways to connect.
- Cloud-API and Gateway
- Code samples in Python, Node.js, GoLang, and Wscat.