whatisgithub

What is litecoinexplorer.org?

tech1k/litecoinexplorer.org — explained in plain English

Analysis updated 2026-05-18

1PHPAudience · developerComplexity · 4/5LicenseSetup · hard

In one sentence

A self-hosted website for browsing Litecoin blocks, transactions, and addresses, with built-in support for Litecoin's private MWEB feature.

Mindmap

mindmap
  root((Litecoin Explorer))
    What it does
      Block and address lookup
      MWEB peg tracking
      Esplora-compatible API
    Tech stack
      PHP
      SQLite
      ElectrumX
    Use cases
      Self-hosted explorer
      Wallet backend
      MWEB analytics
    Audience
      Developers
      Node operators
    Setup
      Litecoin full node
      ElectrumX indexer
      Apache docroot

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Run a private blockchain explorer for Litecoin without depending on a third-party website.

USE CASE 2

Serve Esplora or mempool.space-compatible API responses for a wallet or tool that expects that format.

USE CASE 3

Track MWEB peg-in, peg-out, and supply activity on Litecoin's privacy layer.

What is it built with?

PHPSQLiteElectrumX

How does it compare?

tech1k/litecoinexplorer.orgagentpietrucha/ks_affiliationakarshsatija/php-whois
Stars111
LanguagePHPPHPPHP
Last pushed2014-02-06
MaintenanceDormant
Setup difficultyhardmoderateeasy
Complexity4/53/52/5
Audiencedeveloperdeveloperpm founder

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · hard Time to first run · 1h+

Requires running your own Litecoin full node with txindex enabled plus a separate ElectrumX-compatible address indexer.

You may use and modify this freely, but if you run a modified version as a public network service, you must also share your source code under the same license.

So what is it?

Litecoin Explorer is a website you can run yourself that lets people look up blocks, transactions, addresses, and mempool activity on the Litecoin cryptocurrency network, similar to a search engine for a blockchain. It is built specifically to support MWEB, a privacy feature of Litecoin that lets coins move between a public ledger and a more private one, showing details like peg-ins and peg-outs and total supply, with an optional add-on service called MWEBscan that adds deeper analysis such as tracking how coins move and estimating how private a transaction really was. The explorer also speaks the same programming interface used by two well-known blockchain explorer projects, Esplora and mempool.space, which means any wallet or tool already built to work with those can point at this explorer instead without changes. It is written in plain PHP with a SQLite database for caching, with no external frameworks or build tools required, so you can drop the files into a web server folder and it works. Running it yourself means also running your own Litecoin full node, plus a separate address-indexing service since a plain node cannot answer questions like what transactions belong to a specific address. The explorer combines results from both of these behind the scenes to construct its responses. There is an optional local database you can seed and keep updated for a fuller history of MWEB peg activity and a supply chart, though the explorer works using live data alone if you skip that step. All amounts in the API are returned as whole satoshis, the smallest unit of the coin, rather than decimal amounts. The project includes a status page for checking whether your node and indexer connections are healthy. It is released under the AGPL license, which requires that anyone running a modified public version also make their source code available.

Copy-paste prompts

Prompt 1
Walk me through setting up litecoind, ElectrumX, and this explorer together for the first time.
Prompt 2
Explain how this explorer's MWEB peg index works and when I need to seed it.
Prompt 3
Show me how to point an Esplora-compatible wallet at my self-hosted Litecoin Explorer.
Prompt 4
Help me troubleshoot the /status dashboard if my node or indexer connection is failing.

Frequently asked questions

What is litecoinexplorer.org?

A self-hosted website for browsing Litecoin blocks, transactions, and addresses, with built-in support for Litecoin's private MWEB feature.

What language is litecoinexplorer.org written in?

Mainly PHP. The stack also includes PHP, SQLite, ElectrumX.

What license does litecoinexplorer.org use?

You may use and modify this freely, but if you run a modified version as a public network service, you must also share your source code under the same license.

How hard is litecoinexplorer.org to set up?

Setup difficulty is rated hard, with roughly 1h+ to a first successful run.

Who is litecoinexplorer.org for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.