Memory Pool Memory Pool Refreshing

69,009 transactions
32.49 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,423 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 4,610 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,422 (230,689 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
613,733 613,733 0000000000000000000f3cb7d1c11694598b359624fa5306f6d56de2c7278326 0.24 MB 498 13
613,732 613,732 00000000000000000008af587a78a73da7c9f011a676abe1548591a7b0b99943 0.95 MB 2,201 14
613,731 613,731 00000000000000000001b2a04d51182e508c076dab370984ac7623c057acf282 1.18 MB 2,950 10
613,730 613,730 0000000000000000000bc761609b18ab3873860f2f79a8b1b6f8ed828a4449bf 1.24 MB 2,689 13
613,729 613,729 0000000000000000000bea623eac91098e67954893a7a142d7ff511537b68294 1.29 MB 2,972 17
613,728 613,728 0000000000000000000d792ba5d28e0dd0de1b34e2fd4d32a5341af90a22b73f 0.21 MB 491 13
613,727 613,727 0000000000000000000fd7cf7b44535a6e6e21a321f9b12a23912eb3da855d37 0.24 MB 620 14
613,726 613,726 00000000000000000012c854a5451597def68b1d5d4050b4e0d1cd42543130ab 0.76 MB 1,724 14
613,725 613,725 0000000000000000000545032fdf85e9819af790c636cd3a445158b83a4bf71d 1.24 MB 2,573 14
613,724 613,724 0000000000000000000bb94555aeaacab41c1e95d8abfb0b809d8e7725d831f0 1.14 MB 2,655 12
613,723 613,723 0000000000000000000cb8886596c40198de65c11bfc9678751ab89c57ea4658 0.92 MB 2,108 13
613,722 613,722 000000000000000000003c9edb57dbc92079d740907929228589e3bde90077d6 0.28 MB 716 24
613,721 613,721 0000000000000000000cf33e2d6c777a5e28e1e6aec34a6a15828ffc06c88f08 0.55 MB 1,328 16
613,720 613,720 00000000000000000011c513116fd5ee0f7c9cb286f4a88e23b047b95172fbc0 0.59 MB 1,312 17
613,719 613,719 0000000000000000000447f979133d35a64b35eac7bada54fe52acd9ada35c66 0.08 MB 216 23
613,718 613,718 0000000000000000000913f68150337194c3ae6bae7a1bb188b520c481e8d2ff 0.26 MB 762 7
613,717 613,717 00000000000000000004bd6ea258f791b2e74c670f4c962613d9d495507af19a 1.22 MB 2,538 16
613,716 613,716 00000000000000000000914cf15e85240e265a5105a0fe144af8cda662780a5a 1.21 MB 2,980 14
613,715 613,715 0000000000000000000c47af938e5ad92c75a10350cbcd9e570ff6db49cff442 0.69 MB 1,657 14
613,714 613,714 000000000000000000022969bacbdeb77e6c9c8673a155946df1ff754416467f 0.93 MB 1,833 8
613,713 613,713 0000000000000000000ee74cc5cdeae2529a3d813ce7da007db4e317fd7275c7 1.29 MB 2,422 9
Previous 10 blocks ↓
Total Size: 651.31 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,113.61 GB sent, 67.87 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.