Base’s status page posts an incident titled “Transaction Inclusion Delays,” noting that the chain sees heavy transaction volume and that fixes are in progress.
The page shows a Feb 6 update labeled “Identified – Update 2/6 01:30 UTC,” describing both same-day mitigations and longer-term reliability work. It then lists an “Update” at Feb 06, 2026 – 01:46 UTC that attributes the delays to heavy transaction volume and says active fixes are underway.
At a high level, the signal is simple: Base is producing blocks, but users can see slower-than-normal inclusion, meaning submitted transactions take longer to land onchain than expected.
On an Ethereum L2 like Base, users typically submit transactions through RPC endpoints (wallets, apps, and nodes) that forward signed transactions to the network. “Inclusion” is the moment a transaction is selected by the sequencer and placed into an L2 block. Base’s own documentation frames normal L2 block inclusion as roughly seconds under typical conditions, before any longer-term finality considerations come into play.
When inclusion delays appear, the most common end-user symptoms look like this:
Base has previously described how congestion can lead to intermittent delays or dropped transactions, and the current incident language is consistent with that pattern.
In the Feb 6 “Identified” update on the Base status page, the team describes near-term changes aimed at smoothing inbound traffic and improving how transactions reach the block builder:
eth_sendRawTransaction rate limiting window to smooth incoming spikes.Those details matter because they point to where the bottleneck shows up during elevated demand:
This update also matters because it implicitly confirms a “traffic reduction” lever: changing how raw transaction submission is rate limited. That can reduce peak pressure, but it can also create uneven UX for high-throughput users, bots, and apps that burst many transactions at once.
The same Feb 6 status update states that the broader workstream is expected to take “4 to 6 weeks” to achieve stable transaction inclusion and block production, then lists several longer-term initiatives:
This is the practical takeaway: the incident is treated as an infrastructure scaling problem, not a one-off glitch. The roadmap explicitly targets propagation, storage, and coordination between block construction and sequencing.
Transaction inclusion delays are not just an annoyance. They change settlement risk.
For traders, the risk often concentrates in execution windows:
For bridges and cross-chain flows, the pain is timing sensitivity. A bridge sequence often depends on L2 inclusion first, then relay or finality steps. If the first step stalls, everything behind it stalls.
For app teams, the biggest problem is that “pending” status is contagious. If a user sees a stuck transaction, they often re-click, resubmit, or spam retries, which can amplify load and worsen queueing dynamics.
Base’s network information docs include guidance around block building behavior and constraints (for example, how large gas limits can face additional inclusion constraints), which becomes more relevant in congestion windows.
This section stays practical and avoids guessing outcomes.
Under congestion, spamming retries can backfire. A smaller number of properly priced transactions is often more effective than repeated submissions.
Because Base’s own incident note mentions eth_sendRawTransaction rate limiting changes, wallets and apps should anticipate intermittent submission friction. If an app supports multiple RPC providers, switching providers can improve reliability, but it cannot fully bypass network-wide stress.
For time-critical actions (large swaps, liquidation prevention, bridge deadlines), checking the live Base status pagereduces surprises. It indicates whether the incident remains unresolved and which components are degraded.
During inclusion delays, a transaction can be valid but slow. Replacing a pending transaction can help in some wallet flows, but it also risks confusion if the original later lands. App teams should design UI messaging that explains this clearly.
The Base status page currently reads like an active scaling effort with a multi-week stabilization horizon. The key indicators to watch are:
The cleanest objective signal is simply whether transactions return to predictable inclusion timing and whether apps stop reporting widespread pending behavior.
Base’s status updates for Feb 6 show transaction inclusion delays tied to heavy volume, with mitigations focused on txpool throughput, RPC submission smoothing, and more efficient routing to block building infrastructure. Until the incident fully clears, traders and app users face higher settlement uncertainty, especially for swaps, bridges, and time-sensitive contract interactions. The most reliable source of truth remains the live Base status channel, alongside Base’s network documentation that describes normal inclusion and block-building behavior.
Helpful references used in this article include the live Base status page, the incident entry for Transaction Inclusion Delays, Base documentation on Transaction Finality, Base notes on Block Building, and Base guidance on Network Fees.
The post Base Reports Transaction Inclusion Delays and Moves to Smooth Network Traffic appeared first on Crypto Adventure.