Memory Pool Memory Pool Refreshing

47,867 transactions
32.46 vMB
Show Random Selection Loading Transactions
Max Size: 158/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
848,458 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 3,912 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 848,457 (376,974 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
471,483 471,483 0000000000000000003b2c75a68ceac10a056d684927fcbe94b0a3546ec4accf 1.00 MB 2,085 251
471,482 471,482 00000000000000000029c9b01c513d443a4a1a1a356d5c0781878512b1e1b208 1.00 MB 2,169 332
471,481 471,481 0000000000000000016d5d433bbfede81328a357c8af0d92fc04506eeb5af75f 1.00 MB 2,156 415
471,480 471,480 000000000000000000cc11d40743d9addb6badb20ca33cbd3ab910dbb80461f5 1.00 MB 2,211 332
471,479 471,479 000000000000000000d52d57b4d640a2d13e1b45332e6b9ca09de4a1927768bc 1.00 MB 2,314 334
471,478 471,478 0000000000000000015265fed90d6900d308a4dab40ed9bb5672435d2ce9e986 1.00 MB 215 317
471,477 471,477 000000000000000000e25a200971fab70de0476f86f1eb8ad1bbf5a0f820f8cf 0.99 MB 625 369
471,476 471,476 0000000000000000006bf2c7b39e965cd27d04e871d973d35d32121e05aa29ff 0.99 MB 769 369
471,475 471,475 00000000000000000166529dd11b056452beb3fd3719cb35eac2e6b10a9f6c2d 1.00 MB 1,870 440
471,474 471,474 000000000000000000bbd2478a3e9abcbebc007bf6c2532d58544884cc2e070f 1.00 MB 982 332
471,473 471,473 000000000000000000ea1c275916c4e5080a26894bc31f6b322c0427734d2922 1.00 MB 878 368
471,472 471,472 000000000000000000bef8d8d5448bd4b8399509b03c0512e0a0a00e13c18c0e 1.00 MB 2,623 301
471,471 471,471 0000000000000000010b9d3731d64c1b11bd637e691a1d14f97a58f84fe053d5 0.99 MB 2,580 380
471,470 471,470 0000000000000000000bc0d1dd3af4c5cf68b5d4cbfd6379ab5a67addb70631c 0.99 MB 2,529 330
471,469 471,469 0000000000000000005c8a2b862cfee5f24b07205039c2afdd6fbef4c1fd419b 1.00 MB 1,720 220
471,468 471,468 0000000000000000010992abfc13f505da44f7ae43b9d7ce1c1419d5f115af94 1.00 MB 2,392 405
471,467 471,467 0000000000000000015f0beacf9b8f41c6698b677f745c6c0a57acb9a2349011 0.99 MB 2,318 157
471,466 471,466 00000000000000000035a544b54caa9761cedde1698768e6a536804eda744fe1 1.00 MB 1,963 271
471,465 471,465 0000000000000000015ec31f3f835bd56d2b3554fd766259960a8d3992eb5354 1.00 MB 1,880 354
471,464 471,464 000000000000000000a682e35d7789d9c993118e36a1460cfdf447e30d6b772f 0.99 MB 1,976 443
471,463 471,463 000000000000000001558fe0bc74832526e1040352aef7b5c3155839b4af2472 1.00 MB 1,849 70
Previous 10 blocks ↓
Total Size: 658.60 GB

Node Information

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