Bitcoin Cash / transaction

Bitcoin Cash transaction lookup

Look up any Bitcoin Cash transaction on BCH Explorer. tx.taxi detects the format, picks the right Bitcoin Cash explorer, and redirects.

Bitcoin Cash uses a CashAddr address format that prefixes the network identifier directly into the encoded string: a typical BCH address looks like bitcoincash:qabc... or, less commonly, the prefix can be dropped to leave just q... or p... at the start. The q prefix marks P2PKH addresses, p marks P2SH. Bitcoin Cash also still recognises legacy base58 addresses, which look identical to Bitcoin addresses. Transaction IDs are 64-character lowercase hex strings. Paste any BCH value at tx.taxi/{value} and the router classifies the CashAddr or legacy format and 302-redirects to BCH Explorer, tx.taxi's configured Bitcoin Cash explorer. On this page: Bitcoin Cash transaction lookups specifically.

How it works

  1. Copy your Bitcoin Cash transaction (e.g. the transaction hash from your wallet).
  2. Paste into the search above or visit tx.taxi/<your-transaction> directly.
  3. tx.taxi detects the Bitcoin Cash format and redirects to BCH Explorer.

Frequently asked questions

What is CashAddr?

CashAddr is the modern Bitcoin Cash address encoding. It uses a network prefix like 'bitcoincash:' followed by a base32 payload. The first character of the payload encodes the script type: q for P2PKH, p for P2SH.

Why do some BCH addresses still look like Bitcoin addresses?

Bitcoin Cash retained backwards compatibility with the legacy base58 addresses inherited from Bitcoin at the fork. These look visually identical to BTC addresses, which is one reason CashAddr was introduced - to disambiguate the network.

Can I send BTC to a BCH address?

No. The networks are independent ledgers despite sharing history. Sending funds across the wrong network can result in loss. tx.taxi is a lookup tool only - it does not route funds, only URLs.

Related