The Private Mempool stream gives you exclusive access to transactions submitted through BlockRazor’s RPC endpoints that have not yet been broadcast to the public peer-to-peer network. Because these transactions are routed privately through BlockRazor’s infrastructure, they arrive at your listener before they become visible in the public mempool — providing a meaningful latency and information advantage for searchers, MEV bots, and quantitative trading systems. The stream is available on both BSC and Ethereum at $1,000 per month.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/BlockRazorinc/docs_en/llms.txt
Use this file to discover all available pages before exploring further.
The Private Mempool surfaces BlockRazor RPC orderflow — real user transactions submitted with MEV protection. These are not synthetic or simulated; they represent genuine pending activity that never touches the public P2P layer until block inclusion or expiration.
Connection Details
| Property | Value |
|---|---|
| Protocol | WebSocket (WSS) |
| Pricing | $1,000 / month |
| Chains | BNB Smart Chain (BSC), Ethereum |
Endpoints
- BSC
- Ethereum
Replace
YOUR_AUTH_TOKEN with the API token from your BlockRazor dashboard. A single subscription grants access to both chain endpoints at the same pricing tier.Authentication
Append your token as a query parameter when establishing the WebSocket connection. No additional handshake is needed — the server starts streaming private pending transactions immediately after authentication succeeds.Code Examples
Connect and process private mempool events using the WebSocket client for your preferred chain:- BSC
- Ethereum
Response Fields
Each message is a JSON object describing a single private pending transaction with the same field schema as the public mempool stream.The unique 32-byte hex transaction hash (e.g.
0xabc123...).The originating sender address that signed the transaction.
The recipient address or target contract.
null for contract-creation transactions.Native token value transferred, hex-encoded in wei (BNB for BSC, ETH for Ethereum).
Sender-specified gas limit for the transaction, hex-encoded integer.
Gas price offered by the sender in wei, hex-encoded. For EIP-1559 transactions on Ethereum, this reflects the effective gas price.
ABI-encoded calldata.
"0x" for plain transfers; contains function selector and arguments for contract interactions.Example Message
Pricing & Discounts
| Subscription Period | Discount |
|---|---|
| 1 month | — |
| 3 months | 5% off |
| 6 months | 10% off |
| 9 months | 15% off |
| 12 months | 20% off |