Memory Pool Memory Pool Refreshing

57,532 transactions
28.65 vMB
Show Random Selection Loading Transactions
Max Size: 144/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,475 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 7,230 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,474 (541,941 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
302,533 302,533 00000000000000000085e00ccfbbcd3e5dfab2c6026d645de65cf25a1a5588a2 0.39 MB 642 29
302,532 302,532 00000000000000005cb24983200c79a30988c291ef772fb8b565929258c33187 0.01 MB 27 23
302,531 302,531 00000000000000004b71823e5a0935583a647610af94af7aa3ff3de64d6c435f 0.05 MB 80 26
302,530 302,530 0000000000000000298bcf6d23f2ccba8fcaa7d9bb15a2dfaa8853a06256de74 0.06 MB 98 25
302,529 302,529 00000000000000004195643fae017729f11f068967f3b914e6fd1511bb58e5d2 0.04 MB 71 27
302,528 302,528 0000000000000000355d02c4a06f7d4f07b5cc39bd5df087384e168d3b66d52a 0.01 MB 35 12
302,527 302,527 0000000000000000184315434d826c9b5d92987bb1b3aa3b8cc334a8b47cc49f 0.20 MB 199 20
302,526 302,526 0000000000000000265b8c9e4bb1c2a527647b409729bc9fbbc72e93b92e6e9f 0.25 MB 574 36
302,525 302,525 0000000000000000340a77b58748fcc50e7564069bcc20b287c80b13fc904d40 0.34 MB 652 30
302,524 302,524 0000000000000000267902e39b87a4bbda3f3743919f288721e84aabaa86eadb 0.20 MB 232 19
302,523 302,523 0000000000000000489a61a9eadf81df797c3c90d30a29df06e95a725107a3c5 0.35 MB 624 31
302,522 302,522 0000000000000000433e013c440f0898201e4c2d206652a1e0556524e801262f 0.00 MB 1 0
302,521 302,521 000000000000000028761db6c4632ba7d16e3bbf7fa7ed1a85a601c89c63ea5e 0.35 MB 751 34
302,520 302,520 0000000000000000075f05ee0184a95d5264aac9bff79fabdf8cb2dfe9420d18 0.35 MB 560 28
302,519 302,519 00000000000000003e74752dfb1094599b25c2f6dd62d61cbc8e36887cab1abb 0.17 MB 305 29
302,518 302,518 0000000000000000583a11c5ab4abafc2135dad41790fe83e21701930e165cdb 0.04 MB 86 43
302,517 302,517 00000000000000002cf7b5d97fab71d83c8b4d362b352585481993c51785521a 0.26 MB 403 28
302,516 302,516 0000000000000000456afb5a06efa8265529226779093179380b0e855ef892e5 0.01 MB 17 22
302,515 302,515 0000000000000000144fced372ca01b323e94641a77d4d64b697b3a48e0f41bd 0.10 MB 172 27
302,514 302,514 0000000000000000389e3ed68083f718135da9719a3e8929975df78534eb7b18 0.14 MB 177 28
302,513 302,513 0000000000000000207d660b6169dcb0179b17697de467291ef13cbd9f76d7d1 0.30 MB 539 32
Previous 10 blocks ↓
Total Size: 651.41 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,124.85 GB sent, 68.39 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.