Memory Pool Memory Pool Refreshing

80,496 transactions
34.47 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,615 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,439 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,614 (307,330 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
542,284 542,284 00000000000000000018cc0776c30ce343ce8436ed8e2d21cb13155ab2b8adfa 0.01 MB 14 3
542,283 542,283 0000000000000000001e35ca95053d483771466a87ab47e94f08a0fd9bc9eda0 1.33 MB 2,688 13
542,282 542,282 0000000000000000000522fc1be82a3d15775677053f9fabd1b3b31543c77be2 0.61 MB 1,303 44
542,281 542,281 0000000000000000002594ebb55566e2f464d81e27d80916408f9d38b5b5c83a 1.16 MB 2,460 12
542,280 542,280 0000000000000000001b525fb4d1c87c264fcdceab647b5d3053750907671e90 1.21 MB 2,743 20
542,279 542,279 0000000000000000000fb23ecea37d79b7de445c1df848aa86db017d563cf0cb 0.20 MB 370 8
542,278 542,278 00000000000000000023500c1651532d3ddbffb9f30add50d75521121f2ac8df 0.01 MB 23 14
542,277 542,277 00000000000000000001589dc4ee5a4babb3ae646b8f36dc3ee4f32c78b95d98 0.76 MB 1,105 6
542,276 542,276 0000000000000000000d80d55bf5a84e13e98af559729ee2b10a736c7c15d35e 1.24 MB 2,825 23
542,275 542,275 000000000000000000159de1e4af1af3671ed8bfcce153c34ffa832b244eff0e 0.92 MB 1,723 16
542,274 542,274 00000000000000000003b67aa29047e4e96dd612259678bd5ef99d0996f9b5c3 1.32 MB 1,178 3
542,273 542,273 000000000000000000167349405759a363142a513103d238e05010ae993f8d4d 1.29 MB 2,437 3
542,272 542,272 0000000000000000000ce18da878b87b0fe6a31043031b7f689c03fb05c93085 1.15 MB 2,580 16
542,271 542,271 0000000000000000000b07f7e2f244392df3af588273cb5204f92838faf70673 1.24 MB 2,616 28
542,270 542,270 00000000000000000015d9032ba967ad335125ac2d5e1011bd52892cfc0821b2 1.23 MB 2,901 18
542,269 542,269 0000000000000000002220b86277f0b1d2f2e22ee6bad7d9d547606f46f6861e 1.23 MB 2,923 15
542,268 542,268 0000000000000000000af090430036dc14270acf442157e962c7a3291a0725f5 1.29 MB 2,823 22
542,267 542,267 00000000000000000007770dc191d0e383d9875794f416b190cd286e7a961377 1.17 MB 2,596 14
542,266 542,266 00000000000000000020032b5f821e8090827571cb8ace4b8dfff541b55bbccd 1.32 MB 2,231 9
542,265 542,265 00000000000000000007a0c8e7b917eecae798239b6ae4130c241628786b3cfd 1.22 MB 3,123 11
542,264 542,264 00000000000000000018fef47afb1f6f4a68d3ebb30c5943e8584b08884a8d06 1.22 MB 2,555 13
Previous 10 blocks ↓
Total Size: 660.77 GB

Node Information

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