Merge pull request #1467 from ulrichard/onion
added tor onion address for Blockchain explorer
This commit is contained in:
@@ -253,6 +253,8 @@ block_explorer_info = {
|
||||
{'tx': 'Transaction', 'addr': 'Address'}),
|
||||
'Blockchain.info': ('https://blockchain.info',
|
||||
{'tx': 'tx', 'addr': 'address'}),
|
||||
'blockchainbdgpzk.onion': ('https://blockchainbdgpzk.onion',
|
||||
{'tx': 'tx', 'addr': 'address'}),
|
||||
'Blockr.io': ('https://btc.blockr.io',
|
||||
{'tx': 'tx/info', 'addr': 'address/info'}),
|
||||
'Blocktrail.com': ('https://www.blocktrail.com/BTC',
|
||||
|
||||
Reference in New Issue
Block a user