Skip to content
ethexplorer.org

Sepolia · Hoodi · Ephemery · retired testnets

Ethereum testnet explorer guide: Sepolia, Hoodi and beyond

Which testnet explorer still works in 2026, which network your transaction actually lives on, and why that old Goerli or Holesky hash returns nothing at all.

Regulated exchange since 2013

  • Checked 24 Sep 2026
  • Sepolia 11155111
  • Hoodi 560048

By ethexplorer.org editorial team Updated 10 min read

An Ethereum testnet explorer does the same job as a mainnet explorer, only for a network where the coins are worthless on purpose. You deploy a contract, send a test transfer or spin up a validator, and the explorer tells you whether it worked. The catch is that Ethereum has burned through a surprising number of testnets over the years. Ropsten, Rinkeby, Kovan, Goerli and Holesky have all been retired, and each took its explorers down with it. In September 2026 only a handful of public test networks matter, and picking the wrong one is the single most common reason a developer stares at a "transaction not found" page.

This guide sorts that out. We cover the Sepolia explorer choices, the Hoodi explorers for staking work, what became of Holesky, a short history of the networks that came before, and where to get test ETH without handing over your mainnet keys.

Why a testnet needs its own explorer

Every Ethereum network is a separate chain with its own blocks, its own state and its own chain ID. A transaction hash from Sepolia has no meaning on mainnet, and vice versa. So an explorer has to be pointed at one specific network, which is why Etherscan runs a separate site for each testnet (sepolia.etherscan.io, hoodi.etherscan.io) and Blockscout runs a separate instance (eth-sepolia.blockscout.com, eth-hoodi.blockscout.com).

The interface is otherwise almost identical to what you know from mainnet. You get the same transaction pages, the same address tabs, the same verified-source view for contracts. That similarity is the point: a testnet is a rehearsal, and you want the rehearsal to look like the real show. If you have not used an explorer before, our walkthrough of the explorer interface applies one-to-one to test networks.

What differs is the data. Testnet blocks are usually emptier, gas prices are close to zero, token prices are missing because nothing trades, and the validator set on Sepolia is small and permissioned. Hoodi, by contrast, has an open validator set and is built for people who stake.

Active and retired Ethereum testnets at a glance

Here is the state of play as of our check on 24 September 2026. Status reflects what the Ethereum Foundation and client teams have announced, not just whether a website loads.

Ethereum test networks, their purpose, status in September 2026 and the explorers that cover them.
NetworkPurposeStatusExplorers
SepoliaApps, smart contracts, toolingActive, recommendedEtherscan, Blockscout, Otterscan
HoodiValidators, staking, upgradesActive since Mar 2025Etherscan, Blockscout, Otterscan, ethPandaOps, beaconcha.in
EphemeryShort experiments, resets every 28 daysActiveBlockscout, Otterscan, beacon light explorer
HoleskyStaking (2023–2025)Shut down after Fusaka, Oct 2025None working
GoerliApps and staking (2019–2024)Retired Apr 2024None working
Ropsten / RinkebyEarly PoW and PoA testingRetired 2022 / 2023None working

The official list lives on the ethereum.org networks page, which is worth bookmarking because it is updated whenever a testnet is added or deprecated. Layer 2 teams run their own test networks on top of Sepolia, such as OP Sepolia, Base Sepolia and Arbitrum Sepolia. Those need rollup-specific explorers, which we cover in our layer 2 explorer guide.

Sepolia explorer options

Sepolia is where you test a dapp, a token or a contract upgrade before it touches real money. It started life as a proof-of-work chain (its genesis block is dated 3 October 2021), went through its own Merge in July 2022 and has followed every mainnet fork since, usually a few weeks ahead of mainnet. Its chain ID is 11155111, and by late September 2026 it was past block 11.7 million. The validator set is permissioned, run by client teams and infrastructure operators, which keeps the network stable and the state small enough to sync quickly.

sepolia.etherscan.io

The Etherscan Sepolia explorer is the default for most developers for one simple reason: contract verification works exactly as on mainnet, and Hardhat and Foundry plugins target it out of the box with the same Etherscan API V2 key. You get the Read and Write Contract tabs, event logs, internal transactions and the processed beacon withdrawals page. The downside is the same as on mainnet: a closed-source service with an account system and an API key requirement. Our full Etherscan review covers the free-tier limits that also apply to its testnet endpoints.

eth-sepolia.blockscout.com

Blockscout's Sepolia instance is the self-hostable alternative. It verifies contracts too, including via Sourcify, and its REST API works without a key, which is handy for CI pipelines and quick scripts. Blockscout tends to support new transaction types quickly, so when a fork introduces something new (blob transactions in 2024, EIP-7702 set-code transactions in 2025) you usually see it decoded on Blockscout early. This is also the data source behind our own tool.

Otterscan on Sepolia

The public Otterscan deployment gives you the fast, minimalist trace view that Otterscan fans love: call trees, gas profiles and raw storage changes without ads. Otterscan normally runs against your own Erigon or Reth node, so this public instance is mostly a convenience. If you want to run one locally, our open-source explorer guide walks through the setup.

