Memory Pool Memory Pool Refreshing

32,186 transactions
43.73 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,459 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,061 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,458 (546,691 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
295,767 295,767 00000000000000001da8f166e4162c197b010722207a9d7f997153c59a8637ba 0.30 MB 587 47
295,766 295,766 000000000000000016da3ee998991238af6f3119ee1def37c844a53d2a4c66af 0.30 MB 195 14
295,765 295,765 00000000000000008d8c3d0cb0497823122ffd3dabb4d47e3407342fcaf54144 0.15 MB 256 32
295,764 295,764 0000000000000000a15529385f53de18608ac718f0b8ee407e632e665ae34968 0.09 MB 64 10
295,763 295,763 00000000000000001aa311abca0842c0590494adbf558ef4c8ee82c52c5c8de1 0.61 MB 898 35
295,762 295,762 0000000000000000864adb50fd586c334af0b6826490bbea800377b0b56b93f7 0.22 MB 512 57
295,761 295,761 00000000000000005a49628b2c46ba881bcfffb76bf8c088dd929f99d86d13cb 0.34 MB 147 14
295,760 295,760 0000000000000000097b3e79ede01753894030276bc1fbb01e6f9b402460b815 0.31 MB 256 19
295,759 295,759 000000000000000049b9316567225fe9fd1cb2c6441d119db98d635415858e50 0.35 MB 978 53
295,758 295,758 000000000000000012281a92b5b7420bcbccf78c7ef234321086ffac30937328 0.27 MB 308 27
295,757 295,757 00000000000000009fdff4035bb9f94b523e9a94ccd993cb6b3d325fda5ed39f 0.47 MB 117 13
295,756 295,756 0000000000000000b388a71edb070a741879eadbb3dd7c9c942b8bc3c733056b 0.35 MB 498 32
295,755 295,755 00000000000000003d354585d2e1a7abdb9baff096aaff1d3c5063ae8eb02a9c 0.35 MB 860 46
295,754 295,754 00000000000000008708eb98c97544157bfb8dedf4668adc93f417647ff5ed11 0.09 MB 74 16
295,753 295,753 00000000000000008105057f7769b0384e3374076ca86e428401070dd57fe69f 0.35 MB 384 26
295,752 295,752 00000000000000006b02100e0497c6409f586328009d517a47cfb2cd71e484e6 0.11 MB 128 25
295,751 295,751 000000000000000030416d777690e8f9c87d0305a66ff5d8154d33e9156af9f3 0.25 MB 522 40
295,750 295,750 000000000000000044d8207e631b68a1cf0c5b5ef6d870847155239e7a6cb708 0.08 MB 170 34
295,749 295,749 00000000000000002c86539f952114a6a9696e53a2f97e7abbde7b69e2d48145 0.13 MB 256 44
295,748 295,748 000000000000000022f4798d70a193851f28c60c2015a4f41b36ab63a98cba0b 0.03 MB 32 33
295,747 295,747 0000000000000000894c7bfb836fb90b20ed584a0aa51795aeb7100aa4e8289e 0.05 MB 48 20
Previous 10 blocks ↓
Total Size: 647.59 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,514.92 GB sent, 46.60 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.