You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
437 B
HTML

9 years ago
<h1>Hidden Monero blockchain explorer</h1>
<h2>Current height: {{height}}</h2>
<div>
<ul>
9 years ago
<table>
{{#blocks}}
<tr>
<td>{{height}}</td>
<td>{{timestamp}}</td>
<td>{{hash}}</td>
<td>{{notx}}</td>
</tr>
{{/blocks}}
</table>
</ul>
</div>