Memory Pool Memory Pool Refreshing

46,222 transactions
41.80 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,677 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 2,479 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,676 (575,214 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
266,462 266,462 0000000000000003859cd3d79cdfe752bf8af4aacc2f4bc0887254115840a01f 0.12 MB 303 103
266,461 266,461 0000000000000001af90c392cba380aa8ff4ea1f1bba10ef113eabbe02e9c025 0.10 MB 194 88
266,460 266,460 000000000000000a5b5e8ba089c9517b6a8cb7790f73e2b5942d9aa10cc37fce 0.17 MB 337 88
266,459 266,459 00000000000000046b4fc9324212859d7078c05efa7528957685dc051c92822f 0.05 MB 123 110
266,458 266,458 000000000000000159e448985f4959b8a68181c98d89e54022cb08402d46a0b0 0.10 MB 217 81
266,457 266,457 000000000000000a4ddec564961bf5349201fb7520a79f7bfd96e48b46219fb3 0.12 MB 220 19
266,456 266,456 0000000000000004f695952a206c6acc8e190185b0c465d1e037c9af538bb409 0.13 MB 279 82
266,455 266,455 000000000000000217c02e287a9742fcfd2eeb8bf882f377813e4d3fb24d5966 0.21 MB 337 67
266,454 266,454 000000000000000772ae7506a66b977d3572286f394afed4610bcfa7113a2ff6 0.21 MB 522 96
266,453 266,453 00000000000000061c29e7772ec14b962b4884775a8e906b7bbe8e517c319672 0.15 MB 378 108
266,452 266,452 00000000000000043bedb3a8e0194c30861115d24aa7912631db35e19be8fca4 0.10 MB 232 127
266,451 266,451 0000000000000005f99c347f51e1efac9f5d0b1feeeecbd7f96154a924f3701c 0.12 MB 271 76
266,450 266,450 00000000000000082e8b3c97d5d1efb147738ad660957231865c19f27f4440e6 0.13 MB 258 109
266,449 266,449 00000000000000054b77c8179d5f9e7ac29dfcd5584975b09a00ce53f8a4f0cd 0.15 MB 361 95
266,448 266,448 0000000000000007c018f1900faba53a53ae4ea3e811f4be292895237ede957c 0.17 MB 400 116
266,447 266,447 0000000000000001904f3d243dc11ed7051c614b4b7af31fdf2ae32da6497b55 0.09 MB 205 78
266,446 266,446 00000000000000048046d6b3b16f7f312ff3b9b6e4ed1a010f87f2fe28060c95 0.20 MB 508 103
266,445 266,445 000000000000000006f455b1109bbfb11c052fc0beb546811a44cfb75a0ae47b 0.15 MB 221 47
266,444 266,444 0000000000000002ca1d40dceab71142b6c689cf332a74c72c0a17acd658ded5 0.01 MB 40 80
266,443 266,443 000000000000000919a1218a15f7444ad5ca232d672591b36d1404fdb759ecb7 0.02 MB 42 54
266,442 266,442 0000000000000003fffaea7408f2b4c6a599a97515276be665095a1418c78d1c 0.03 MB 98 55
Previous 10 blocks ↓
Total Size: 646.15 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,330.21 GB sent, 36.21 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.