Memory Pool Memory Pool Refreshing

35,883 transactions
32.20 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,647 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 6,109 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,646 (58,413 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
805,233 805,233 00000000000000000002ca4775c302221b607760573729b7920b49d9991326fc 1.64 MB 3,803 11
805,232 805,232 00000000000000000003455a5263bda532da8b28e2df41c2de284481521489f0 1.94 MB 5,826 6
805,231 805,231 00000000000000000002294d8ce9b91524df30b145dded4900163a4c88e14436 1.67 MB 1,344 10
805,230 805,230 00000000000000000001985d4b6683b4f8a7b879c4ae080c45d79114ca43dbac 1.90 MB 1,136 7
805,229 805,229 00000000000000000000f35ad55cad813e326a6acdefab8c9a92d3c7580ab1bc 1.87 MB 994 8
805,228 805,228 0000000000000000000063b5250ec588ec15724c1ddc4db466ca0dfc45516360 1.17 MB 450 7
805,227 805,227 00000000000000000004f8031f9bead0c5deb22c3d8272219e3004276a2c6416 1.28 MB 909 7
805,226 805,226 0000000000000000000409042aa1aad555f813fd0730696e1a2aea0d0a598ae0 1.38 MB 1,027 9
805,225 805,225 0000000000000000000329883a1a7cf068bf42fe88084aa053288581a9fac21a 1.25 MB 1,485 15
805,224 805,224 00000000000000000001f6bcf247c1a42c98a5d701b9aa61eda5868f1c3705a7 1.35 MB 2,303 24
805,223 805,223 00000000000000000000dc9386ab1febcb468ee014953c3140a79efe46e1e71c 1.27 MB 1,426 12
805,222 805,222 00000000000000000000adce73eabe1f88c751dd66d4dfacae90d4ec8fadd31b 1.16 MB 505 9
805,221 805,221 00000000000000000004a4adc0a4c16af2f5484b3ce14a4a4f06a4247fbf4b86 1.36 MB 1,049 10
805,220 805,220 00000000000000000000266b88fc91917f54ba1bf7723e17182c77e136de960d 1.49 MB 1,579 13
805,219 805,219 000000000000000000019d9b72f00c784c9e80d74dfb549a09851a219b76aac6 1.38 MB 1,308 11
805,218 805,218 00000000000000000000181aebdae33c8868728d173f22eb4970a6a5eca83397 1.56 MB 2,627 18
805,217 805,217 00000000000000000004e43ce9d5dc59854ca5f0535c85c2e1b3ce13c9669ebe 1.45 MB 2,524 16
805,216 805,216 00000000000000000002c1a26f74907b0f534f2550ce61204e7da4d783907099 1.06 MB 394 9
805,215 805,215 00000000000000000000ee286cc2837715eacfb9205da320581ed771c6453e02 1.15 MB 700 10
805,214 805,214 0000000000000000000156fb3908862945104cc6107e054541e972f0733af1d3 1.41 MB 988 11
805,213 805,213 000000000000000000000e12d78b95cdcd75b32112a993fab41633c91035e560 1.26 MB 887 11
Previous 10 blocks ↓
Total Size: 687.35 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,514.68 GB sent, 121.40 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.