Memory Pool Memory Pool Refreshing

37,643 transactions
47.07 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,431 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 4,291 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,430 (787,958 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
54,472 54,472 00000000091021e8c3869328441c19234c3f3872895332c14a6d4f60d48ef868 0.00 MB 5 0
54,471 54,471 000000000ee43c56013c19612e97461f913fce5446cfd0334ebe87dadf315395 0.01 MB 4 0
54,470 54,470 00000000134281f904b2991a612a6dbf34278946358cfa6461695182f7268acf 0.00 MB 1 0
54,469 54,469 000000000bc7c8e3db1922f3d899e1b728f5caf96c1352f0791ece62470b816a 0.00 MB 1 0
54,468 54,468 0000000001bf4b7fff115e8571381a4ef13c6dd659d623e53bdc58b2c3d3cd09 0.00 MB 2 0
54,467 54,467 000000000942369260505c96cf65d19b6b1feff81775f1aa105b10b9bfcdf4ae 0.00 MB 1 0
54,466 54,466 000000001254bf11a2f642540752507d9815e4733b0ec05700cd2b672fa2867b 0.00 MB 1 0
54,465 54,465 000000000fa0729477f8b451520168aa854029812e6a718d4a4b27725b35828d 0.00 MB 1 0
54,464 54,464 000000000d51f38ebe3a75a9f8b20d1fd63e29671d0e71c58376c207f35341ba 0.00 MB 1 0
54,463 54,463 000000000165164aa4e2369874285d14bf1c513d9a7d3f3deded9c18b06c10ed 0.00 MB 3 0
54,462 54,462 00000000119723bc7bb69a53e3c20adfc7fe5ad59cf14ceec6ceb143c3ff1403 0.00 MB 4 0
54,461 54,461 000000000c74b0d7f0c00635464e473db24530a2fa65048ce4f18640f6bc5187 0.00 MB 1 0
54,460 54,460 00000000029c64aa8fc79626c98799dcbadc02fd1f5303995531424b746241c8 0.00 MB 1 0
54,459 54,459 00000000073deb07bebe2a4955377803e838c8105f0d6b0c1696907e59b907f4 0.00 MB 1 0
54,458 54,458 0000000004ed264981a7238b8889892c8eb875c86c3182790116b4f1c89810a3 0.00 MB 1 0
54,457 54,457 00000000068866924696f410b778911316f92035e9b69b62afa03573974fd750 0.00 MB 1 0
54,456 54,456 0000000010cf54b5d4754eb2afbd635d91d3e9c3a5d36be56851f3eb98d864c4 0.00 MB 1 0
54,455 54,455 000000000c8688b491a8b568b306c2076d07a37b742ebf771e029c5ef9d7a73c 0.00 MB 2 0
54,454 54,454 000000000e129a2bbdee50b7c2faf098aee7628aa0bc0b00a2e5d63b2f3f75f8 0.00 MB 2 0
54,453 54,453 0000000000ec740105f78c00c49a67e284f9712f4eeb56d35651ebc3f80d6596 0.00 MB 1 0
54,452 54,452 000000000e4f128805eec90ecfdf5226092fc0cd3edece7518e2fd9cc9d71ccb 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 647.54 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,499.54 GB sent, 46.25 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.