Memory Pool Memory Pool Refreshing

79,427 transactions
40.42 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,116 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 4,881 50
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,115 (518,311 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
328,804 328,804 0000000000000000006c5d66a3459e9d0127cd3d552b4c92f9168436b17fec5a 0.13 MB 273 26
328,803 328,803 000000000000000010c4b5ae2b678e67b311477c22858e6110844eef838b3880 0.44 MB 870 28
328,802 328,802 000000000000000019b3c625f667bd0b93011c0a37950545a6a8fccf0b08ae73 0.37 MB 738 29
328,801 328,801 0000000000000000152dc55f27338b58325f0432d2dc6edb90c8d449d9959583 0.16 MB 383 30
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
Previous 10 blocks ↓
Total Size: 656.18 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: 9,523.99 GB sent, 100.92 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.