|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
|
|
|
|
{{#refresh}}
|
|
|
|
<meta http-equiv="refresh" content="10">
|
|
|
|
{{/refresh}}
|
|
|
|
<title>Onion Monero Blockchain Explorer</title>
|
|
|
|
<!--<link rel="stylesheet" type="text/css" href="/css/style.css">-->
|
|
|
|
<style type="text/css">
|
|
|
|
{{#unrendered}}
|
|
|
|
{{css_styles}}
|
|
|
|
{{/unrendered}}
|
|
|
|
</style>
|
|
|
|
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div>
|
|
|
|
|
|
|
|
<div class="center">
|
|
|
|
<h1 class="center"><a href="/">Onion Monero Blockchain Explorer</a></h1>
|
|
|
|
<h4 style="font-size: 15px; margin: 0px">(no javascript - no cookies - no web analytics trackers - no images - open sourced)</h4>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
{{^testnet}}
|
|
|
|
<div class="center">
|
|
|
|
<form action="/search" method="get" style="width:100%; margin-top:15px" class="style-1">
|
|
|
|
<input type="text" name="value" size="100"
|
|
|
|
placeholder="blk height, blk hash, tx hash, tx payment id, encrypted payment id, tx public key, input key image, and stealth address">
|
|
|
|
<input type="submit" value="Search">
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
{{/testnet}}
|
|
|
|
{{#testnet}}
|
|
|
|
<div class="center">
|
|
|
|
<form action="/search" method="get" style="width:100%; margin-top:15px" class="style-1">
|
|
|
|
<input type="text" name="value" size="100"
|
|
|
|
placeholder="blk height, blk hash, tx hash, tx payment id">
|
|
|
|
<input type="submit" value="Search">
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
{{/testnet}}
|