Memory Pool Memory Pool Refreshing

15,866 transactions
39.36 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,918 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 4,275 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,917 (67,238 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
796,679 796,679 0000000000000000000039010cbdcae2691e0ef1c835790557e65db772f215c4 1.86 MB 929 12
796,678 796,678 00000000000000000002e3e26374179374c00bc2d9709dd49fba2d2ca6725f65 1.93 MB 1,334 11
796,677 796,677 00000000000000000001902d9cdc774a7aac0dc6263423d445c6e7c2cef69512 1.20 MB 930 12
796,676 796,676 00000000000000000000d5da9e361e26d10bb1a119819c0a3e7a33016d383144 1.61 MB 1,700 15
796,675 796,675 00000000000000000004bd06278d8952536409abb5a55bd04dc3c83a24ce020f 1.63 MB 3,216 28
796,674 796,674 00000000000000000002dac00afaea38185382512ba8b5cf9bfc2ce853e521f3 1.53 MB 2,127 17
796,673 796,673 000000000000000000009b5d9bb46b6ea953f2adb5c6c9a35adc0dc343633eab 1.54 MB 2,884 32
796,672 796,672 000000000000000000000baf927d4394cdd1df738cc870e3079a61e7bef05d5d 2.07 MB 3,394 10
796,671 796,671 00000000000000000001fcfe9a2479e4f74a9b9fcf8a8883fa9f3a52ace5c4ca 1.57 MB 2,925 23
796,670 796,670 0000000000000000000205ff0d85dca4ae6abf6a3a27318bf6d112dca601c121 1.83 MB 1,012 12
796,669 796,669 000000000000000000009c487b8ced8697549cd760a18c671c5427c4974578b2 1.79 MB 3,376 14
796,668 796,668 000000000000000000010987f8a773dbbc06da05d8dc4c793fa5e565919debf5 1.73 MB 2,929 21
796,667 796,667 000000000000000000014745aa8b1ec02d4c9430704b7974c3745d1b793692ba 1.57 MB 1,793 14
796,666 796,666 00000000000000000002325421cc5e375df2f04942469792a3536e649525363a 1.97 MB 5,347 11
796,665 796,665 000000000000000000006b0cea006e5e8c57502b41ac59c6873ffa88cc14d085 1.95 MB 4,351 11
796,664 796,664 00000000000000000002679d1e15e0f6b2053b003d79b5008d373d97e0c56762 1.95 MB 1,929 15
796,663 796,663 00000000000000000002bbf19bd67b569ac29bea7078b79fda7cf1a99a89846e 2.03 MB 3,617 12
796,662 796,662 00000000000000000000724def94b52f3467066e13caeb56c49acd405e6553bd 1.33 MB 1,840 18
796,661 796,661 00000000000000000002ae13ea46b2993326c86ac3752b43b9aedbfddb8f95e6 1.65 MB 2,806 25
796,660 796,660 000000000000000000001bf635684048417992e33c78a4dc0d7a22319cfe5dfe 1.76 MB 2,197 10
796,659 796,659 00000000000000000000f9dc786539c0df0829157cc95dc124fb782d5b537f0a 2.01 MB 5,652 13
Previous 10 blocks ↓
Total Size: 687.86 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: 1,531.25 GB sent, 124.59 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.