Curent Monero blockchain explorer websites exist in the clearnet. Although useful,
Curently avaliable Monero blockchain explorer websites exist in the clearnet. Although useful, they have several limitations which or of special importance to priavcy-oriented users:
their limitations are that they use JavaScript, have images
([might be used for coockless tracking](http://lucb1e.com/rp/cookielesscookies/)),
track users activates through google analytics, are not open sourced, and are not
available as hidden services. These things are of importance
for privacy-oriented users.
In this example, these limitations are addressed by development of
- they use JavaScript,
an Onion Monero Blockchain Explorer. It is build in C++,
- have images which might be used for [coockless tracking](http://lucb1e.com/rp/cookielesscookies/)),
and it not only shows how to use Monero C++ libraries, but also demonstrates how to
- track users activates through google analytics,
use:
- are closed sourced,
- are not available as hidden services, and
- have very only basic search capapilites.
- [crow](https://github.com/ipkn/crow) - C++ micro web framework
- [lmdb++](https://github.com/bendiken/lmdbxx) - C++ wrapper for the LMDB
In this example, these limitations are addressed by development of
- [mstch](https://github.com/no1msd/mstch) - C++ {{mustache}} templates
an Onion Monero Blockchain Explorer. The example not only shows how to use Monero C++ libraries, but also demonstrates how to use:
- [rapidjson](https://github.com/miloyip/rapidjson) - C++ JSON parser/generator
- [crow](https://github.com/ipkn/crow) - C++ micro web framework
- [lmdb++](https://github.com/bendiken/lmdbxx) - C++ wrapper for the LMDB
- [mstch](https://github.com/no1msd/mstch) - C++ {{mustache}} templates
- [rapidjson](https://github.com/miloyip/rapidjson) - C++ JSON parser/generator
## Onion Monero Blockchain Explorer features
## Onion Monero Blockchain Explorer features
@ -28,7 +29,6 @@ track users activates through google analytics, are not open sourced, and are no
keys, outputs public keys, input key images
keys, outputs public keys, input key images
- the only explorer showing ring signatures
- the only explorer showing ring signatures
## Prerequisite
## Prerequisite
Everything here was done and tested using Monero 0.9.4 on
Everything here was done and tested using Monero 0.9.4 on