Memory Pool Memory Pool Refreshing

50,178 transactions
31.85 vMB
Show Random Selection Loading Transactions
Max Size: 153/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
848,569 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 4,474 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 848,568 (636,677 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
211,891 211,891 00000000000001c796064c60b4f0ba1d6c69f164c59b31d459fbb7d38d0fef52 0.00 MB 10 104
211,890 211,890 000000000000046d4e34786ad9d36966fa7f39bc655ef34b192b66fe9a313499 0.08 MB 181 282
211,889 211,889 000000000000022e76ab69d23ef9590d40ce01635000c18f01f45309b3aaa54b 0.03 MB 75 182
211,888 211,888 00000000000003f12e08a7f51dd656d89288785a2b3ae4d4e4f0979e0cbc6d8d 0.20 MB 362 157
211,887 211,887 00000000000003d514945c864f87bfb6f4f05e216f505a4362313539262d0a76 0.04 MB 115 53
211,886 211,886 00000000000001675e07e3b0311d9a69409b9d94392a017591ca6513f59d5f8d 0.22 MB 288 118
211,885 211,885 00000000000003a07247f2497ddd88f8bd3ef83716737a4c23958f23d64f793f 0.01 MB 5 74
211,884 211,884 00000000000001e8b053c091bb3440841df20538a8e1c85bc0d81492759a4314 0.08 MB 127 101
211,883 211,883 00000000000004fa3df3f99460f1bc41208bc158d6c1256a6ad98555dad2932e 0.05 MB 85 142
211,882 211,882 00000000000003ef63c9587cee56da7a3efb1f93e98a3d249a17d3786a8b1297 0.21 MB 460 192
211,881 211,881 00000000000000f0b3d5970b0d1cf3ad33bdc5546dc0ce6f7ec98f0add71f394 0.42 MB 550 39
211,880 211,880 00000000000002bfd9d73270ca7866011d002ae8f08836e393a07935cdaf8921 0.11 MB 173 138
211,879 211,879 00000000000002a2317a168142cc6a35f59950841098d85d9654680514c8f7fa 0.12 MB 261 165
211,878 211,878 0000000000000130ff157cd8fea8988bd8aa49232d62b35c72d63c881bb02736 0.24 MB 573 204
211,877 211,877 00000000000003ba4e5819a681352112ac4325dcd284bda1229a8915129a2304 0.14 MB 366 202
211,876 211,876 0000000000000433aeb2eb803e2c402c5c397463bd90e0ddb09bdb15795b2c18 0.09 MB 178 153
211,875 211,875 00000000000000af70605fbc38f6f5bbd7c451273a034beeaa295244a2400d1b 0.35 MB 471 122
211,874 211,874 0000000000000037a8cf8ba7556631642866c6169ae74300d66a2478a9afbd19 0.03 MB 58 124
211,873 211,873 000000000000010af6663954c12162c41729d67f6ef22f8fcc34f0f952a82ab6 0.21 MB 435 143
211,872 211,872 000000000000043a651fc1fd8fba08a008865645dcebf8bc444e13198658fcc1 0.24 MB 338 110
211,871 211,871 00000000000002f68f87ec6547e191a3b118653ed6dfe56d66bdc4779eb17a16 0.09 MB 214 193
Previous 10 blocks ↓
Total Size: 658.81 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 105 incoming
  • Data Transfer: 1,903.82 GB sent, 3.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.