Memory Pool Memory Pool Refreshing

72,223 transactions
39.50 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,088 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 4,262 35
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,087 (513,287 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
328,800 328,800 00000000000000001997e3aaf4b9afd5e6beac1175b727a106e3b75a1cba8df4 0.10 MB 180 19
328,799 328,799 00000000000000000c3ad871b33074e0c7764ef49c8b55b3b7adeaa23368a434 0.14 MB 318 28
328,798 328,798 000000000000000019eb2270dce2e68d7e71cf1bf7166d475b8f4788724e25c3 0.45 MB 819 30
328,797 328,797 000000000000000012e3effc57092c521586df49907fbb6d88202a3cfd023288 0.27 MB 548 28
328,796 328,796 0000000000000000040767c424d3adcf8a326b3f16bdf6b9da0627f121a13c7a 0.10 MB 455 4
328,795 328,795 0000000000000000166f371d36c5cf07653068ef91d84cbd1d470f70c4ea22b1 0.01 MB 42 40
328,794 328,794 00000000000000000a081eb0e8a1a11d20cbafd0e1f7c145d6f0d757eebc882b 0.27 MB 519 26
328,793 328,793 00000000000000000ab82c5451a462f50af62061f048cc7af07eca86b8ce13a8 0.18 MB 317 27
328,792 328,792 0000000000000000096156fe1e6df6afa5493c7f055326a9cdab9cf112e54813 0.10 MB 177 16
328,791 328,791 000000000000000004fca4dd834c4d865ffd6f87e068e0c299db81d7abb01f2c 0.39 MB 720 25
328,790 328,790 00000000000000000c377e447e89893dfaf891dd0238a574929b0ea161b05296 0.85 MB 1,415 29
328,789 328,789 00000000000000000d55ea41e86ac3ceab5e5dfab073012ec77d5118d29a2037 0.03 MB 57 26
328,788 328,788 0000000000000000073d1ef5a326fd1cfada7436c7a58c60df31dd05dc04c873 0.02 MB 75 25
328,787 328,787 0000000000000000036e97ce1778e1a8ba9729ce863f1099b8bf9beba7882b86 0.09 MB 193 30
328,786 328,786 00000000000000000a3b06b3f008949baa892039f8f6481a515bf17633a38d13 0.26 MB 579 30
328,785 328,785 0000000000000000127f21ecfd30678475761dafc5a476de315188297e14076d 0.11 MB 218 28
328,784 328,784 000000000000000003e602a613632556fa19c1286f1b448aefab26084d4a6d1e 0.07 MB 101 18
328,783 328,783 00000000000000000e31594a0002973fdf81d0d0c67c52c5027c3af5cba32db6 0.27 MB 333 26
328,782 328,782 00000000000000000a7d98939313122651aff24ea208153c3bc9d7710c0c74d7 0.20 MB 441 35
328,781 328,781 000000000000000008d735c790c4ab6ab0dcc8b91861ccc866c34e1af1212daf 0.04 MB 90 25
328,780 328,780 0000000000000000067c6e9dcc764182ac62635e4a162e95d1f39aefb6bc5780 0.18 MB 385 28
Previous 10 blocks ↓
Total Size: 646.91 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 8,436.32 GB sent, 41.44 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead. But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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 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.