Memory Pool Memory Pool Refreshing

63,581 transactions
28.95 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,925 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,431 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,924 (807,444 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
62,480 62,480 000000000085ded782f7fe2b5c50d180a5d22743a3b855e163c44e542dfdb5e5 0.00 MB 1 0
62,479 62,479 000000000af8c012b24d0c36ffa64a3c7785500effcafbd36fc615a8e57af059 0.00 MB 1 0
62,478 62,478 0000000004cc11dc654e836fa39abf654041df20de260fcfdb81b0fb8cbd371e 0.00 MB 1 0
62,477 62,477 000000000a340076a1c2378ac37e8658f75a03965361a290a717ef5f89e14ac5 0.00 MB 1 0
62,476 62,476 000000000df65385893a0cfb542ad6e33f29153650c2ceff99a6e17785d128f2 0.00 MB 1 0
62,475 62,475 000000000d2689bd08a1c2ef9acd6d2ca56a56384997df108fdbdc836381d2aa 0.00 MB 1 0
62,474 62,474 000000000ac43a00c52df4b1a5c3abb671efb2af15d08ac00811a7eeec60ea59 0.00 MB 1 0
62,473 62,473 000000000ae200447722da9ea6560c54076efe0c8eed506862a50146492ae561 0.00 MB 1 0
62,472 62,472 000000000e7e079b50c039a0d6c58a1775151c29851ed56942c9c29b288f4996 0.00 MB 1 0
62,471 62,471 0000000004957519fcf8fd10e2cd2a6aa80c815442a2881faf1f73bac98de65a 0.00 MB 1 0
62,470 62,470 000000000956887ab035cb15806664a589b57027df2248c232d0d52fba69a2c5 0.00 MB 1 0
62,469 62,469 0000000005f0777c450f503ada4c15a8650202d53aea0c212820209ab7e5000a 0.00 MB 1 0
62,468 62,468 000000000a16d0025b4f04c55c2a47d2278ea924cd44b6c83ec5eb76505addb2 0.00 MB 1 0
62,467 62,467 000000000308241407aa133dcf381886579509d7fc7c9aa153bf30be353e4492 0.00 MB 1 0
62,466 62,466 000000000b9d1a03af2c2ff8231977cba19f4ef3ba239c990c305675308099e4 0.00 MB 1 0
62,465 62,465 000000000a52776b47d6ef45c2dd79ca36d78047cc2a5b34b0b37c654dad5234 0.00 MB 1 0
62,464 62,464 0000000006e20d843cf721e4b0d87de0d870f131f4540b5afae3204b38ba2759 0.00 MB 1 0
62,463 62,463 000000000a0b3afd0a0bc1cd1b48ded21c28a59abcf474ca4df03a8a8105d3f7 0.00 MB 1 0
62,462 62,462 000000000b55dfeba1171997b20b089d3b4f57a5194b5c3594ba1c9645867ee2 0.00 MB 1 0
62,461 62,461 000000000bdfd75c1bd6c4d001e3aef25396e3599920b779219f636fbb8e816f 0.00 MB 2 0
62,460 62,460 000000000295d3fbad368c21812e6f2bbea41d648c442842b8d695043e72caec 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 699.32 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,159.65 GB sent, 205.87 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.