DASH ยท DASH
Dash block explorer
Look up Dash addresses, transactions, and blocks - routed live to Dash Block Explorer.
Dash is a Bitcoin-derived UTXO chain with a few protocol additions of its own, including InstantSend and PrivateSend mixing. Addresses use legacy base58 encoding with the letter X as the version prefix for standard P2PKH addresses, so a normal Dash address is 34 characters starting with a capital X. P2SH addresses begin with the digit 7. Transaction IDs are 64-character lowercase hex strings. Paste any Dash value at tx.taxi/{value} and the router classifies the X-prefixed address or the hex txid and 302-redirects you to the Dash Block Explorer page that matches.
Lookup Dash by type
Dash explorers
- Dash Block Explorer priority 100
Live examples
Try a real Dash lookup. tx.taxi will route it straight to the configured explorer.
Frequently asked questions
Why do Dash addresses start with X?
Dash uses base58 address encoding with a version byte that produces a leading 'X' for standard P2PKH addresses. P2SH addresses on Dash use a version byte that produces a leading '7'.
What is InstantSend on Dash?
InstantSend is a Dash feature that lets transactions be locked by masternode quorum so they are treated as final within seconds rather than waiting for additional block confirmations. Locked transactions appear flagged on the Dash Block Explorer.
Is PrivateSend visible on a Dash explorer?
PrivateSend is a CoinJoin-style mixing protocol. The constituent transactions are visible on-chain like any other Dash transactions, but the link between participating inputs and outputs is obscured by the mixing process.
How long is a Dash transaction hash?
A Dash transaction ID is 64 lowercase hex characters with no prefix - the same shape as Bitcoin, Litecoin, and Dogecoin txids. Routing context is what tells tx.taxi which network to land on.