Hoodi explorer for validators and staking

Hoodi is the youngest long-lived testnet. Its execution genesis is dated 17 March 2025, it activated the Pectra upgrade at epoch 2048 on 26 March 2025, and it uses chain ID 560048. It exists because Holesky broke (more on that below), and its job is to give stakers and node operators a place to test deposits, exits, consolidations and client upgrades with an open validator set. The Ethereum Foundation said at launch that Hoodi would be supported through 30 September 2028, and it was one of the three public testnets (after Holesky and Sepolia) to rehearse Fusaka in October 2025.

For execution-layer data, hoodi.etherscan.io and eth-hoodi.blockscout.com are the two big options, and hoodi.otterscan.io covers traces. For consensus-layer data, which is what you really care about as a validator, look at the ethPandaOps Hoodi beacon explorer or the Hoodi edition of beaconcha.in. Those show validator indexes, attestations, proposals and the deposit queue. We explain every field on those pages in our beacon chain explorer guide.

What happened to Holesky and its explorers

Holesky had an awkward life. Its first launch on 15 September 2023, the first anniversary of the Merge, failed because of a misconfigured genesis file, and it came back at the end of that month. It was designed to be big, with far more validators than mainnet, so client teams could stress-test at scale. For a while it was the go-to staking testnet.

Then came the Pectra activation in February 2025. A misconfiguration of the deposit contract address in several execution clients split the network and it lost finality. Recovery triggered extensive inactivity leaks, and the resulting exit queue was so long that, according to the EF, exited validators would take roughly a year to leave the set. A testnet where you cannot test the full validator lifecycle in reasonable time is not much use, so Hoodi was launched within weeks.

The shutdown announcement came on 1 September 2025. Holesky ran Fusaka on 1 October 2025 as a final rehearsal for mainnet, and most validator nodes were switched off two weeks after that fork finalized. Explorers followed. In our September 2026 check, holesky.etherscan.io no longer resolved and Blockscout's Holesky instance returned a 404. If you have an old Holesky transaction in a tutorial or a bug report, it is effectively unverifiable now.

Goerli, Ropsten and Rinkeby: a short history of retired testnets

Ethereum's testnet graveyard is instructive. Each network reflected the problems of its time, and each retirement pushed the ecosystem toward the current model of a few well-maintained networks with announced lifespans.

  1. Nov 2016

    Ropsten launches PoW

    A proof-of-work testnet that mirrored mainnet closely. Its low hash rate made it vulnerable to spam and reorg attacks early on.

  2. Apr 2017

    Rinkeby launches PoA

    A Geth-only proof-of-authority network (Clique). Stable, but tied to a single client.

  3. Jan 2019

    Görli goes live in Berlin PoA

    The first cross-client proof-of-authority testnet, later paired with the Prater beacon chain for staking tests.

  4. Oct 2021

    Sepolia genesis

    Started as a small proof-of-work chain meant to replace Ropsten for application developers.

  5. Jun 2022

    Ropsten merges, deprecation announced

    Ropsten switched to proof of stake on 8 June 2022; on 21 June the EF announced it would be shut down in Q4 2022 and Rinkeby in 2023.

  6. Jul–Aug 2022

    Sepolia and Goerli merge

    The final rehearsals before the mainnet Merge on 15 September 2022.

  7. Sep 2023

    Holesky launches PoS

    The first attempt on 15 September fails over a genesis misconfiguration; the relaunch at month end succeeds.

  8. Jan 2024

    Dencun on Goerli

    Goerli's last upgrade. Client support ended in April 2024, about a month after Dencun reached mainnet.

  9. Mar 2025

    Hoodi launches PoS

    Genesis on 17 March, Pectra at epoch 2048 on 26 March. Replaces Holesky for staking work.

  10. Oct 2025

    Holesky runs Fusaka, then shuts down

    Fusaka activated on Holesky on 1 October 2025; nodes went offline two weeks after finalization.

  11. Aug 2026

    Platåberget for Glamsterdam

    A short-lived public testnet for early Glamsterdam testing, intended to run for a few months.

  12. 2027 (proposed)

    Sepolia successor

    Client developers have proposed a replacement by Q1 2027 with a parallel run before Sepolia is sunset.

Ropsten was the most mainnet-like testnet for years, which was also its weakness. Proof of work with a tiny hash rate meant anyone with a few GPUs could reorganize it, and in early 2017 a spam attack with huge gas limits made it nearly unusable. It survived to become the first public testnet to run the Merge, then was retired at the end of 2022.

Rinkeby solved the attack problem with proof of authority, but only Geth could run it, so it was never a true multi-client test. It did not transition to proof of stake and was switched off in 2023. Kovan, the Parity-based equivalent, met the same fate.

Goerli was the workhorse of 2019 to 2023. Every major client could sync it, and after the Merge its Prater beacon chain made it the staking testnet too. Its undoing was economics. Goerli ETH had a fixed supply that dried up, faucets ran empty, and an informal market for "test ETH" appeared, which defeats the whole purpose. The EF announced its end, Dencun ran there in January 2024 as a final upgrade, and support stopped in April 2024. Holesky took over staking, and Sepolia took over apps.

