Memory Pool Memory Pool Refreshing

77,063 transactions
37.47 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,330 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 4,786 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,329 (412,867 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
434,462 434,462 000000000000000003d96a49c09eb9f6fd365d965a78ca560f500dff4c22c8a5 0.44 MB 1,175 69
434,461 434,461 0000000000000000008b8b12c82e1c64f9cbc1bf0789690481b1ee06cd40cce3 0.77 MB 1,845 60
434,460 434,460 0000000000000000028799ea6a22a57d6e4a55ed24c21c049bb9b7d774168268 0.49 MB 651 82
434,459 434,459 000000000000000002dd2f04472fb4f97b30e47b08e7c1e5b23e76df6beec42e 0.10 MB 274 89
434,458 434,458 000000000000000001d66edef381565ef8bf2543ca6f69058de0fc3c0ab9a60e 0.18 MB 431 77
434,457 434,457 00000000000000000286506fa08e25d978cf61711d49cb80e2dfadf94790f289 0.75 MB 261 12
434,456 434,456 0000000000000000011182fb46dc5c2c1e973e52d71f14623d74bed277258ceb 0.95 MB 1,772 44
434,455 434,455 00000000000000000372f32a541265756d2d232a778772680282a339bf88fe3e 0.75 MB 1,789 96
434,454 434,454 00000000000000000031e42a9ec1e7dd4da78323c90017c79b0d474dcd2a40c7 0.57 MB 945 49
434,453 434,453 000000000000000002650cbfc397bcde41b032378c404d67d9fe503138fe4794 1.00 MB 2,245 79
434,452 434,452 000000000000000003a2fbfeddf7a849805d69ddda1f89e16de4b5b3cb94f709 0.10 MB 223 69
434,451 434,451 000000000000000003b2c437e77fc6b29c860525e1b6f17a516456de7bbcde72 0.99 MB 1,177 34
434,450 434,450 0000000000000000043899eeb7b775dc99501c49eeef0f7088276a9081967fec 0.98 MB 369 16
434,449 434,449 0000000000000000004d1e7707a58afaf3219dc68edbcf665e215cf54f70f9cc 0.95 MB 776 24
434,448 434,448 0000000000000000007d7674bbebf0dc0677c6f0d70792b3fe663a0bee48994c 1.00 MB 2,225 54
434,447 434,447 000000000000000000aea68b4a19deb2671656c1c8696f5357b21cfeb411afd8 1.00 MB 1,046 26
434,446 434,446 00000000000000000007e2d003894be990bcc94d48ffb8a39f229fa7bc9b910b 1.00 MB 2,030 40
434,445 434,445 0000000000000000032b66beeb35892edd5cad85ff51cd6981961b0a0dfae6d1 1.00 MB 1,881 56
434,444 434,444 0000000000000000006e880c21cc52c73a94aac06bd37ea6d7de5bad28d718bf 1.00 MB 2,582 73
434,443 434,443 000000000000000003b08132519e67e33a1e32ed60d1790e28b8a7426f4fa010 1.00 MB 2,786 74
434,442 434,442 0000000000000000030619ffc96e681e52c686107ed2cb13aaf539ea8798b358 1.00 MB 2,437 60
Previous 10 blocks ↓
Total Size: 656.56 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,551.63 GB sent, 103.94 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.