Memory Pool Memory Pool Refreshing

5,005 transactions
3.22 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,729 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 892 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,728 (84,324 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
823,404 823,404 00000000000000000002865d80979d02ab7d75591e99c000e77794fe1d6187c7 1.70 MB 4,354 120
823,403 823,403 000000000000000000007c1bf7c4b645ca780266ab94d1da0a76490c92725f8a 1.86 MB 3,420 84
823,402 823,402 00000000000000000001e7c29070b7bd45df31107cd189d79e75bb096900c2da 1.70 MB 4,032 89
823,401 823,401 00000000000000000000412108fefe46945531945187bb2dcab2b9faa71d74d5 1.53 MB 3,963 99
823,400 823,400 00000000000000000000482ea21cebf4e35ab9cc6baa59544d8cc2bc525cf1f2 1.72 MB 3,775 107
823,399 823,399 00000000000000000000f82ab4d62065bd364c34e358f6f45df890408ff5fca4 1.68 MB 3,817 153
823,398 823,398 000000000000000000014f8f8feece1803f48c0e97914359a6b01188afdbabf8 1.73 MB 3,289 70
823,397 823,397 00000000000000000001fedca1eea542d80b021cf5c0c57c71689c446529d35a 1.94 MB 3,939 90
823,396 823,396 0000000000000000000204c16f47747796dd99c181d2038b27530245ae1f9331 1.93 MB 4,270 72
823,395 823,395 0000000000000000000110efd151adbaa7b2dce243a02def2c20dc50596ce992 1.68 MB 3,610 112
823,394 823,394 00000000000000000001995db6045f4921bdb3261f7e3cccaa82642be26c8e64 1.74 MB 3,277 80
823,393 823,393 000000000000000000039ede27d229dc13be25063765eb01b1d41fdb973c2413 2.18 MB 3,533 77
823,392 823,392 000000000000000000017479e280e9c08aa81b4ab9e7d43e405ea129876a9bf0 1.74 MB 3,556 119
823,391 823,391 00000000000000000002f05d2d07c829f49aff4a8c7c1a9d1b1f1a861b8a9eba 2.10 MB 3,718 82
823,390 823,390 000000000000000000029f0661cb8bc79670a9c169aed1bc487e485821cbef87 1.78 MB 3,435 90
823,389 823,389 000000000000000000039b14b7b6c8307588923254e9b8437ea444ed7d8a15c6 1.62 MB 3,875 137
823,388 823,388 00000000000000000000be60b05c13cc53344854ac9ca8118cd49d5a0e5b642c 1.72 MB 4,827 87
823,387 823,387 00000000000000000001b189ce9686f152faa9b22d1d1f30867744dc67422775 1.67 MB 4,642 113
823,386 823,386 0000000000000000000157792cbf5b40eac2efa51f70296408652b3ea9859e30 1.77 MB 4,531 91
823,385 823,385 000000000000000000019d32a2943d1ab06ede0cc8311a468300473b45b080e5 1.57 MB 3,693 116
823,384 823,384 00000000000000000001f2f41fad57946191e4ef2386a8f82d11c9cc39dae202 1.58 MB 3,283 187
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,626.03 GB sent, 93.05 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.