The lesson the core developers drew is visible in how Hoodi and Sepolia are managed today: testnets get an announced lifespan and a successor is launched before the old one is switched off. That is annoying if you maintain tutorials, but far better than the old pattern of networks slowly rotting.

Faucets: where to get Sepolia and Hoodi ETH

You cannot buy test ETH, and you should not try. You get it from faucets, which ration it to stop bots draining them. The main options listed by ethereum.org in September 2026:

For Hoodi validator testing you need at least 32 test ETH per validator, more than most faucets hand out in one go. Check the Hoodi repository for the current way to request larger amounts rather than trusting a random Discord link.

Checking Sepolia and Hoodi in our live explorer

Our live Ethereum explorer supports Sepolia and Hoodi next to mainnet and Ethereum Classic. Open it, pick the network in the selector beside the search box, then paste a transaction hash, an address or a block number. The tool reads from the matching Blockscout instance, falls back to a public RPC node if that is slow, and shows the beacon slot and epoch for each block, calculated from the testnet's own genesis time. The "Open in" buttons jump to the same record on Etherscan or Blockscout if you need contract verification or deeper traces.

That makes it a quick sanity check when a deployment script says "success" but you want to see the receipt yourself, or when a teammate pastes a hash in chat and nobody knows which network it came from. Try the hash on mainnet first, then Sepolia, then Hoodi. One of them will answer.

Common mistakes: mainnet vs testnet

Searching the wrong network

By far the most frequent problem. A Sepolia transaction hash pasted into etherscan.io returns nothing, and people assume the transaction failed. Look at the network badge in your wallet, then use the explorer for that network. Addresses are the same format across all EVM networks, so an address search on the wrong network will "work", but show a different, often empty, balance. Our guide to reading transaction pages explains how to spot the network from the explorer header.

Assuming testnet gas behaves like mainnet

Testnet blocks are rarely full, so the base fee sits close to its floor. A transaction that costs a fraction of a cent on Sepolia can cost noticeably more on mainnet at a busy moment. Estimate real costs on our Ethereum gas tracker before you launch, not from testnet receipts.

Sending real ETH to a testnet address, or the reverse

Because the address is identical across networks, you cannot "send ETH to Sepolia" from an exchange. Exchanges only withdraw to mainnet (or a layer 2 they explicitly support). The funds land in the same address on mainnet, which is fine if you control that key, and a problem only if you gave someone an address you do not control. Conversely, test ETH cannot be deposited to an exchange at all; it simply does not exist there.

Hard-coding a testnet that is about to disappear

If your CI pipeline, docs or SDK defaults still reference Goerli or Holesky, they are broken already. Make the chain ID and RPC URL configuration, not code, and you will survive the next migration with a one-line change.

Which testnet explorer should you use?

For application work in 2026, use Sepolia with sepolia.etherscan.io if your tooling already speaks Etherscan, or eth-sepolia.blockscout.com if you prefer open source and keyless APIs. For staking and client testing, use Hoodi and pair an execution explorer with a beacon explorer. For throwaway experiments, Ephemery resets every 28 days and gets a new chain ID each time, so nothing you do there needs cleaning up. Treat everything else as history. And whenever something "disappears", check the network before you check anything else. If you want to compare the full-featured explorers side by side, our ranking of the best Ethereum explorers scores them on mainnet features that carry over to their testnet editions.

Frequently asked questions

01

What is the best Sepolia explorer?

For most developers it is sepolia.etherscan.io, because contract verification there mirrors mainnet Etherscan exactly. If you want an open-source option with a keyless API, use eth-sepolia.blockscout.com, which is also what our live explorer queries when you switch the network to Sepolia.
02

Is there still a Holesky explorer?

Not a working one. Holesky ran the Fusaka upgrade on 1 October 2025 and its validators were switched off roughly two weeks after that fork finalized. In our September 2026 check, holesky.etherscan.io no longer resolved and the Blockscout Holesky instance returned an error. Validator testing moved to Hoodi, application testing to Sepolia.
03

Why can I not find my Goerli, Ropsten or Rinkeby transaction?

Those networks are gone. Ropsten was shut down in late 2022, Rinkeby in 2023 and Goerli lost client support in April 2024. Their explorers went offline with them, so old hashes cannot be looked up anywhere today. If you need the history, you would have to find an archived dataset, not an explorer.
04

Does test ETH from a faucet have any value?

No. Sepolia ETH and Hoodi ETH are deliberately worthless so that anyone can experiment. Anyone offering to sell you testnet coins, or asking you to pay a fee to unlock them, is running a scam. Real ETH only exists on mainnet.
05

What is the chain ID of Sepolia and Hoodi?

Sepolia uses chain ID 11155111 and Hoodi uses 560048. Mainnet is 1. Your wallet signs every transaction for one specific chain ID, which is why a Sepolia transaction can never accidentally spend mainnet funds.

Keep exploring