Memory Pool Memory Pool Refreshing

32,716 transactions
27.21 vMB
Show Random Selection Loading Transactions
Max Size: 128/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,254 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,080 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,253 (649,779 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
192,474 192,474 000000000000051905ee767096eee37b163937d7340633fa037089372807c3ac 0.27 MB 384 178
192,473 192,473 00000000000003e98ba4932e87919aac4bd618f4584e475231fe2834556ff174 0.05 MB 133 28
192,472 192,472 000000000000081fc222a8eb1d05d1f2d623d846402be9f274e283c468ef8bd6 0.00 MB 1 0
192,471 192,471 00000000000005381bc187a53c0a48cb50da6f4d22f8c17bccce048e1841e762 0.09 MB 204 85
192,470 192,470 00000000000006f917b1275ee1b253614dabb284d5954aaa2adb1da56fcff8db 0.19 MB 484 137
192,469 192,469 000000000000044b36e203941914cb845f606e1c17992016d63a7dc1405d1472 0.42 MB 1,292 155
192,468 192,468 00000000000005a7aef3da8bcc7c4aa6f5a58fab9b0c63b9877fd3b4c2ca680e 0.00 MB 10 14
192,467 192,467 0000000000000194c18a0e2c43d343dce0515fbd7a76a06f0131d518d0ba6958 0.26 MB 562 175
192,466 192,466 000000000000063170fe3fe0765af17e44e98dcba0d97c4c01253e80cb642170 0.00 MB 10 3
192,465 192,465 00000000000008030b14b7b7532e2189db2601306c80b0ebcda336a430d02629 0.26 MB 544 138
192,464 192,464 0000000000000806b84e284a055e06de7d1b2de1c21c001331fd72a29c8a0b31 0.06 MB 161 148
192,463 192,463 000000000000032e7d550715895d26a310eaaccd7bd23c4278691ce4377b15c9 0.20 MB 512 259
192,462 192,462 0000000000000355a305af200193cc73cdfd25f748f5887e7e4afa2e7f08a93c 0.00 MB 10 2
192,461 192,461 0000000000000149b5ce5a5ebd01366e0bac3972645f69353ea16f7507470769 0.09 MB 224 137
192,460 192,460 00000000000002479e30025188f0e5e876ed37f1f093cf6a5d6553b653e27d61 0.06 MB 184 9
192,459 192,459 00000000000003f2665054aabc944911817a16fda0e903ddd0dc2fc34daa4f08 0.09 MB 191 158
192,458 192,458 00000000000003b490514de394e3abdcde93df341d6e66c72c385945f053216d 0.14 MB 278 181
192,457 192,457 00000000000006669a252817d74370fcda999f626ab6d24c303edf33d035e8d7 0.14 MB 372 156
192,456 192,456 000000000000057719c30f2d78a1535939756a1ec3316869eecfca813aa038c7 0.04 MB 113 147
192,455 192,455 00000000000003bf2d1e95e39aed8402ab2762f1a29263ff7e10cb64a0a9663e 0.00 MB 9 628
192,454 192,454 0000000000000264cb8000941d27baabc7eb5dae2d2d70edbd5b95b2e3abf269 0.23 MB 512 80
Previous 10 blocks ↓
Total Size: 647.20 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,462.85 GB sent, 43.85 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.