Memory Pool Memory Pool Refreshing

54,387 transactions
33.78 vMB
Show Random Selection Loading Transactions
Max Size: 154/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
850,044 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 4,145 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 850,043 (236,569 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
613,474 613,474 00000000000000000006c0681253efb45d0b382f41516e2d1ce9fc9e351c7190 1.20 MB 2,161 34
613,473 613,473 000000000000000000063869421ca38cd4029a67d136f5d1ce0766bc7a64d116 1.13 MB 2,650 4
613,472 613,472 0000000000000000000cd6df16438115596b080946574f29dc5f4a5c59b19d62 1.31 MB 3,170 19
613,471 613,471 0000000000000000000465b201fd33e43d55d08c4e65f76b8ae6027aed48491f 1.38 MB 2,812 16
613,470 613,470 0000000000000000000b05f877e6e49b380f4f78b3cfb605b67439f825dba197 1.41 MB 2,978 26
613,469 613,469 00000000000000000007d1fc131bae6850f4d03a28662a8d38b32e77d24e3c33 1.29 MB 2,987 19
613,468 613,468 0000000000000000000faaa00540dc7e23ec9d5069300dd09f827d3c7ff94eb3 1.28 MB 2,603 15
613,467 613,467 0000000000000000000784a6987d72bddf8f74be28533066f578b314d17fcbb0 1.33 MB 3,109 28
613,466 613,466 00000000000000000001a45ea9e296f9968734035f353276f33fcd36d1ae6f9d 1.10 MB 2,186 4
613,465 613,465 00000000000000000000876d7de22ddc2079d11cedaeeb046fc011361c8944a6 1.07 MB 2,875 7
613,464 613,464 0000000000000000000d03d70702bd32cfdd8934b5510820d93dc2f5c24a224e 1.13 MB 2,650 11
613,463 613,463 000000000000000000112ba9a296409c79bd098ac46d573c9f29bafce8d412e0 1.14 MB 3,237 14
613,462 613,462 000000000000000000003946cc7ddaf0f09767fb616b8904857022b0a751ba27 1.13 MB 3,282 12
613,461 613,461 0000000000000000000a5fdb33c4f5c10274328a69262a0e1cd80ebf03578579 1.37 MB 3,313 20
613,460 613,460 0000000000000000000b502cc160e2aeb84f23d5915e7c2942714d4d1cf0a359 1.33 MB 2,754 21
613,459 613,459 00000000000000000006e4f2b6a7fb7e963d0c2e1414827f0a81bbaed3a15511 1.40 MB 3,679 18
613,458 613,458 00000000000000000008326bedac43e089fd66f6e17018c22c57cf5ebcf76991 1.31 MB 2,861 32
613,457 613,457 000000000000000000052cd638023189750869a028359c8105b39525c52b76da 1.25 MB 3,001 12
613,456 613,456 000000000000000000073565ff34c802be7867f8ebccfbf9cdb4898d9af2e40a 1.29 MB 2,951 21
613,455 613,455 000000000000000000029bb4ab1e0d63fa1bac77ba892ff9ee48175c48c3f189 1.32 MB 3,310 18
613,454 613,454 0000000000000000000398869e33e6768dad4ecb5069bd9c8e6e4c360897723f 1.29 MB 3,174 24
Previous 10 blocks ↓
Total Size: 661.59 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 111 incoming
  • Data Transfer: 998.10 GB sent, 6.86 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.