Bitcoin Forum
July 13, 2026, 09:57:09 AM *
News: Latest Bitcoin Core release: 31.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: TestnetScan.com: a self-hosted block explorer for BTC / LTC / XMR testnets  (Read 37 times)
Tech1k (OP)
Copper Member
Newbie
*
Offline

Activity: 9
Merit: 139


View Profile
July 10, 2026, 02:18:23 AM
 #1

I built a testnet wallet a while back, and it leans on public explorer APIs. I wanted a self-hostable explorer to pair with it, and testnet explorers in general are scarce or half-abandoned, so I built one: https://testnetscan.com

It runs entirely off your own nodes (Bitcoin/Litecoin Core + ElectrumX, monerod for Monero). Pure PHP + SQLite, server-rendered, no JS frameworks, no CDN, strict CSP, no tracking. AGPL-3.0. It exposes a drop-in Esplora / mempool.space-compatible REST API, so existing wallets and tools point straight at it. You can even point a light wallet at your own instance for full independence.

Honest caveat: it's testnet-only by design, and the public instance runs off nodes I run.

It covers three chains' testnets today:
  • Bitcoin testnet4
  • Litecoin testnet, with full MWEB (peg-ins, peg-outs, supply) plus a privacy-analysis overlay from a sister project, MWEBscan
  • Monero testnet and stagenet, with ring analysis, local view-key decoding, and payment proofs

What's there:
  • Blocks, transactions, addresses: per-output spent status, script and witness detail, RBF and CPFP
  • Mempool: next-block projection, fee histogram, mempool and fee time-series
  • Mining dashboard: pool attribution, reward stats, difficulty and hashrate, recent blocks, plus a charts hub
  • xpub / ypub / zpub lookup that derives and checks the receive and change addresses
  • Tools: broadcast, testmempoolaccept dry-run, decode raw tx / script / PSBT, encode OP_RETURN, verify signed message

The point is a testnet explorer that's actually current and self-hostable, whether you're testing a flow before it touches mainnet, decoding a PSBT to see what's inside, or running a workshop on throwaway coins.

Roadmap: a mainnet version is planned (same codebase, network-parameterized).

Site: https://testnetscan.com
Source: https://github.com/Tech1k/testnetscan.com
API: https://testnetscan.com/docs

Still in active development. Feedback and bug reports welcome.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!