Memory Pool Memory Pool Refreshing

51,924 transactions
41.69 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,292 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 3,487 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,291 (372,777 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
471,514 471,514 000000000000000000c325dabcf7152fc662ce56ca5fab2ec296846fd16cc6d8 1.00 MB 2,004 275
471,513 471,513 00000000000000000172ec868b52295d0ae5de2438182ca11fb7b304cb49c9e3 1.00 MB 2,097 87
471,512 471,512 00000000000000000081aac7e05779b393edf8ef73dca844a398bebe3b85e542 1.00 MB 2,171 136
471,511 471,511 0000000000000000005ed20b06a681ffaa6ecfcb20c8de465b6ca785e73b2fb7 1.00 MB 1,898 216
471,510 471,510 00000000000000000011f3bec5504b41447bd92d4cd5aa527780810fd00ab6da 1.00 MB 2,353 374
471,509 471,509 000000000000000000d7f9aa8ade74f9679984467ff9b78cfa009a853a5bfb16 1.00 MB 1,837 193
471,508 471,508 00000000000000000101cd33f04b5ef23b588f1fc124c5c0aa292bf5c2421e2d 1.00 MB 1,692 278
471,507 471,507 000000000000000000373985749708cc9ab58224b99d64ff84c729a7b8314d26 1.00 MB 2,179 338
471,506 471,506 000000000000000000dec87a8cb93d0b6ed3d4e3d888828edf8af4e974468379 0.99 MB 1,981 211
471,505 471,505 0000000000000000005d44141b7537e2ff16740136e27f74b8411d4ab418049b 1.00 MB 1,776 251
471,504 471,504 0000000000000000017f94e35aa0353ffc568296741f4458b1baa316883f4baa 1.00 MB 2,017 295
471,503 471,503 00000000000000000033df37b1ba73aeb0cb6880ec721f017902b650111bdd03 1.00 MB 1,707 345
471,502 471,502 00000000000000000047c4b10af20b3755e2b158fe6f93f06c4de2cd73d3e2cf 1.00 MB 2,244 398
471,501 471,501 0000000000000000014d01a6307126814b911cf34b3c84a2899dd053bbc97356 1.00 MB 2,584 416
471,500 471,500 000000000000000000ed016d951a0a51abb8eb1d60855b77a6bad2a686f9f177 1.00 MB 2,291 321
471,499 471,499 0000000000000000007e6e725f1d5b478378496e07d22a8d5859ad95d7d5a2bb 1.00 MB 2,002 331
471,498 471,498 000000000000000000617085607ca02caf58c0f000663e96fcb1db0a3ac04175 1.00 MB 1,272 93
471,497 471,497 000000000000000000a982bacf1429f91f5b62527f871eabb78a77a5f45e6480 1.00 MB 2,310 279
471,496 471,496 000000000000000000f075b61790af2bef6b5edbdc15fa8b90a59d25fab3765f 1.00 MB 1,660 169
471,495 471,495 0000000000000000002b5f150d36174e8f75f006c88fa045d9c0627ff4c1fd0f 0.36 MB 684 302
471,494 471,494 00000000000000000120558c26532818ba4eb3c22c27fb43500e37ee26b9ec69 1.00 MB 1,523 217
Previous 10 blocks ↓
Total Size: 651.05 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: 9,079.48 GB sent, 66.45 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.