Memory Pool Memory Pool Refreshing

58,090 transactions
20.46 vMB
Show Random Selection Loading Transactions
Max Size: 119/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,740 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 5,714 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,739 (588,240 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
256,499 256,499 000000000000002ebd053c05c68a991780137b2b1e4d3b232b6795bf5381e935 0.25 MB 634 145
256,498 256,498 000000000000002a748b76d469300f91aa344e2a36557f9adf74f36c65abb09b 0.07 MB 142 91
256,497 256,497 000000000000001395487f3ad184e681c045f692e5fc562f3d6e3b6b7cd54ca0 0.17 MB 433 110
256,496 256,496 00000000000000111f9591a156b54ba3614965b748cefa5df13498441ef041a9 0.12 MB 276 87
256,495 256,495 00000000000000039e9e7801094a23cb47d6b4e4eb552ae36e173dc9ed443985 0.03 MB 66 101
256,494 256,494 0000000000000023e833ffbfb40d318109f2742e4ed49f79aa72e872e1289f36 0.07 MB 117 44
256,493 256,493 0000000000000012df7b30803c256519303f4ba5f96a50dc8b97e478ebeac6d5 0.22 MB 606 150
256,492 256,492 0000000000000025dcc0497a56bf3bfadf95ce7322f91dd2686346509c9de100 0.01 MB 23 75
256,491 256,491 000000000000000491445b5bee8e7743bafdd31947cf98935149dacc3025c3e7 0.22 MB 472 101
256,490 256,490 00000000000000296a7c0f849c43f2532b4f68935b97a3779351ec6931d31fd8 0.18 MB 398 118
256,489 256,489 00000000000000208f71e8eadc57ef22f5d26608c7f6ddb9a1519a1eade6dc9d 0.03 MB 99 41
256,488 256,488 000000000000002203f4a729b7b3d3c1b4eaa9d821b8bc4df192fe2f8324b409 0.12 MB 288 125
256,487 256,487 000000000000000289412924f4bd84a663d88454a37915b1f252cba06c892286 0.18 MB 314 81
256,486 256,486 0000000000000019970d5878bd97ad9d1f6a7d76b63b06340245e6206d630903 0.12 MB 63 13
256,485 256,485 0000000000000028942362d51cea926492d392c2f2fe44207f1eddd3d0c23d02 0.25 MB 623 128
256,484 256,484 000000000000000f3e23bb07723f97a4ed7ed940f7bf64a1bad7d6ea79c1f198 0.03 MB 71 95
256,483 256,483 000000000000000eacb5d9629e3aee828a044df649a53f19773579cf2cc87a16 0.04 MB 124 116
256,482 256,482 00000000000000055d1deed4d8ef12fab432976a7e8457fa40ae882248ba42f9 0.15 MB 222 81
256,481 256,481 0000000000000005fa020bbc8820a0b682b22794bec05aa0daf82715a9077895 0.05 MB 82 77
256,480 256,480 000000000000001e0fa1d13324565de56667f69f2db6299ed291ff76e965ae3e 0.03 MB 59 49
256,479 256,479 000000000000000559d3c2349f70530c48ae050c9803a5539f3b3d1ffc819d63 0.11 MB 231 111
Previous 10 blocks ↓
Total Size: 651.91 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,183.18 GB sent, 71.44 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.