Last active
June 26, 2019 03:18
-
-
Save MSiccDev/b283f34fcc02277e9c7137b4a59addcb to your computer and use it in GitHub Desktop.
Continuously updated list of blockchain explorers that can easily be used in applications.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"BTC": [ | |
{ | |
"Name": "Blockchain", | |
"BaseUrl": "https://blockchain.com", | |
"Currency": "btc", | |
"TransactionSuffix": "tx", | |
"TxIdIsQueryParameter": false | |
}, | |
{ | |
"Name": "Blockchair", | |
"BaseUrl": "https://blockchair.com", | |
"Currency": "bitcoin", | |
"TransactionSuffix": "transaction", | |
"TxIdIsQueryParameter": false | |
}, | |
{ | |
"Name": "Blockstream", | |
"BaseUrl": "https://blockstream.info", | |
"Currency": null, | |
"TransactionSuffix": "tx", | |
"TxIdIsQueryParameter": false | |
} | |
], | |
"ETH": [ | |
{ | |
"Name": "Etherscan", | |
"BaseUrl": "https://etherscan.io", | |
"Currency": null, | |
"TransactionSuffix": "tx", | |
"TxIdIsQueryParameter": false | |
}, | |
{ | |
"Name": "Blockchair", | |
"BaseUrl": "https://blockchair.com", | |
"Currency": "ethereum", | |
"TransactionSuffix": "transaction", | |
"TxIdIsQueryParameter": false | |
}, | |
{ | |
"Name": "Etherchain", | |
"BaseUrl": "https://www.etherchain.org", | |
"Currency": null, | |
"TransactionSuffix": "tx", | |
"TxIdIsQueryParameter": false | |
}, | |
{ | |
"Name": "Ethplorer", | |
"BaseUrl": "https://ethplorer.io", | |
"Currency": null, | |
"TransactionSuffix": "tx", | |
"TxIdIsQueryParameter": false | |
} | |
], | |
"LTC": [ | |
{ | |
"Name": "CryptoID", | |
"BaseUrl": "https://chainz.cryptoid.info", | |
"Currency": "ltc", | |
"TransactionSuffix": "tx.dws", | |
"TxIdIsQueryParameter": true | |
}, | |
{ | |
"Name": "Blockcypher", | |
"BaseUrl": "https://live.blockcypher.com", | |
"Currency": "ltc", | |
"TransactionSuffix": "tx", | |
"TxIdIsQueryParameter": false | |
}, | |
{ | |
"Name": "Blockchair", | |
"BaseUrl": "https://blockchair.com", | |
"Currency": "litecoin", | |
"TransactionSuffix": "transaction", | |
"TxIdIsQueryParameter": false | |
} | |
], | |
"DASH": [ | |
{ | |
"Name": "Dash Block Explorer", | |
"BaseUrl": "https://explorer.dash.org", | |
"Currency": null, | |
"TransactionSuffix": "tx", | |
"TxIdIsQueryParameter": false | |
}, | |
{ | |
"Name": "Blockchair", | |
"BaseUrl": "https://blockchair.com", | |
"Currency": "dash", | |
"TransactionSuffix": "transaction", | |
"TxIdIsQueryParameter": false | |
} | |
], | |
"GRS": [ | |
{ | |
"Name": "CryptoID", | |
"BaseUrl": "https://chainz.cryptoid.info", | |
"Currency": "grs", | |
"TransactionSuffix": "tx.dws", | |
"TxIdIsQueryParameter": true | |
}, | |
{ | |
"Name": "Groestlsight", | |
"BaseUrl": "http://groestlsight.groestlcoin.org", | |
"Currency": null, | |
"TransactionSuffix": "tx", | |
"TxIdIsQueryParameter": false | |
}, | |
{ | |
"Name": "Blockchair", | |
"BaseUrl": "https://blockchair.com", | |
"Currency": "groestlcoin", | |
"TransactionSuffix": "transaction", | |
"TxIdIsQueryParameter": false | |
} | |
], | |
"BCH": [ | |
{ | |
"Name": "Blockchair", | |
"BaseUrl": "https://blockchair.com", | |
"Currency": "bitcoin-cash", | |
"TransactionSuffix": "transaction", | |
"TxIdIsQueryParameter": false | |
}, | |
{ | |
"Name": "Blockdozer", | |
"BaseUrl": "https://blockdozer.com", | |
"Currency": "bitcoin-cash", | |
"TransactionSuffix": "transaction", | |
"TxIdIsQueryParameter": false | |
}, | |
{ | |
"Name": "BTC.com", | |
"BaseUrl": "https://bch.btc.com", | |
"Currency": null, | |
"TransactionSuffix": null, | |
"TxIdIsQueryParameter": false | |
} | |
], | |
"BTG": [ | |
{ | |
"Name": "BTG Explorer", | |
"BaseUrl": "https://btgexplorer.com", | |
"Currency": null, | |
"TransactionSuffix": "tx", | |
"TxIdIsQueryParameter": false | |
}, | |
{ | |
"Name": "BitcoinGold Explorer", | |
"BaseUrl": "https://explorer.bitcoingold.org/insight", | |
"Currency": null, | |
"TransactionSuffix": "tx", | |
"TxIdIsQueryParameter": false | |
} | |
], | |
"BTX": [ | |
{ | |
"Name": "Coresight", | |
"BaseUrl": "https://insight.bitcore.cc", | |
"Currency": null, | |
"TransactionSuffix": "tx", | |
"TxIdIsQueryParameter": false | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment