Robinhood Chain Sequencer Feed Benchmark: BlockRazor vs. Official Feed - BlockRazor
Sign up<br>Login
Robinhood Chain Sequencer Feed Benchmark: BlockRazor vs. Official Feed<br>BlockRazor·2026/08/10
Competition on Robinhood Chain does not begin only when a transaction is submitted. It begins when a system first receives the latest onchain state. For searchers, trading bots, and automated trading systems, receiving a block earlier means updating local state, identifying opportunities, and constructing transactions sooner.
BlockRazor deployed benchmark clients in three AWS US East (Ohio) Availability Zones and connected each client to both BlockRazor Robinhood Chain Sequencer Feed and the official Robinhood Chain Sequencer Feed. For matching blocks, the test compared which feed reached the same client first. BlockRazor achieved first-arrival rates of 90.51%, 69.16%, and 75.08% across the three zones. Its P99 relative latency remained between 3.812 and 5.589 ms , compared with 31.128 to 42.707 ms for the official feed.
The results show that BlockRazor delivered most blocks first while also providing more stable block delivery under tail-latency conditions.
What Is Robinhood Chain Sequencer Feed?
Robinhood Chain Sequencer Feed is a real-time block data stream pushed by the sequencer. Nitro nodes subscribe to the feed through WebSocket, receive new blocks, and continuously update their local view of the chain.
Unlike an RPC client that actively queries historical or latest data, Sequencer Feed pushes new blocks directly to subscribed nodes. It is an important data input for tracking the latest Robinhood Chain state. Feed speed and stability affect how quickly a node catches up with blocks and updates its state. Network jitter, connection interruptions, or high tail latency can temporarily leave a node behind the latest height, causing systems that depend on the node to make decisions from older state.
The difference may be negligible for ordinary data queries, but it is important to searchers, trading bots, and automated trading systems: receive the block earlier → update node state earlier → identify onchain opportunities earlier → simulate and construct transactions earlier → preserve more time for transaction submission.
A low-latency feed cannot guarantee transaction success or strategy profitability. However, when strategy, fee, and execution conditions are comparable, earlier state gives a trading system a larger reaction window, improves its competitiveness in latency races, and increases its opportunity to capture potential revenue.
Benchmark Methodology
Test regions and subjects
We deployed a benchmark client in each of three AWS US East (Ohio) Availability Zones:
use2-az1
use2-az2
use2-az3
Each client established two WSS connections and received data from:
BlockRazor Robinhood Chain Sequencer Feed
Robinhood Chain official Sequencer Feed
Receiving both feeds on the same server gave the compared feeds the same client environment and local network conditions, reducing the effect of deployment differences. Testing three Availability Zones also showed whether the direction of the result remained consistent across different network paths within the same region.
Test procedure
Connect to BlockRazor Feed and the official feed simultaneously from the same test server in each Availability Zone.
Receive and parse the block data pushed by both feeds.
Match identical blocks received from the two feeds.
Record the arrival timestamp of each matching block from each feed.
Assign a relative latency of 0 ms to the feed that arrives first.
Assign the later feed a relative latency equal to the difference between the two arrival timestamps.
Calculate first-arrival rates and P50, P90, P95, and P99 relative latency for each feed.
This benchmark measures the relative arrival time for identical blocks delivered by two feeds to the same client . A value of 0 ms therefore means that a feed arrived first for the corresponding sample. It does not mean that the end-to-end latency from the sequencer to the client was zero.
Benchmark Results
Higher first-arrival rate in all three Availability Zones
AWS AZSequencer FeedFirst-arrival rateP50P90P95P99use2-az1BlockRazor 90.51% 0.000 ms 0.000 ms 1.095 ms 3.812 ms use2-az1Robinhood official feed9.49%6.573 ms15.456 ms19.721 ms42.707 msuse2-az2BlockRazor 69.16% 0.000 ms 2.151 ms 3.230 ms 5.589 ms use2-az2Robinhood official feed30.84%1.719 ms6.754 ms9.782 ms31.128 msuse2-az3BlockRazor 75.08% 0.000 ms 1.764 ms 2.861 ms 5.330 ms use2-az3Robinhood official feed24.92%2.524 ms12.306 ms16.728 ms37.805 ms<br>BlockRazor achieved a higher first-arrival rate in all three Availability Zones. The advantage was most pronounced in use2-az1, where BlockRazor arrived first for 90.51% of matching blocks. Even in the closest zone, use2-az2, BlockRazor arrived first for 69.16% of matching blocks. Its first-arrival rate in use2-az3 was 75.08% . The consistent direction across all three...