Memory Pool Memory Pool Refreshing

47,728 transactions
23.16 vMB
Show Random Selection Loading Transactions
Max Size: 114/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
851,003 000000000000000000038a6d0000000000000000000000000000000000000000 1.00 vMB 5,763 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 851,002 (372,501 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
478,501 478,501 00000000000000000051cfb8c9b8191ec4ef14f8f44f3e2290d67a8a0a29dd05 1.00 MB 1,496 179
478,500 478,500 0000000000000000013c4f15ddf9040b6210dc86dfbe7371417ef83ea7bfba34 1.00 MB 589 45
478,499 478,499 000000000000000000750a322fb1f81e249197b9061c81297b2c9e6bdd5d4182 1.00 MB 151 23
478,498 478,498 0000000000000000000921f46ce2a057787fd3ed438c4709459f506f9effa4df 1.00 MB 841 67
478,497 478,497 00000000000000000134068df1056d2fa0fc66fb1025cdeeffe2830a133260f1 1.00 MB 355 32
478,496 478,496 00000000000000000022d31b37374aff2208fcea045ecbafb92ba4c08bff383a 1.00 MB 1,692 161
478,495 478,495 000000000000000000d85674e12f7e01653a3f01133b25ee6e8484ab0e43128b 1.00 MB 1,889 213
478,494 478,494 00000000000000000076431ac1d7e74a4c05d344c35514f96d8eb2f6ae738331 0.40 MB 586 129
478,493 478,493 0000000000000000011d8220781b5982bbdd6333c618c35e8fc713d10479d64e 0.19 MB 242 112
478,492 478,492 0000000000000000004db791bd9b3b87a4b82a9c4b8e05b6e6e0e8d39252bc09 0.72 MB 1,205 117
478,491 478,491 000000000000000000ae4ba7509cfbec7e09a2ce2ef0e012320db102f32f02db 0.61 MB 734 97
478,490 478,490 000000000000000000e6ef127415ee34885bc36f239064ee6253729c4522583e 0.27 MB 343 103
478,489 478,489 00000000000000000053daf5dc599da6479a616ef7ed7cb0986fbb09ec32f17e 0.92 MB 1,113 116
478,488 478,488 00000000000000000127886b2981a9c536279f8c744a903267b7ac9330bb026a 0.54 MB 422 39
478,487 478,487 000000000000000000e3d76e2f389431028646ac736ef0c6d4b2411ea36caf74 0.66 MB 1,545 149
478,486 478,486 00000000000000000093a2fccfe411b727be77b1f01c1079c654ea8651023372 0.02 MB 54 186
478,485 478,485 0000000000000000007464e3d928938e5a8291d8ff49b8dcf4ed445b9a151786 0.79 MB 1,022 100
478,484 478,484 000000000000000000df7d0851e1840a4aa1c70ff68ce471fd59cb5a752c0b41 0.93 MB 1,026 66
478,483 478,483 00000000000000000117ec955fd2be5412f28ddb72db26296b91e50744794a12 1.00 MB 572 32
478,482 478,482 000000000000000000f8d4c1e2ac4cd553bb7a09fcdc86f2b5ca89e7ec0aadbc 1.00 MB 893 50
478,481 478,481 000000000000000000ac2d11f57f946dc43453014a6ddbc21942637cb28e7389 1.00 MB 664 60
Previous 10 blocks ↓
Total Size: 663.37 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,849.21 GB sent, 15.54 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

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.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. Electrum Server. This is used to get information about address balances. Bitcoin Core doesn't keep track of addresses, so you need a separate database running alongside it to store address balances and activity. This information is retrieved using the Electrum protocol.

    Electrum Server is what wallets like Electrum and Sparrow Wallet use.

Limitations

There are a couple of limitations to this explorer:

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 to 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.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.