Memory Pool Memory Pool Refreshing

42,876 transactions
49.40 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,518 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 2,543 36
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,517 (599,692 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
242,825 242,825 00000000000000b6c51a2c9b243afee230ad320afa60165710bdc9bcd27498f6 0.16 MB 412 209
242,824 242,824 0000000000000002cf37c2efbe8b00c04fc63e48b1efeee1dc8a1e3ac1caf028 0.07 MB 180 338
242,823 242,823 000000000000000b8c6bc65c349118f51f899abb0c510c227e7679649caa7608 0.03 MB 80 166
242,822 242,822 00000000000000583bde681d23a68c46d81b6cc97322373899fb3558a8f6a369 0.13 MB 283 345
242,821 242,821 000000000000008298c43cb4cbc5e466a65b4786c052022afa82f27e4f31879a 0.10 MB 280 301
242,820 242,820 0000000000000080f106970b64de28b4c0723756c4a836442d292e4fdf776213 0.07 MB 126 101
242,819 242,819 000000000000009c52f76026bfa5c4669b1f132f127a32772ffed467a21cfcac 0.05 MB 117 203
242,818 242,818 00000000000000bc3c74e2ad62cb935e86a536ffc69c989701075a5d69ffdbd2 0.07 MB 151 181
242,817 242,817 0000000000000035d87ebdd3cbef8d55f93d3a7a772ebef495fc6e3f32fb9c7d 0.03 MB 64 50
242,816 242,816 00000000000000b2d40a671f4e811d0bad40204397f63605f6274aabe3bdc078 0.01 MB 28 178
242,815 242,815 00000000000000c510e69dc73addc1991c0c5dfc4edfcc9829ad40ae96374d6a 0.10 MB 217 140
242,814 242,814 0000000000000021cc4fd91e0ef64dbd2494d42bd4706be09562159a199de8ca 0.05 MB 98 35
242,813 242,813 000000000000002f356c8261e16ab5a777be53a3a8922563479ba7b2e897b57a 0.15 MB 303 449
242,812 242,812 000000000000009e6ab9cdcd20a8670ac6f851f51e11056cf26d640c710c95b1 0.23 MB 545 170
242,811 242,811 000000000000002cddd943fcb3b1bf3320d8d881dfcaf09a2b3b681771ab6e63 0.24 MB 506 152
242,810 242,810 0000000000000022f2c595acdd79fb93f2872ec353cb8be9f2385ca4a88e950a 0.00 MB 3 0
242,809 242,809 0000000000000066978181a2cb2955d020c435432ac112cd1dc4caa76cfe7aff 0.23 MB 431 140
242,808 242,808 00000000000000681344dcda3361fb2031e2994284a01cbfd1df8c720e982ada 0.08 MB 113 83
242,807 242,807 000000000000001e4a2ebe97afd5c99dd8354d8f3eb5da1e329b05dd22f165fb 0.22 MB 281 138
242,806 242,806 00000000000000dcdc57d44dd4a0af5d37c044d415446c1859005e712548bc0f 0.25 MB 766 259
242,805 242,805 00000000000000cc6fb57fbaca2fd9177e7f37a8ae2a1de72fcd6a7ee4fa169d 0.08 MB 121 58
Previous 10 blocks ↓
Total Size: 647.71 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,540.61 GB sent, 47.36 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.