About TXC Mempool
TXC Mempool is a real-time block explorer for the TEXITcoin chain. It mirrors the look and feel of mempool.space — fee bucket visualizations, projected next blocks, fee gauges, mining pool stats — and adds first-class decoding for Omni-Layer L2 token activity carried in TXC OP_RETURN outputs.
Where the data comes from
Everything is read live from mempool.texitcoin.org/api, which is a mempool.space backend pointed at a fully-synced TXC node (Litecoin-fork, Scrypt PoW, 3-min target). When available, this UI subscribes to the upstream WebSocket at wss://mempool.texitcoin.org/api/v1/ws for live updates; otherwise it polls every 10 seconds. The status pill in the dashboard hero tells you which mode you're in.
OP_RETURN & Omni-Layer
TXC carries token activity through the Omni-Layer protocol: regular TXC transactions whose first OP_RETURN output begins with the ASCII magic "omni" (0x6f 0x6d 0x6e 0x69), followed by a binary version + type + payload. This explorer decodes:
- Simple Send (type 0)
- Send All (type 4)
- Create Property Fixed (type 50) and Managed (type 54)
- Grant (55), Revoke (56), Close Crowdsale (53), Change Issuer (70)
For the canonical L2 spec see cryptopop.asia/api and imaginenation.com/api. Unknown payload types are displayed as raw hex so you can still see them.
The ecosystem
- texitcoin.org — chain home
- honest.money — the umbrella ecosystem
- mempool.texitcoin.org — upstream explorer / API source
- explorer.texitcoin.org — classic block explorer