Memory Pool Memory Pool Refreshing

38,863 transactions
46.19 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,516 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,837 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,515 (210,246 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
632,269 632,269 00000000000000000007a1c169433b94b44662aa36df7f0b11309f75682431ab 1.04 MB 227 2
632,268 632,268 00000000000000000005d640a2f762e44da04a5b5a61babead51f1e1b486eab7 1.06 MB 745 18
632,267 632,267 00000000000000000004bd18dbeec3bb57902f63cb5c91755eb012cbeff0d2ac 1.10 MB 779 27
632,266 632,266 0000000000000000000d9c5ff20fe0a9351870a04cb9a57a8a35e9e6b9797cac 1.18 MB 1,323 35
632,265 632,265 00000000000000000003baf1e9338a15ba9f291e0ab098ea3d6b166a908c5ade 1.07 MB 447 13
632,264 632,264 0000000000000000000e86997ed7443c0b87363e0129332df73345f46bddf09e 1.19 MB 1,159 30
632,263 632,263 00000000000000000000e99994d010be260465e65fd935974b97810c76a1c739 1.25 MB 1,809 39
632,262 632,262 0000000000000000000b001318e7bc760289854e40b952bcec789569bff2d6df 1.27 MB 2,003 77
632,261 632,261 0000000000000000000dd09462ae272f6ee3716ed84a1fefb0a81cf26f5eb146 1.03 MB 255 5
632,260 632,260 00000000000000000000854bdab3f9b5ec837179eef1a8cdda4d0ef013df28ba 1.01 MB 148 4
632,259 632,259 000000000000000000078b0ddfb3bd4addf8bc3ace3a96cff25a9d17c7e99fbf 1.24 MB 1,977 54
632,258 632,258 00000000000000000001b18688641445ab993720e2840b3bc1fbe3a9e04f5790 1.04 MB 548 10
632,257 632,257 0000000000000000000b184b4391a7c657da517f6d1b83a32299862531001ffc 1.01 MB 203 7
632,256 632,256 000000000000000000065656e21a5aaf2cff66e80d67355e0698b01165951ba3 1.07 MB 772 18
632,255 632,255 0000000000000000000665438cdf5e3dfac9533b59445d21d5841c5e8234e293 1.01 MB 117 2
632,254 632,254 00000000000000000000135c21574c6cd8608c04f06e6ba432b15176f15e80d1 1.23 MB 1,312 35
632,253 632,253 0000000000000000000b6cc2d4cc0048573dbcd1d6c133e729a549d193cdc919 1.01 MB 163 3
632,252 632,252 0000000000000000000eb8e078a9a87271b11c9a0e91e4c44ae9b1a5ee48d50a 1.21 MB 1,924 40
632,251 632,251 0000000000000000000ae76ac11344375008f5709380a5c7b95bb32cb07e98b6 1.16 MB 1,404 13
632,250 632,250 000000000000000000105349cac693bb072097ba5dd90a43f9ea6af43bec59f6 1.47 MB 957 10
632,249 632,249 00000000000000000002b941111f4e31f6b31ba70000da00e36e1485efb7ad97 1.32 MB 2,575 70
Previous 10 blocks ↓
Total Size: 647.70 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 8,538.98 GB sent, 47.31 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.