Memory Pool Memory Pool Refreshing

51,770 transactions
27.22 vMB
Show Random Selection Loading Transactions
Max Size: 136/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,326 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 4,981 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,325 (523,882 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
321,443 321,443 000000000000000014960eb1a11ddeb8638180e7c9df67e3429ea08f139d4566 0.10 MB 152 25
321,442 321,442 00000000000000000988038566a0c4c1a8e43e67cad7a92eeb69180cc2f2e6f1 0.16 MB 327 27
321,441 321,441 00000000000000001b341694c45c24754578bddaf7ca55e4a971fd472a027b7a 0.00 MB 1 0
321,440 321,440 0000000000000000064add979b4d258c67da665dfeb1fceb72fd03b3735dc4fb 0.34 MB 621 28
321,439 321,439 000000000000000002b347b149440a60cf83fcd4484425feeb935095c3b11c80 0.37 MB 674 28
321,438 321,438 000000000000000007e017fe39dd4e546f5768775e86eff9dab27a1fa085daaa 0.09 MB 150 25
321,437 321,437 00000000000000001f45c3995eb50b4fdab4af8dcaf29896bef5fb811eba31dc 0.19 MB 306 23
321,436 321,436 00000000000000001e059c380b47010c41a09b8b3762add3de78d008df88f906 0.58 MB 985 30
321,435 321,435 00000000000000000646da93436bef40aee25936bad4f556fe3436fbbf81cc99 0.08 MB 102 11
321,434 321,434 00000000000000000539389f232bf98159fe3dc23271f33a3dde53aeaf75ef68 0.21 MB 380 28
321,433 321,433 000000000000000018fb96ee10235395f803fa2353c2292add0a4c936eff8eb3 0.19 MB 343 26
321,432 321,432 000000000000000005a6e24810173ead2d2007a5ba68a1e06f59aa22e27199f4 0.52 MB 972 28
321,431 321,431 0000000000000000175ce44cf925039cb67e4e97d33aef2c607e0881e8209079 0.04 MB 78 31
321,430 321,430 000000000000000003917a37eb1933caecb8f620920476032247653f801ab051 0.09 MB 178 28
321,429 321,429 00000000000000001e3cf7acc49380ddd06d408a5d1c25a6dcdd7233d9078879 0.11 MB 225 26
321,428 321,428 0000000000000000186e9660a2cc9391254e7c55e0172eeb9fda503d8f6f0887 0.45 MB 896 30
321,427 321,427 00000000000000000607bb4f5a16a9ec803ed5b7fccb3e4b6d642eab8bb51213 0.05 MB 116 33
321,426 321,426 00000000000000000c233e93b2013c69d0a9b8070401a587cff63d68076bb8c1 0.08 MB 124 14
321,425 321,425 0000000000000000145f4de6a57d451cd389f90da6f1af30bb22a4975c2a6f46 0.09 MB 203 32
321,424 321,424 0000000000000000014ed378a4ba450873c5992d0e91cb1cd595fc35a3257931 0.24 MB 396 26
321,423 321,423 0000000000000000139f8e078b1b1c85b6e2437251b10a03c54bb5d3384f0e0b 0.17 MB 283 25
Previous 10 blocks ↓
Total Size: 653.01 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,293.40 GB sent, 78.69 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.