Developers
Public API
The TEXITcoin mempool node speaks an Esplora / mempool.space-compatible REST API. Everything is open, no key required, CORS is wide open.
Base URL
https://api.mempool.texitcoin.orgBlocks
Read block data, by height or hash.
base · https://api.mempool.texitcoin.org
Transactions
Inspect any confirmed or pending transaction.
base · https://api.mempool.texitcoin.org
Addresses
Balances and history for any TXC address.
base · https://api.mempool.texitcoin.org
Legacy explorer endpoints
Mirrors of the old explorer.texitcoin.org Iquidus API. Kept live so anything still pointing at the old host keeps working.
base · https://explorer2.texitcoin.org
Mempool & fees
What's pending right now and what to pay.
base · https://api.mempool.texitcoin.org
Mining
Difficulty and rewards.
base · https://api.mempool.texitcoin.org
Notes
- Hashrate series may take a few days to fill in on a freshly-started mempool node.
- The same endpoints are also served on this domain (explorer2.texitcoin.org) so you can point at either host.
- Be a good citizen: cache responses where you can. Polling intervals of 10–30 seconds are plenty.