Memory Pool Memory Pool Refreshing

31,536 transactions
54.12 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
843,256 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 5,872 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 843,255 (301,124 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
542,131 542,131 000000000000000000266d5425296e7a1651f1ec565dd2588a2dc5b4d40683f1 0.20 MB 466 16
542,130 542,130 000000000000000000160c2906dd37488ecdbf931759972e4d77f0bd38f19f91 0.45 MB 981 12
542,129 542,129 0000000000000000000e701cd99dc8bcf647390aa676ed407a28530555d650db 0.99 MB 2,406 16
542,128 542,128 000000000000000000136039c33236699661af1b7ebe1bace747a88ce700fd33 1.32 MB 2,102 9
542,127 542,127 00000000000000000001abc223649cc276241e227b6c49023e0e1ac1fce4f6e6 1.23 MB 2,773 6
542,126 542,126 000000000000000000015d5c7a0edde30612c4a53b108f04cd232924c860029c 1.21 MB 2,945 8
542,125 542,125 0000000000000000001fe029274d3b154f0c703ab82f61a361de8384e1a48698 1.25 MB 2,999 26
542,124 542,124 0000000000000000000794736431e779f6c0acb3ebf175f65e715f978d3cc10b 1.37 MB 2,444 9
542,123 542,123 0000000000000000000946563eef73c8cb6f179233a8e744e262d3b502c9f216 1.19 MB 2,541 28
542,122 542,122 0000000000000000001bfe660c41f164a468e3f09a90f6f6454854efaee349e7 0.65 MB 1,395 42
542,121 542,121 0000000000000000001924a9a356a608e94c26dc1fa0c363a997b52eb174cafa 0.69 MB 1,544 14
542,120 542,120 00000000000000000009d451220410965842b0cd97c300799ba4f3ffddc51e6e 0.70 MB 1,534 24
542,119 542,119 0000000000000000001a602bc67e8ee320974f2721c344c7c563f008ad0a083c 0.68 MB 1,703 14
542,118 542,118 000000000000000000060898de4027b05a10cd16b7c227483c094f0dfd2200de 0.69 MB 1,287 18
542,117 542,117 0000000000000000000f9b13aa5b42ac13d01b6908955eb1a859c8c61520d13c 0.91 MB 1,747 11
542,116 542,116 00000000000000000008b738ccbd691bc8558e1a67ea43cc9e1ebde9ab782c01 0.07 MB 163 29
542,115 542,115 00000000000000000017e610fca94f6f98346ce80aaab2636701a528979e25e2 0.60 MB 1,273 5
542,114 542,114 00000000000000000007da0f56639826939f7f002bba67910573a32d96d9be76 1.06 MB 772 16
542,113 542,113 00000000000000000025e5af38b28c05eb3ad00b86b6fe613f5c90fba8b8e027 1.02 MB 2,076 11
542,112 542,112 0000000000000000001675e37bc506b46a46b008081d52273aad92bdf8fb7c9c 0.51 MB 1,049 8
542,111 542,111 000000000000000000052154d1cb93c6946d4e91285cf020708ad51009c105e5 1.19 MB 3,007 16
Previous 10 blocks ↓
Total Size: 649.13 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,744.53 GB sent, 56.42 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.