diff --git a/lib/util.py b/lib/util.py index 15a8ba49..fae82ac5 100644 --- a/lib/util.py +++ b/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'}), }