Memory Pool Memory Pool Refreshing

37,002 transactions
41.85 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,722 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 2,159 19
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,721 (573,256 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
268,465 268,465 00000000000000007a33cbb5ef9e5b243c57650ef27be115b0d8c8a0932ad7f5 0.13 MB 282 74
268,464 268,464 00000000000000029515ff1adf150ed45551ef4b39ab0d1e816c4f56b9806ef5 0.18 MB 395 56
268,463 268,463 0000000000000007e262025aa280755bbfd82c9d9a0fc16458c45d8aaeaec93f 0.04 MB 108 24
268,462 268,462 0000000000000006679f8c07c77ce6b9e19de51fcf7ae94a963188aee50b69f1 0.04 MB 93 39
268,461 268,461 00000000000000029cb8af07d967aea741bef455ea030c9bbbe46387891fe96f 0.19 MB 349 53
268,460 268,460 00000000000000005d418d381e89959d7a0de388dfc1cdb05f5cc1dc1bc8ba2e 0.15 MB 194 26
268,459 268,459 00000000000000023f4c68e65becd714be9332bfb6c3a72390e47f604ee09717 0.25 MB 580 129
268,458 268,458 0000000000000005425d4d3c70a3a89d5c96e484261deb80016a49ce26c0bf72 0.20 MB 410 79
268,457 268,457 00000000000000050bb1c7cffac1c59bcf67842e8422f91b1d96fd64e57d74b5 0.05 MB 142 48
268,456 268,456 0000000000000007ec63062439615768e02bb679892d7aa9393478c002fa830b 0.44 MB 874 65
268,455 268,455 00000000000000043d3676541d273341131314680b74c13e549708875c6ba0ca 0.31 MB 634 65
268,454 268,454 00000000000000080ed6b36c8167550c19661f7f6f30cf4073468200291684f6 0.11 MB 209 72
268,453 268,453 0000000000000003676d7b3c1142856fff8cacd7c3914ef0dfea32691c2a840c 0.16 MB 390 68
268,452 268,452 000000000000000302d5dd30b90edfeeac2687ec5489df9860937c01bf64ab0b 0.15 MB 228 49
268,451 268,451 00000000000000031e77e863de4f1ae78c173b56a8fe507796af5083e2f92b0b 0.82 MB 1,395 1,995
268,450 268,450 000000000000000490768431a82a98a21d6ff1435693901b26d339b7a396f69f 0.25 MB 478 112
268,449 268,449 0000000000000000bb11ca9e12ea219f515f998b788b913367db21e06e8226e1 0.01 MB 36 66
268,448 268,448 0000000000000004178e43c489f4372d899999d382ff4980a489ec5c1b9c4b50 0.31 MB 824 55
268,447 268,447 0000000000000000cda3f044efb14dee09a13937aeca64f1b2b2a1905d094a1a 0.45 MB 903 96
268,446 268,446 0000000000000007461b38993ec1ae3ffe9975eb68c111a5f7cceea8f499c80c 0.06 MB 111 69
268,445 268,445 0000000000000006d1386df8310b467ad9e31f6a3f26808b93487a16ccbd9e47 0.33 MB 631 76
Previous 10 blocks ↓
Total Size: 646.24 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,334.68 GB sent, 36.59 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.