Memory Pool Memory Pool Refreshing

24,682 transactions
31.39 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
864,139 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 4,026 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,138 (405,402 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
458,736 458,736 000000000000000000d88dbe4f940a288470e5ad4dade22b475a9aaa79b43e65 0.97 MB 1,199 94
458,735 458,735 00000000000000000245f1f33b1f65c95871a5a445cfade44c1abd998deef94d 0.90 MB 1,180 97
458,734 458,734 000000000000000000ec1ff58d0db3807a842d396166315ec727f44906f7ce3c 0.98 MB 444 36
458,733 458,733 0000000000000000012d2eaa6731ff46ec197ac05de20bd8d93c5b12c04779c5 1.00 MB 802 62
458,732 458,732 00000000000000000194855a71f808444a2e50302f4a8b6792502323222f0e70 1.00 MB 925 70
458,731 458,731 000000000000000001c138c049e5293f7c266299f36c6e71398c0b801f26236b 1.00 MB 2,112 187
458,730 458,730 00000000000000000198b247c830676b02faa2eee36aa993cae6b4dda2329c3d 1.00 MB 1,490 90
458,729 458,729 00000000000000000177d0af07780f0021093dff27eca32b999b479697033088 1.00 MB 1,357 97
458,728 458,728 0000000000000000005424b5ee7a2e5689353e2ef8e87b9829d5a83450faef2e 1.00 MB 2,080 188
458,727 458,727 00000000000000000016363bd4221713f89f679730e6d574e65fcd8dba1e7ba5 1.00 MB 1,508 232
458,726 458,726 000000000000000002233b0d5bf34ea9068b6ea42840bab9c8c6ce00790692e7 1.00 MB 1,222 80
458,725 458,725 0000000000000000006d7199531ccb8dd7a2e516dfdc8167ea9be8a8247c1384 1.00 MB 2,184 122
458,724 458,724 000000000000000000965c7771c8dd91804fb65ab71563ccf7fc2017251e94b8 1.00 MB 1,826 85
458,723 458,723 000000000000000001709679c6ab5718e39fbb0e1152488e3d57ce2d9b12e56e 1.00 MB 510 98
458,722 458,722 0000000000000000005a4171f996a718671866849d616f1f655e2e859aa28527 1.00 MB 1,382 114
458,721 458,721 0000000000000000014f81be97045d371f80b0df3b846ae93d246a4c298e8a1b 1.00 MB 2,326 208
458,720 458,720 0000000000000000018680e2de6fdb2bf05391849ddc5969b1ff2945a763ca64 1.00 MB 1,863 159
458,719 458,719 000000000000000002300140549bcb0cdd86e6f3d801dd04c7b61ff4fffeefab 1.00 MB 1,990 137
458,718 458,718 00000000000000000225f92e219c4c92241bc39c47eb0eb5a514d705dd1fac65 1.00 MB 2,196 211
458,717 458,717 000000000000000001e88f110d7c5c6b55998bfe6bedf6c2bd5e16f320539938 1.00 MB 2,191 155
458,716 458,716 0000000000000000022d9ff2aaf34d67fc3daf0a9b5d5351f58f97a34ba7e4ed 1.00 MB 2,316 147
Previous 10 blocks ↓
Total Size: 688.30 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,623.22 GB sent, 126.97 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.