Memory Pool Memory Pool Refreshing

25,739 transactions
37.74 vMB
Show Random Selection Loading Transactions
Max Size: 130/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
843,973 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 3,615 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 843,972 (216,840 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
627,132 627,132 0000000000000000000a266259c9146adcdb068b3b98c0c2fb4bd4df3ac817f2 0.24 MB 653 17
627,131 627,131 00000000000000000005bd253fef981b737995e32a81829dc9260a45df7b54b2 0.33 MB 595 14
627,130 627,130 000000000000000000071a7106c8a63e3fb26b64ef67ee6aa17a1b3dda94ca47 1.29 MB 3,124 12
627,129 627,129 00000000000000000011672b1b740aa097b3deb851367944d4abaff7116a7dd2 0.80 MB 1,726 14
627,128 627,128 000000000000000000060660cd678f95f8cb2312f2d9729535c50ba438d72a13 0.13 MB 335 22
627,127 627,127 000000000000000000107447234f1433af227c29c3e57654b4aae7051323581b 1.01 MB 1,997 14
627,126 627,126 0000000000000000000a6fb20fced4b3064ce7b52a1b432cdd47e4a5d1458400 1.08 MB 2,389 17
627,125 627,125 00000000000000000003e9b641130a25761ccc1b6161e6238f598dad90f9a8f1 0.82 MB 1,463 2
627,124 627,124 00000000000000000002b2991dedb952578735e26626d274df73e86899692043 1.23 MB 2,445 12
627,123 627,123 00000000000000000000490a40b223c89c64ec1adb889750c254dc4280d70993 1.34 MB 3,010 26
627,122 627,122 00000000000000000008c33ad3d0c50bb5734e64707054e6d5188cff579fdbb1 0.51 MB 996 14
627,121 627,121 0000000000000000000345daca40fd8f37d1479ef356b57f55e09b41904367d4 0.48 MB 1,103 15
627,120 627,120 0000000000000000000c0a09ae210b94b8faa6d9baf991cd8b4deb4ee4cce9c4 0.14 MB 333 18
627,119 627,119 0000000000000000000070f2dc4c1d72279e22dd3a59e065d8ffbba18311e155 1.04 MB 2,358 18
627,118 627,118 00000000000000000005a8c426720e0152b25dbfb365ea0ee18323186dd1ead8 0.59 MB 1,266 16
627,117 627,117 0000000000000000000534165f72f583a770363f417ee59ec58caf742274bfc9 1.18 MB 2,127 7
627,116 627,116 00000000000000000001a017cb303d1330f78e25bfeed26553ea93b50ed81e49 1.29 MB 2,381 21
627,115 627,115 0000000000000000000a3bd530407d20eb662887f08483f9d7542df9336fddde 0.44 MB 1,008 15
627,114 627,114 00000000000000000004f08e474ad32f4e5f77e8d8ff10f010d105927698dc41 0.25 MB 506 18
627,113 627,113 00000000000000000000348cffb4736565f8812ab2cc55cf5f6459355d55b675 0.75 MB 1,093 23
627,112 627,112 000000000000000000093c1d9b60c8a8183ec01489fc502bdb87c9fc50c638ce 0.10 MB 278 24
Previous 10 blocks ↓
Total Size: 650.46 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,980.92 GB sent, 62.99 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.