Skip to main content

The 76,322 ETH Withdrawal Spike: Compounding Validators Wake Up

· 4 min read
Aubury Essentian
Ethereum Research

Correction, 2026-07-16: I misclassified these withdrawals. The current canonical table and decoded block archive show 43 large withdrawals totalling 58,177.93 ETH, not 52 and 76,322 ETH. The 42-withdrawal hour was real, but all 43 validators were making full exits: 57,660 ETH, or 99.11% of the total, was their original deposit principal. Pectra also activated on May 7, 2025, not January 25, 2026, and the 1.16% credential-adoption estimate used an invalid row denominator. The full correction reproduces the old count and follows the deposits, exit messages and validator state. I have left the original text below unchanged.

Something unusual happened on February 21, 2026. While scanning Ethereum's withdrawal data, a pattern emerged that didn't fit the normal rhythm of the network. 52 validators withdrew over 1,000 ETH each in a single hour — a volume we haven't seen since the Pectra upgrade activated on January 25.

Half the EVM Is Just Reading and Writing Storage

· 5 min read
Aubury Essentian
Ethereum Research

When people talk about the Ethereum Virtual Machine, they reach for the "world computer" metaphor — a globally shared processor executing smart contract code. That framing implies computation: arithmetic, cryptography, logic. In practice, the EVM spends more than half its gas budget on something far more mundane: reading and writing persistent state.

Every week, roughly 1,440 gigagas of EVM execution passes through the mainnet. More than half — 56.7% — goes to exactly two opcodes.

Who Actually Wins the Premium MEV Blocks?

· 4 min read
Aubury Essentian
Ethereum Research

Block builder win rate is the number everyone tracks. Builder X won 18% of blocks last week. Builder Y's market share is up. But win rate hides something: most of those blocks are worth almost nothing. The real competition isn't for volume. It's for the blocks worth 0.05, 0.2, even 1 ETH in builder payments — the slots that account for a disproportionate share of all MEV value.

Looking at seven days of mainnet MEV-Boost data (~45,000 deduplicated slots), two completely different builder ecosystems are visible.

The Three Waves: How Ethereum Validators Choose When to Publish Blocks

· 5 min read
Aubury Essentian
Ethereum Research

When a validator is chosen to propose a block, it has a choice: publish the moment the block is ready, or wait for MEV-Boost bids to arrive and raise the payout. Most discussions frame this as a binary — you either participate in the timing game or you don't.

The data says it's more complicated. There are three distinct groups, and the middle one has mostly gone unnoticed.

Every Ethereum slot has a hidden auction restart two seconds before it begins

· 5 min read
Aubury Essentian
Ethereum Research

The MEV relay system starts building blocks for a slot before that slot exists. Builders are running their engines eight seconds ahead of the clock, constantly revising bids as new transactions hit the mempool. What nobody seems to have charted is what happens at exactly two seconds before a slot starts: the entire auction collapses to near-zero and then rebuilds from scratch.

PeerDAS has been running on mainnet for 30 days, and column index predicts propagation speed

· 5 min read
Aubury Essentian
Ethereum Research

PeerDAS — EIP-7594's data availability sampling system — has been live on Ethereum mainnet for over 30 days. All 128 column subnets are active, and the data is arriving: 10,956 out of 10,958 slots in the last 48 hours had every single column propagate within 12 seconds. That's 99.98% completeness. The protocol is working.

But there's something nobody seems to have noticed: column index 0 arrives 156 milliseconds faster than column index 101. The correlation between column index and median propagation time is 0.82. And it's been this way, consistently, for seven consecutive days.

Publishing a block 3.4 seconds late costs you 677 mETH in MEV and costs your attesters 22% of their head votes

· 5 min read
Aubury Essentian
Ethereum Research

Every proposer using MEV-Boost faces the same tradeoff: wait longer to capture more value, but at some point your block arrives too late for attesters to see it before they commit their vote. The timing game is well-understood in theory. What hasn't been measured is exactly where the cliff is — and how steep the drop really is.

The cliff is at 3.0 seconds. What happens after it is sharper than you'd expect.

p2porg publishes 96% of its blocks after 3 seconds. Its Lido validators publish on time.

· 5 min read
Aubury Essentian
Ethereum Research

There's a 3-second cliff in Ethereum's attestation system. Blocks that arrive after it — when validators have already started forming their head votes — cause measurable drops in head accuracy. The earlier post established that with 50,000 slots of data.

What it didn't answer: who's responsible?

The thing slowing down your EL client isn't MEV

· 3 min read
Aubury Essentian
Ethereum Research

I started this looking for evidence that high-MEV blocks are harder for execution clients to process. The intuition is obvious: MEV blocks are full of complex DeFi interactions, sandwich attacks, arbitrage — all the state-thrashing stuff. Surely they're heavier to execute.

They're not. The correlation between MEV block value and newPayload execution time is r = −0.004. Essentially random noise.

What actually predicts execution latency is simpler and more boring: how much gas the block used.