Memory Pool Memory Pool Refreshing

63,851 transactions
34.19 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,565 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 4,212 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,564 (142,447 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
702,117 702,117 0000000000000000000a4fca1e30a0353e9cd9364b43b771a21318a9dbc533db 0.21 MB 394 9
702,116 702,116 00000000000000000009682024d1ae2d0a30cd80039fd3c9f66e67287afe3dd3 0.45 MB 1,003 11
702,115 702,115 0000000000000000000da6f0f208da95a5f5a44b41dd68de36128f602a20cf07 0.97 MB 1,751 12
702,114 702,114 000000000000000000099e94dca4c9eb950d6d4a430b1299f89f6f505e4e1314 0.09 MB 219 9
702,113 702,113 0000000000000000000994b6c9ab0d4558f99d4811039c81d84069c379fdf24c 1.15 MB 1,905 7
702,112 702,112 000000000000000000003b000c0e748c5bb60e91ad805338820a65948b0cbf1e 1.29 MB 1,783 9
702,111 702,111 00000000000000000007e8ed7a991c8e8f98ef2830c3db4dd21c3a83b8df6b2e 1.06 MB 992 5
702,110 702,110 000000000000000000061d119bbec93e9d5372298a1708cd4b070bbd1b947a64 0.82 MB 1,499 9
702,109 702,109 00000000000000000006920b17fbc713e842fc9bf4062b5cf983a57446fdc294 0.15 MB 306 10
702,108 702,108 0000000000000000000e9a8900a54cd9c669bd018bfce6d0ab94599e2dac6273 0.42 MB 591 7
702,107 702,107 000000000000000000096e1ac510f25da2e67a60400ea97b9b8404db18e39358 0.59 MB 900 8
702,106 702,106 0000000000000000000bf690c8ce3d494e39c9fef99b400e69c8e6dc27e11ef3 0.66 MB 1,305 11
702,105 702,105 00000000000000000005dc1d9c20705e6e3ea512a7a4ff2bc35dd3797b3dc758 0.19 MB 368 10
702,104 702,104 0000000000000000000e235446731affa3876001fd45ff70d086576505b69b0c 0.34 MB 440 20
702,103 702,103 000000000000000000059c6448f4e65a3f499f4d8af817da64e1521cd0c1cfff 0.07 MB 181 15
702,102 702,102 00000000000000000009f2d9f529221ed488f073096d8b9ce9c61c9dc7a5e18a 0.15 MB 309 11
702,101 702,101 00000000000000000001d2059bf6570623f1959eb7cee7998c3a9589e17cf987 0.92 MB 1,190 7
702,100 702,100 00000000000000000009e8aee14ffa8c422e881285aa157e82a5760df2281b24 1.40 MB 2,407 13
702,099 702,099 00000000000000000007ffb61d304cf823dad7f7569b2c02c9ae62d3f3533d33 0.50 MB 886 9
702,098 702,098 0000000000000000000e57aaeb9ab1d2adad103153e285fb5c7c28ca24f8591e 0.10 MB 155 9
702,097 702,097 000000000000000000061b04b4446022854e132617a4342d14177da8208e1f30 0.25 MB 433 26
Previous 10 blocks ↓
Total Size: 651.58 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,142.86 GB sent, 69.40 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.