Memory Pool Memory Pool Refreshing

38,531 transactions
28.25 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,204 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 4,656 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,203 (195,739 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
667,464 667,464 000000000000000000004792bd0bda2968b83e01a68187ae4f95adf53fe0c405 1.27 MB 2,216 19
667,463 667,463 00000000000000000005a4a5ada683704570b9b63dc8f7144d2419cc37f77892 1.07 MB 2,533 10
667,462 667,462 00000000000000000005a4dfe749babdc8b89c63752d57c78857c03a3c6ba432 1.41 MB 2,455 52
667,461 667,461 0000000000000000000cc4c2bb3f912b802eb7460e1e240eaeb1505d6713ec69 1.54 MB 2,400 55
667,460 667,460 00000000000000000004912a021e2056990391b9c89e637754ee8ef22e4109b7 1.25 MB 2,435 87
667,459 667,459 00000000000000000007409f7dc1ea842a7c1b1e486088159823aaf56e865d28 1.14 MB 1,922 16
667,458 667,458 00000000000000000003d5334b0d29fe4995cd6ca51a59186ea63d315d78e4db 1.56 MB 1,895 55
667,457 667,457 000000000000000000012fc9ffe031bb223efde169ee3d1cdf11dc3c5e8ac52b 1.38 MB 2,124 55
667,456 667,456 00000000000000000007ae5daca933b571ea17742b4a75f87c07f6f252a88579 1.28 MB 2,215 23
667,455 667,455 0000000000000000000858436709a010b7bea88d3bbe452aa588838cf8c97b51 1.33 MB 2,146 45
667,454 667,454 00000000000000000001e7d33efb0ecf9b7ec39945ea2296abd8cec37fd6ae69 1.16 MB 1,848 32
667,453 667,453 0000000000000000000470320360b23bbdb7a224452593cb32a211eebfd3f1fe 1.37 MB 1,304 16
667,452 667,452 00000000000000000001b104f70bd7d851cc059d0ddc87a95861652af9aa2898 1.29 MB 1,289 66
667,451 667,451 0000000000000000000b19e255ca7c434a9efefaa91cfc63a7aa16a5d34a0e1b 1.19 MB 1,935 91
667,450 667,450 00000000000000000000136abf4d7b7fd880c59f8115a6dd28e8f178a366c3ef 1.37 MB 1,572 13
667,449 667,449 00000000000000000001d6009972b34e53ccc3fc22c1785c374b41c03a4b59f7 1.24 MB 1,318 4
667,448 667,448 00000000000000000009c9eed5971e5227c32e9621fbcb5c04d746848f48e851 1.19 MB 1,419 8
667,447 667,447 0000000000000000000878e3b12d51ac96c22332ab10d2e3da6826f6924596c8 1.34 MB 2,272 57
667,446 667,446 00000000000000000005f13c424263f7fed3cccd723128e2965ab73af0fff90c 1.38 MB 1,680 21
667,445 667,445 00000000000000000000a6aa45a805fffff6368de9183aa2c1e4517634356611 1.30 MB 2,163 38
667,444 667,444 0000000000000000000c3bb7be43cee7d720a45ac2e63c10d42d8cf36b179f09 1.49 MB 898 4
Previous 10 blocks ↓
Total Size: 686.50 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,467.77 GB sent, 115.18 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.