Omni Explorer Alternative
Public Omni Layer explorers like omniexplorer.info have had reliability issues. The most authoritative alternative is to run your own — using OmniCore v0.13.0 as a full Bitcoin node with complete Omni Layer RPC access.
Why public explorers fail
Third-party explorers are single points of failure. They go offline, rate-limit queries, return stale data, or shut down entirely. If you depend on a public Omni explorer for transaction lookups or balance checks, you depend on its operator keeping the lights on. A self-hosted alternative removes that dependency.
OmniCore = your own Omni explorer
OmniCore is a full Bitcoin node with the complete Omni Layer RPC suite. Once synced, you can query any Omni Layer transaction, token balance, or property ID — directly from your own machine, with no API limits and no trust required.
Download OmniCoreCommon explorer queries
omni_gettransaction <txid>Decode an Omni transaction by Bitcoin txid.
omni_getbalance <address> <propertyId>Read on-chain token balance for an address.
omni_listpropertiesList every token ever issued on Omni Layer.
omni_getproperty <propertyId>Get full metadata for a token (name, issuer, supply, creation block).
Want the visual explorer feature tour?
For a walkthrough of OmniCore's built-in block explorer interface — balances, transactions, property browser — see the Explorer feature page.
See OmniCore's built-in ExplorerFAQ
Is omniexplorer.info still online?
Public Omni Layer explorers like omniexplorer.info have had availability issues over the years. Because they are third-party hosted, they can go offline, return stale data, or rate-limit queries. The most reliable alternative is to run your own Omni Layer explorer via OmniCore v0.13.0.
What is the best Omni Explorer alternative?
The most authoritative alternative is OmniCore itself. As a full Bitcoin node with the complete Omni Layer RPC suite, OmniCore lets you query any Omni transaction, token balance, or property ID directly from your own machine — no API limits, no third-party trust, no downtime.
How do I look up an Omni Layer transaction without a public explorer?
Install OmniCore, sync the Bitcoin blockchain, then run omni_gettransaction <txid> in the console. The result includes the property ID, amount, sender, receiver, and confirmations — sourced directly from your local Bitcoin node.
Why use a self-hosted Omni explorer?
Public explorers can be censored, go offline, or serve cached data. Bitcoin's security guarantees only matter if you verify transactions yourself. Running OmniCore gives you a complete, locally-verified view of all Omni Layer activity with zero counterparty risk.
Don't trust — verify
Run your own Omni explorer with OmniCore v0.13.0. Free, open-source, fully sovereign.
Download OmniCore