Skip to main content

Flashblocks Overview

Updated on
May 27, 2025

Overview

Flashblocks is a transaction preconfirmation feature on Base that delivers partial block updates every 200 milliseconds, achieving up to 10x faster confirmations than Base’s standard 2-second block time. This enables applications to access near-instant transaction feedback, enhancing responsiveness for time-critical use cases like decentralized exchanges and onchain gaming.

Flashblocks is useful for:

  • Applications that require real-time feedback
  • Decentralized exchanges and trading platforms
  • Onchain games or apps with frequent state updates
  • Interfaces that benefit from faster feedback such as live dashboards

Using Flashblocks with Base Endpoints

Flashblocks is currently supported on the Base and can be accessed using your existing QuickNode Base endpoint — no additional add-ons are required.

NetworkFlashblocks Availability
Base Sepolia
Base MainnetComing Soon

Supported RPC Methods

Access Flashblocks preconfirmations through your Base endpoint by using the pending tag on methods like eth_getBlockByNumber, eth_getBalance, and eth_getTransactionCount. Additionally, fetch Flashblocks related transaction details via methods such as eth_getTransactionReceipt and eth_getTransactionByHash.

MethodDescription
eth_getBlockByNumberWith "pending", returns the most recent Flashblock
eth_getTransactionReceiptReturns receipts for preconfirmed transactions
eth_getBalanceWith "pending", reflects balances from the latest Flashblock
eth_getTransactionCountWith "pending", returns the updated nonce from Flashblocks
eth_getTransactionByBlockHashAndIndexReturns a transaction from the specified block hash and index
eth_getTransactionByBlockNumberAndIndexReturns a transaction from the specified block number and index
eth_getTransactionByHashReturns the transaction with the specified hash

Resources


We ❤️ Feedback!

If you have any feedback or questions about this documentation, let us know. We'd love to hear from you!

Share this doc