Extremely Private HUSH and HAC explorer https://explorer.hush.is
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

142 lines
4.6 KiB

<!DOCTYPE html>
<html>
<head>
<title>Hush Explorer: Speak And Transact Freely</title>
<style>
body {
width: 87%;
margin: 5 auto;
font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
background: #111111;
color: #cccccc;
}
a:link { color: #888888; }
a:visited { color: #888888; }
a:hover { color: #554200; }
a:active { color: #550000; }
</style>
<!--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
{ Fuck Blockchain Analysts }
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
\ ^__^
\ (@@)\_______
(__)\ )\/\
||----w |
|| ||
- Duke Leto and The Hush Developers
-->
<!-- this explorer must be hosted at / or this needs to be changed.
Not specifying a hostname makes it compatible with Tor/i2p/etc and other mirrors
- Duke
-->
<meta http-equiv="refresh" content="120; URL=/">
</head>
<body>
<center>
<br/>
<br/>
<a href="https://hush.is">Hush</a>
|
<a href="https://explorer.hush.is">Explorer</a>
|
<a href="https://hush.is/twitter">Twitter</a>
|
<a href="https://hush.is/tg">Telegram</a>
|
<a href="https://hush.is/telegram_support">Telegram Support</a>
|
<a href="https://hush.is/telegram_mining">Telegram Mining</a>
|
<a href="https://hush.is/reddit">Reddit</a>
|
<a href="https://hush.is/youtube">YouTube</a>
|
<a href="https://hush.is/bitcointalk">BitcoinTalk</a>
|
<a href="https://hush.is/mastodon">Mastodon</a>
|
<a href="https://hush.is/matrix">Matrix</a>
<br/>
<h1>HUSH Blockchain Explorer</h1>
<div id=navbar>
<a href="/blocks/">Blocks</a> |
<a href="/addresses/">Addresses</a>
</div>
<div id=stats>
<table width="100%" border=1>
<tr>
<td align=center>
<table>
<tr><th>Block Height</th><td><a href="/block/#BLOCKHASH#">#BLOCKS#</a></td></tr>
<tr><th>Block Hash</th><td><a href="/block/#BLOCKHASH#">#BLOCKHASH#</a></td></tr>
<!-- <tr><th>Notarized Height</th><td><a href="/block/#NOTARIZED#">#NOTARIZED#</a></td></tr> -->
<!-- <tr><th>Notarized Hash</th><td><a href="/block/#NOTARIZEDHASH#"> #NOTARIZEDHASH#</a></td></tr> -->
<tr><th>Longest Chain</th><td><a href="/block/#LONGESTCHAIN#">#LONGESTCHAIN#</a></td></tr>
<tr><th>Chain Tip Time</th><td> <font size=small>#TIPTIME#</font></td></tr>
<tr><th>Total Transactions</th><td> #TXCOUNT#</td></tr>
<tr><th>Transaction Rate</th><td> #TXRATE# per minute (Monthly Avg)</td></tr>
<!--<tr><th>Transactions Per Day</th><td> #TXS_PER_DAY#</td></tr> -->
<tr><th>Difficulty</th><td> #DIFFICULTY#</td></tr>
<tr><th>Network Solution Rate (Hashrate)</th><td> #NETWORKSOLPS# MegaSols/s</td></tr>
<tr><th>Circulating Supply</th><td> #SUPPLY# <b>HUSH</b></td></tr>
<tr><th>Shielded Supply</th><td> #ZFUNDS# <b>HUSH</b></td></tr>
<tr><th>Percent Shielded</th><td> #ZFUNDS_PERCENT# %</td></tr>
</table>
</td>
</tr>
</table>
</div>
<br>
<h2>About This Extreme Explorer</h2>
</center>
<p>
<ul>
<li>No Cookies</li>
<li>No Javascript client-side or server-side</li>
<li>No web analytics trackers</li>
<li>No images (<a href="https://en.wikipedia.org/wiki/Web_beacon">web bugs</a>)</li>
<li>No external CSS, only a few lines of inline per page</li>
<li>Visited/unvisited links are the same color so screenshots do not leak metadata</li>
<li>Tor Hidden Service: <a href="http://jlqhwhak65kokg3pdjp3ufy6almf5spnhsfnugtjsc4z7wtapgozxyad.onion">http://jlqhwhak65kokg3pdjp3ufy6almf5spnhsfnugtjsc4z7wtapgozxyad.onion</a></li>
</ul>
This Explorer doesn't snoop on your privacy! There is no Javascript or images for that reason.
Either could be used to steal your privacy. This explorer is natively compatible with Tor, i2p
and any other technology that improves privacy, because we do not use or rely on Javascript
IN ANY WAY, on the server-side or the client-side.
</p>
<p>
We beleive this is the most private and secure Blockchain Explorer in Zcash Protocol World.
Inspiration goes to <a href="https://xmrchain.net">xmrchain.net</a> and their fascinating
C++ <a href="https://github.com/moneroexamples/onion-monero-blockchain-explorer">codebase</a>.
Hush continues to "lovingly steal" the best ideas of Monero World and apply them to Zcash World,
which is why we claim to have the most advanced tech of any privacy coin.
</p>
<p>
The code to this explorer is still under development and will be released in due time.
</p>
<center>
<h3>Node Stats</h3>
<table border=1>
<tr><td>
#TLS_CONNECTIONS# of #CONNECTIONS# peers connected via <font color=green>TLS 1.3</font>
</td></tr>
<tr><td>
Protocol Version <font color=orange>#PROTOCOLVERSION#</font>
</td></tr>
</center>
</body>
</html>