Browse Source

Merge pull request #2381 from bauerj/issue-2380

Add BlockCypher.com as a block explorer
master
ThomasV 9 years ago committed by GitHub
parent
commit
353a7b8fd9
  1. 2
      lib/util.py

2
lib/util.py

@ -368,6 +368,8 @@ block_explorer_info = {
{'tx': 'tx', 'addr': 'address'}),
'TradeBlock.com': ('https://tradeblock.com/blockchain',
{'tx': 'tx', 'addr': 'address'}),
'BlockCypher.com': ('https://live.blockcypher.com/btc',
{'tx': 'tx', 'addr': 'address'}),
'system default': ('blockchain:',
{'tx': 'tx', 'addr': 'address'}),
}

Loading…
Cancel
Save