Do all wallets use specific explorers?

1

Do all wallets use specific explorers? If so, is there a way to identify which explorer the wallet is using? Most of the major-mid tier wallets seem very ambiguous or don't seem to mention this at all.

Jin

Posted 2018-05-07T23:34:52.730

Reputation: 13

2Why would a wallet have an explorer? Explorers are independently run websites, and have nothing to do with particular wallet software.Pieter Wuille 2018-05-07T23:38:43.000

I'm sorry my question could have been ambiguous. I wondered if wallets used specific explorers, and if so, if there was a way to identify which.Jin 2018-05-07T23:47:08.043

Answers

6

Given the tags you're setting on your question, I believe you're confusing currencies, wallets, and explorers.

Bitcoin (BTC) and Bitcoin Cash (BCH) are currencies with an associated blockchain.

Wallet/node software is what you use to interact with that currency.

  • Software that interacts with BTC includes Bitcoin Core, Bitcoin Knots, btcd, Electrum, Greenbits, ...
  • Software that interacts with BCH includes Bitcoin ABC, BUCash, Electron Cash, ...

Explorers are independently run websites that visualize information in particular blockchains. They are unrelated to wallets, and generally something you should avoid for anything but debugging purposes. Relying on a specific website as your source of truth is dangerous as the website may lie. Wallet software generally performs some level of local validation of transactions (or even full validation, meaning that no invalid transactions will ever be accepted). Some explorers have associated wallet software, which relies on that website for information, rather than directly connecting to the network. These are generally discouraged for the same reason.

Pieter Wuille

Posted 2018-05-07T23:34:52.730

Reputation: 54 032

Thank you Pieter. I'm just getting started on my learning process and your comment has been a great help.Jin 2018-05-08T00:05:08.667