Memory Pool Memory Pool Refreshing

74,470 transactions
35.80 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
842,173 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 6,316 381
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,172 (573,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
268,450 268,450 000000000000000490768431a82a98a21d6ff1435693901b26d339b7a396f69f 0.25 MB 478 112
268,449 268,449 0000000000000000bb11ca9e12ea219f515f998b788b913367db21e06e8226e1 0.01 MB 36 66
268,448 268,448 0000000000000004178e43c489f4372d899999d382ff4980a489ec5c1b9c4b50 0.31 MB 824 55
268,447 268,447 0000000000000000cda3f044efb14dee09a13937aeca64f1b2b2a1905d094a1a 0.45 MB 903 96
268,446 268,446 0000000000000007461b38993ec1ae3ffe9975eb68c111a5f7cceea8f499c80c 0.06 MB 111 69
268,445 268,445 0000000000000006d1386df8310b467ad9e31f6a3f26808b93487a16ccbd9e47 0.33 MB 631 76
268,444 268,444 0000000000000003ae5eb35c5e3aac770afdcdf35279380e4dbb87240bb7e075 0.56 MB 1,330 81
268,443 268,443 00000000000000084fa333b5ca177ae519adfa08dd85a1bc9b157d91ae1ef2ba 0.23 MB 480 69
268,442 268,442 000000000000000729adb86d652bf954f76e18396a8f5ce7932a560145a9b022 0.03 MB 82 14
268,441 268,441 0000000000000003987831bcbdd621065f1cb8ec5f29c32e38bbae3a0a7452fd 0.04 MB 93 25
268,440 268,440 0000000000000000a8b32b7423a1ac39bbd666f4c6e44c415216a6424edd9503 0.13 MB 242 63
268,439 268,439 00000000000000013d708eeba302332e7d91371e63ec2e6719e195294f28f7e3 0.47 MB 921 57
268,438 268,438 00000000000000066bee7894564282e3ac496246667a362705f3d37b70f42418 0.25 MB 505 116
268,437 268,437 000000000000000195a95e6aa371f7e29250eb811c7993edb006bf8011ccfd6d 0.68 MB 1,628 95
268,436 268,436 00000000000000072f68371b43be2450b97751b3b33430722d1ae973be488acc 0.06 MB 121 73
268,435 268,435 000000000000000476bf2d27747f540a8e97b10806a378e8c252aee0034db8db 0.26 MB 335 8,338
268,434 268,434 0000000000000005f285cc42432af9d8e46330696f5851f3ca7e86c779e90976 0.08 MB 161 78
268,433 268,433 000000000000000254d9777ae4818d620fad453a2c4579b616a1d5081ddff098 0.44 MB 845 69
268,432 268,432 000000000000000614fadc7c37c12cb7f4aab23eec2eea7305c8c915d0abd617 0.15 MB 320 67
268,431 268,431 000000000000000682a9858f3fcfd0d8d68d43db6a570c6e35efc09774250f8d 0.19 MB 401 35
268,430 268,430 0000000000000001b8e401feab5c1aa344888cb14c8d66eea61edac818d52533 0.25 MB 527 108
Previous 10 blocks ↓
Total Size: 647.06 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,450.70 GB sent, 42.83 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.