Memory Pool Memory Pool Refreshing

37,803 transactions
45.26 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
841,783 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,211 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,782 (601,669 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
240,113 240,113 00000000000000054ff7d31cdcea2a29c010c3a9814db5adebacd6bc05787565 0.25 MB 638 232
240,112 240,112 0000000000000096f55532ceb8bc145bbdc9b871efce31318d99100a0f514bd2 0.19 MB 394 150
240,111 240,111 0000000000000017e000ee7b9e41e8ba316dd6b5773fd85351b72ff65efbc517 0.25 MB 436 122
240,110 240,110 0000000000000068d1bd9c9da494a0f1614e7ffcca574341cc2bf0a5a8017ae2 0.32 MB 584 124
240,109 240,109 000000000000005a6d455c1d17eab89ccecc8d520dd5f3e57fcdc0afb4f60e13 0.25 MB 712 216
240,108 240,108 00000000000000a4b373cd4623fbcece23812948fd8be4573673b8a53d6962f1 0.13 MB 128 82
240,107 240,107 00000000000000415d908a36c6997bffe82aebf8a10747b85a06e852b8105484 0.09 MB 146 171
240,106 240,106 000000000000005207744b6c91b6ce78e417efd77f25a119c824bebad27822ec 0.15 MB 387 197
240,105 240,105 00000000000000f4b2bfbbf938e50466b8211dad81c12295733eb7c1b6ad78ab 0.19 MB 256 33
240,104 240,104 000000000000003db502d9c570e854e9bc84687c432a4641c6e92feb9bfcde97 0.15 MB 313 171
240,103 240,103 00000000000000c0104841efeefdb76030f8dccb86283161b0f8ddd370894936 0.25 MB 432 105
240,102 240,102 00000000000000fda8cdc260430a8c463df22a5492e7a10a2d597d217909d86e 0.11 MB 256 216
240,101 240,101 00000000000000648c0b428ed673c39f13e1b905efd84d05a76db8e3622e070f 0.25 MB 696 252
240,100 240,100 0000000000000027eab65e0a93eb71ff35d18ab1b13fdb4a3269509fd06d1536 0.18 MB 222 99
240,099 240,099 000000000000003ade43f493c7bf6092420c17d10d8240da54dc416a4b5f6d57 0.14 MB 239 103
240,098 240,098 0000000000000060636e16723bbe83e8d1ec107e774161504ff20b265244fb0f 0.25 MB 237 40
240,097 240,097 000000000000007510a9ecd381860849b5012bdc1f40c99443adf49ca3ef3938 0.00 MB 1 0
240,096 240,096 00000000000000d835a183bf4757e4a1b937c8228314edc833a6f5995f1d38c6 0.25 MB 436 126
240,095 240,095 000000000000002d1fc68d2cdc26149096140498426941047307d489f333dc10 0.25 MB 734 268
240,094 240,094 000000000000001a84ea2756424ab273efd6915ac311702bbb0470afe682fdc4 0.25 MB 749 224
240,093 240,093 000000000000003b6a1a5f8df81801a2f3c795aea70e78253fc7e81d2c686728 0.19 MB 364 109
Previous 10 blocks ↓
Total Size: 646.35 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 8,342.40 GB sent, 37.24 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.