Memory Pool Memory Pool Refreshing

57,030 transactions
26.30 vMB
Show Random Selection Loading Transactions
Max Size: 140/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,844 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 4,628 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,843 (542,049 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
302,794 302,794 00000000000000002afb1f824940fe77c299c46174ce71ddbb39604f667386ce 0.15 MB 91 12
302,793 302,793 0000000000000000177e582089159f3addceadb9d2592ad1dc8b7475204f9137 0.05 MB 67 21
302,792 302,792 00000000000000003721c8af21a91db04467e64e9f8c89b36e5b3d81d8326ed3 0.14 MB 256 28
302,791 302,791 00000000000000001c40a8ad5bc121fb19d711c6dcfdda88520cf413c7415a44 0.02 MB 14 41
302,790 302,790 00000000000000005ca5213c07e6977fdc9bec3149e5fbfdac884beb00f29761 0.03 MB 55 29
302,789 302,789 00000000000000005c4010b0d911d6a6f6d2997c68f6489cd06546f4125764f1 0.32 MB 520 41
302,788 302,788 00000000000000001cef00516f31c92acfe86e2b8ff8f3b411d60a6645e4b0da 0.18 MB 167 19
302,787 302,787 000000000000000063db9b526e9cbe0cec7053157df6ea0f0ee895addc355b26 0.00 MB 1 0
302,786 302,786 00000000000000000dcd6cdb32dd4d0a02606a413cc7fe7fdcb11b055d59ef3e 0.25 MB 536 32
302,785 302,785 000000000000000015483b45d0ea2215a7646994a1fcc35f4177b17434dd8844 0.14 MB 226 23
302,784 302,784 00000000000000002af532ac73d47824ee5d07a16fe0c62a75fb30f68a6a3076 0.34 MB 515 24
302,783 302,783 0000000000000000289a68b94e8b22d5d5fa6a33604b79682524d9126b482948 0.75 MB 724 17
302,782 302,782 000000000000000001e78c2f8a128a342a1154af9ce8819c3e699d4d10c4c91d 0.31 MB 408 23
302,781 302,781 00000000000000002c23c620605280db45a911ae050e9716c22cec72703f53a4 0.75 MB 591 22
302,780 302,780 00000000000000001ba4fe2b6ee7336d40e59fda858d7a044017f8d8eecb3358 0.75 MB 1,057 21
302,779 302,779 00000000000000004413e8cce5be86ced220b439853d36ea7049dc0fdf6fe162 0.50 MB 1,584 64
302,778 302,778 000000000000000032f29168063aedccfe4b7c94971b54bfa02806b4a539ea2c 0.25 MB 682 40
302,777 302,777 00000000000000000d85ad64a2330542aaf7b2503e3a4cc535d41da9ffca7275 0.21 MB 455 36
302,776 302,776 000000000000000027e64e2afc1db259c25477b0ee68fc3300581d5dbb4ca368 0.37 MB 915 40
302,775 302,775 00000000000000002a905bda4598c23e9c9802495322679389bb29c7abfce965 0.15 MB 360 37
302,774 302,774 00000000000000003603068647f09a4da81e36105637707cf2168ae8052eca60 0.25 MB 105 10
Previous 10 blocks ↓
Total Size: 652.10 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,209.19 GB sent, 72.43 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.