How EIPsInsight Simplifies Tracking Ethereum Fork Pipelines
Per EtherWorld, EIPsInsight has launched a new Upgrade Explorer that pulls Ethereum's full fork pipeline — EIP numbers, inclusion stages, protocol layers, associated network upgrades — into a single filterable view.
Lucas Meade·updated August 16, 2026

For protocol engineers and smart contract teams, that consolidation matters because an EIP's standards status (Draft, Review, Last Call, Final) tells you almost nothing about whether a proposal will actually ship in a given fork. The question you usually need answered isn't "what does this EIP say" but "is this heading into Glamsterdam, Fusaka, or just sitting in the repository" — and that has historically been the hard one, especially for L2 teams pinning sequencer and prover behavior to specific fork targets.
The bottleneck it removes
Ethereum's development process is distributed by design. Researchers propose, authors specify, editors review, client teams evaluate, and core developers coordinate fork scope through the ACD process. The result: a proposal can sit "Active" in the repository while still being only a candidate for one specific upgrade, or be declined for a fork without the underlying work disappearing. EtherWorld's coverage of the All Core Developers process has shown how testing requirements, specification readiness, client support, and implementation work increasingly drive whether proposals advance toward inclusion.
That ambiguity carries real engineering cost. Glamsterdam's scope moved multiple times as developers weighed validator proposals, ePBS dependencies, implementation risks, and candidates that could shift to Hegota. Fusaka played out the same way. EtherWorld's Fusaka upgrade tracker documented the full arc from early preparation through devnets to the final inclusion set — useful, but still a sequence of pages you have to correlate manually before you can reason about what your contracts will actually see at mainnet.
What the explorer actually exposes
The new interface keys its table around the question you actually want to answer: what happened in a specific fork, and what's pending for the next one. Columns surface the EIP number, proposal title, associated network upgrade, upgrade date where known, upgrade inclusion stage, normal EIP status, and protocol layer. Filtering by layer is the part worth highlighting — it lets you separate Execution Layer changes from Consensus Layer proposals instead of treating every Core EIP as one undifferentiated bucket. The two layers interact, but they break your contracts in different ways, and conflating them in your reading list is a fast path to mis-prioritized audit work.
The upgrade view sits on top of EIPsInsight's existing stack rather than replacing it: proposal dashboards, status-change visualizations, GitHub PR analytics, editor activity tracking, downloadable reports, and tooling for surfacing long-pending EIP reviews.
How to use it in practice
Start from the network-upgrade filter, not the EIP number. That surfaces inclusion stage alongside standards status — the combination that determines whether you're auditing code that's about to ship into mainnet or work that's still being scoped. Conversely, if you're tracking a specific proposal, the layer filter is the fastest way to confirm whether it touches the execution side your contracts depend on or only consensus-layer machinery.
The explorer won't replace reading the ACD notes for the proposals you actually care about, but it gives you the right shortlist to know which notes are worth your time. For L2 teams maintaining sequencer or prover code against an upcoming fork, and for any smart contract author pinning gas semantics or precompile behavior, this is where I'd start.