Dash / block
Dash block lookup
Look up any Dash block on Dash Block Explorer. tx.taxi detects the format, picks the right Dash explorer, and redirects.
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. On this page: Dash block lookups specifically.
How it works
- Copy your
Dash block(e.g. a block height or hash). - Paste into the search above or visit
tx.taxi/<your-block>directly. - tx.taxi detects the Dash format and redirects to Dash Block 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.