Memory Pool Memory Pool Refreshing

44,239 transactions
47.39 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,343 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,383 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,342 (612,477 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
229,865 229,865 000000000000000bdba2fd546db0e326c8b936d8797a212c7798d9b759d4a4c6 0.06 MB 64 97
229,864 229,864 00000000000000dfe266d04fc2c97d86c3b0fcc6bec489ae181dd2ff624c0357 0.13 MB 328 213
229,863 229,863 0000000000000197a30bc5c945e3e0575724aa9114a89894fdd0e852a3d6bcd9 0.07 MB 152 161
229,862 229,862 000000000000007bdc1372fcdc0091a189ef1140308b28ba0cccbab779c4b9fa 0.15 MB 353 182
229,861 229,861 00000000000001caf2dec84e43d236fc29b309468bd68d1990046534ae21103d 0.07 MB 136 138
229,860 229,860 000000000000012281467b9cfe0d0f1eaabd38e978fedd4f5a75d1a2e3be5222 0.09 MB 212 185
229,859 229,859 0000000000000174b0affcffb35efa7d35e7f8211f3acd2f7a5166f59a3e178e 0.18 MB 418 190
229,858 229,858 00000000000000d2927c6276ed82f11e364df3579b8628ffbaf8fd4bc791ee46 0.25 MB 508 157
229,857 229,857 0000000000000195edd5bfb4701aadd9b80a8e8c35c7fd98a8ed06071792c433 0.22 MB 522 186
229,856 229,856 00000000000000b822d7ca712b0777a99736641d09f331681e56ad6f94d6ecb0 0.09 MB 166 154
229,855 229,855 00000000000000e7eca454590bfd10072ff9d2a8d7fdd3d3cb46a92ab65f3061 0.25 MB 379 115
229,854 229,854 000000000000010952105e7b44468fd87720208aa52652c344c488b949f92cde 0.20 MB 118 64
229,853 229,853 0000000000000169e42a0e3eb0bccd22739f1eea8443a86a02e5540d2fd85ac4 0.47 MB 1,059 184
229,852 229,852 0000000000000032429ffa8aedc1197759884fadc9f25505616692ccebaeea6e 0.25 MB 600 197
229,851 229,851 00000000000000da1ec944e811c05564527a9e2f282783803cbcda1f7463afbe 0.16 MB 327 122
229,850 229,850 0000000000000014df8ebd71f6f9d5dff7a398c33ad5690000f6eb59270c6918 0.25 MB 279 87
229,849 229,849 00000000000000d2d1e273a389aa10656bf9a1f9ea77033ae9871274a29cbdde 0.25 MB 664 192
229,848 229,848 0000000000000031f9c98174d0a93e53b77ab2b1fc622f5c2c7b8e10564ace5e 0.25 MB 498 135
229,847 229,847 00000000000002279913fc989b7e0e0394d920a6cd8c6db8df3aff345868017c 0.25 MB 348 96
229,846 229,846 0000000000000076e8247317a7a28c86eb8b2ce0d58a93dcb7b7417e97c48ba6 0.25 MB 631 199
229,845 229,845 000000000000019da85ec47523ffc06c28026e0ddc5838eda0995a5833000635 0.35 MB 786 187
Previous 10 blocks ↓
Total Size: 647.36 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,480.23 GB sent, 45.14 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.