Solana just boosted block capacity by a massive 66%, but the one bottleneck infuriating traders hasn’t budged

Solana raised the maximum computation allowed per block from 60 million to 100 million compute units on July 29, a 66.7% jump that gives unrelated transactions more room without changing the separate cap governing its busiest accounts.

Compute units, or CUs, measure computational work performed by transactions. The block limit caps the aggregate CUs a leader can include before the block is full.

- Advertisement -

The on-chain feature account identifies SIMD-0286 as active at slot 435,888,000, at the start of epoch 1009, while the activation block timestamps that slot to July 29. The change raised the block limit by 66.7% mathematically, which the Solana Foundation presents as 66%.

The Solana Foundation said 11.2% of blocks produced between the July 22, 2025 activation of the 60 million-CU limit and the latest increase used at least 56 million CUs.

Related Reading

Solana network boosts block capacity by 20% to enhance performance

Solana’s block enhancement reflects ongoing commitment to improve user experience.

Read More:  How CLARITY Act survived a chaotic Senate markup after Warren, Banks and Democrats tried to slow it down

Jul 24, 2025 · Oluwapelumi Adejumo

Why a hot account can still hit its cap

SIMD-0286 changed only the overall block limit. The maximum compute that can write to any single account within a block remains 12 million CUs, while the maximum block accounts-data size delta remains 100MB. In this context, a hot account is shared writable state that many transactions try to update, not necessarily one trader’s wallet.

That creates more parallel capacity. Transactions touching unrelated accounts can use the additional 40 million CUs, allowing a busy account to crowd out less of the rest of the block. Under the former ceiling, one account’s 12 million-CU allowance represented 20% of the block. It now represents 12%.

The same math does not give a congested market more capacity. If many trades need to write to the same account, they still compete within the 12 million-CU allowance. A state-heavy workload can also encounter the separate 100MB data-delta limit even when block compute remains available.