Memory Pool Memory Pool Refreshing

86,229 transactions
37.89 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,166 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 7,248 47
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,165 (792,709 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
54,456 54,456 0000000010cf54b5d4754eb2afbd635d91d3e9c3a5d36be56851f3eb98d864c4 0.00 MB 1 0
54,455 54,455 000000000c8688b491a8b568b306c2076d07a37b742ebf771e029c5ef9d7a73c 0.00 MB 2 0
54,454 54,454 000000000e129a2bbdee50b7c2faf098aee7628aa0bc0b00a2e5d63b2f3f75f8 0.00 MB 2 0
54,453 54,453 0000000000ec740105f78c00c49a67e284f9712f4eeb56d35651ebc3f80d6596 0.00 MB 1 0
54,452 54,452 000000000e4f128805eec90ecfdf5226092fc0cd3edece7518e2fd9cc9d71ccb 0.00 MB 3 0
54,451 54,451 00000000042d327fb0a5c18bd84debf0ac90ff39c914072cc27762cad3dca745 0.00 MB 1 0
54,450 54,450 00000000128242be92eb61d8e59a581ff1ac3f996a666b99190ca262a2f6c5de 0.00 MB 1 0
54,449 54,449 000000000ef78f325d52146389322c98bb42eeb6cb6d65610657f7d9af9572cf 0.00 MB 1 0
54,448 54,448 0000000000273272a84a001dd8fb53d78dc403351a83e8c8ac38a1eff35f43af 0.00 MB 1 0
54,447 54,447 0000000012da82433d3e67df834a638d599d03688d95d4a3935f63b6ed3dfab6 0.00 MB 1 0
54,446 54,446 000000000bff0d8ba8d40a2792ea010a4e3a2d43a08572d11ec20b58f36f8095 0.00 MB 1 0
54,445 54,445 0000000003f575ed19dfb931e827701c11864e8f3b558959a0cd3fedb73878b4 0.00 MB 1 0
54,444 54,444 00000000118402fafc4479d3f9ba0620414bc0b1047b582f86f88fc7eafb1665 0.00 MB 1 0
54,443 54,443 0000000007ba795c053da22b73e1f1f0d0ad6ce27decf55f0fd73a7759df1d2b 0.00 MB 1 0
54,442 54,442 000000000f5873c9afa2c383aa3a9a165100eb1d125318d4ba0c6ff3c4b711b9 0.00 MB 1 0
54,441 54,441 00000000059a580a7585590e92222d12718e377f3ea627da1b4b3f424d4acd03 0.00 MB 1 0
54,440 54,440 0000000001ff4cb9862fb46a7ee4e6f9b6b26ac28b542ef95a183a06b4a52180 0.00 MB 1 0
54,439 54,439 000000000d4937276f89a9b62256845654917f003590db6efe6b017b73fddddf 0.00 MB 1 0
54,438 54,438 0000000010d46aed6c7272f2bdbf60b4f5961147c29268e12f0fd15e70113a59 0.00 MB 1 0
54,437 54,437 000000000a130919c25545408bfb99b00fd9c505e8ce736889b267e67f617584 0.00 MB 1 0
54,436 54,436 000000000c708fcc220f4e8c255b3238da972df1b9ec8fe62b3a0ed13b034fa2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 656.27 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,529.03 GB sent, 101.57 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.