Go to file
moneroexamples 4a2322f5d0 mempool added to search 2016-05-07 17:32:28 +08:00
ext lmdp++.h and mylmdh.h added 2016-04-28 03:37:48 +00:00
src mempool added to search 2016-05-07 17:32:28 +08:00
.gitignore gitignore updated 2016-04-17 07:32:51 +08:00
CMakeLists.txt custom search results im mylmdb added 2016-04-30 09:35:48 +08:00
README.md mempool added to search 2016-05-07 17:32:28 +08:00
main.cpp Dont calculate fee for conaibase txs 2016-05-06 01:00:22 +00:00

README.md

Onion Monero Blockchain Explorer

Two Monero blockchain explorer exist in the clearnet. Although useful, their limitations are that they use JavaScript, have images (might be used for coockless tracking), use use 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. Specifically, an Onion Monero Blockchain Explorer is developed. It is build in C++, and it not only shows how to use Monero C++ libraries, but also demonstrates how to use:

  • crow - C++ micro web framework
  • lmdb++ - C++ wrapper for the LMDB
  • mstch - C++ {{mustache}} templates
  • rapidjson - C++ JSON parser/generator

Onion Monero Blockchain Explorer features

  • no javascript, no web analytics trackers, no images, i.e., no user tracking
  • open source which allows everyone to check its source code, fork it, contribute
  • made fully in C++ allowing for seamless integration with Monero
  • does not use RPC calls, except to get mempool data, which improves its performance