Memory Pool Memory Pool Refreshing

48,282 transactions
48.23 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,799 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 4,091 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,798 (585,797 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
256,001 256,001 000000000000002ab7b60009c3d6a4bfad05ad27e27fb0aea72fb9a3bd3ab9d2 0.13 MB 312 56
256,000 256,000 00000000000000252b217c0ce5c4d96b825b90dacbe8e4dcf5f6a8ba6749f3c2 0.18 MB 432 131
255,999 255,999 00000000000000093d94c6697e0b3b2db498479a2500e3355fb0540211224d2f 0.12 MB 284 130
255,998 255,998 0000000000000009c0138f208dd461d04f43477f224578fb3091b47579ddd676 0.14 MB 341 103
255,997 255,997 0000000000000037ed519ab6c4c59ce2f1896171aab44e0e1d92308a6bf3fb8d 0.23 MB 554 103
255,996 255,996 0000000000000000c76adeaddc5ff43cd68d9a7014edf3037dd360d8318f8a83 0.25 MB 614 116
255,995 255,995 000000000000002ee21190a819c783bdafbdd0dff57b4d38563fa52255a04451 0.10 MB 262 135
255,994 255,994 000000000000001051c525a81c56d9163bb58c4fb1073a9d100733ceadae9f6a 0.08 MB 212 131
255,993 255,993 000000000000001812c5cb733b70e8c6b88aa26b311833cea66db09cd830c9c6 0.19 MB 492 140
255,992 255,992 00000000000000333d58cbc9ad159453f166172c3e8a65bf95b665740538508a 0.23 MB 587 114
255,991 255,991 000000000000000b4cf68efdfc52c9ab088344b46d0c2999446bf3d16ff253f2 0.10 MB 228 128
255,990 255,990 0000000000000015560358e22f91f81de392d50d30f72929401d559ba2c381ea 0.12 MB 314 147
255,989 255,989 000000000000000878486981c76ce8438452d6c929e2d86a8230236189b11eab 0.13 MB 317 157
255,988 255,988 0000000000000006a0e603a247a46a47f77aa90efa21d514a96acafe20a0f1f1 0.06 MB 139 119
255,987 255,987 0000000000000024be76130639a2b500018f3b2d514199ed2b51b0786c72abda 0.03 MB 59 102
255,986 255,986 00000000000000381586b8f6ab4e4fb22323b0b78ed5ff6e118372bac31e2aa0 0.06 MB 148 107
255,985 255,985 0000000000000024c8f99ad3b7e7b3139c2910e7766b7e8aaabb668eb984faa5 0.01 MB 22 232
255,984 255,984 000000000000002db51b592c639814cce1ebbd12dc3b3e5ff5a7f67bd737dd6d 0.13 MB 333 138
255,983 255,983 0000000000000023a4eb0a0d6b110bd60292de9ac4ee9e0be3a96f97aa68a224 0.12 MB 316 118
255,982 255,982 00000000000000016ddf485690a86814c52adfabfff22ec85653bdbcc7a6ab75 0.08 MB 209 118
255,981 255,981 0000000000000017b706c97f3bfcdf9af2daf8ecce96cfaacbe77fbbdd4a2d87 0.12 MB 285 113
Previous 10 blocks ↓
Total Size: 646.38 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 111 incoming
  • Data Transfer: 8,344.33 GB sent, 37.46 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.