Memory Pool Memory Pool Refreshing

76,391 transactions
32.33 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,599 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,265 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,598 (123,124 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
726,474 726,474 00000000000000000001a6242c69f0b4e99d5adf9c6cd6f2f01381b10f69164f 0.24 MB 510 10
726,473 726,473 000000000000000000099e19fe33e2f5df6e17c0df07b8791e2525f6c6691e24 0.40 MB 719 9
726,472 726,472 000000000000000000008ba2f658426b75201ed25c0cce3524142481174a8020 0.71 MB 1,140 7
726,471 726,471 00000000000000000006709aaab27b2af2f4312d80a67bb91a564f02fe3067d8 0.47 MB 750 8
726,470 726,470 000000000000000000070b8190e207d3a702da8bc81b01541831b03c99b03f4d 0.86 MB 1,365 8
726,469 726,469 000000000000000000075bd3ae3bff1d17c998eeeac87494c2649280d168053a 0.98 MB 763 8
726,468 726,468 00000000000000000009e2d2eca3df6cd1e8b69fdf5c4e89b60089d414c62706 1.51 MB 2,252 6
726,467 726,467 000000000000000000081ae71f03047969b8a30f859dfd9428fb0d0b2a324556 0.27 MB 281 4
726,466 726,466 00000000000000000007733c7eec5fdcadeea1bd646c9dc9d809aa40d4aa5bf8 1.13 MB 370 2
726,465 726,465 0000000000000000000036b92d5f8de4d4fdf6a8c13e7dfe59b2840fa25c43a7 1.60 MB 1,685 6
726,464 726,464 00000000000000000003e8896ad68d91a988adbda18473c5a26180de7b004672 0.81 MB 1,402 7
726,463 726,463 00000000000000000007d1001fc5149ac1e8ae2f739b28213e3cb8076269d577 1.57 MB 1,902 2
726,462 726,462 00000000000000000005927baf596e2cf5bad066657aea6df746ac65adc9eb88 1.51 MB 2,979 5
726,461 726,461 000000000000000000029cf86354257a5a3722c2c7f737a6d3fda8af43502401 1.52 MB 2,789 17
726,460 726,460 00000000000000000000be04415817fd4ad62e58577218e9a7f0df5a6b8227d7 0.00 MB 1 0
726,459 726,459 00000000000000000000f79dddfde49156f230cc3d201f040d83eb33f6ca21cf 1.28 MB 2,335 9
726,458 726,458 00000000000000000006d2425f27b499cee0003a6314ca0ac97fc9aac00698a4 1.19 MB 1,344 6
726,457 726,457 00000000000000000008cfa8cd3d6790537e4a0559bcf243e7040eb0b8fe74a4 0.23 MB 383 5
726,456 726,456 00000000000000000005efa40c2525c3b6358537e28163e38969dda596070662 0.07 MB 67 14
726,455 726,455 0000000000000000000054c101921197a7937a4f7b7db3e8ff1b3b058d70598b 0.49 MB 1,161 9
726,454 726,454 00000000000000000004e82cea9db1bc3bc7bafbfee5301b93d85dde3cff6007 0.90 MB 1,444 17
Previous 10 blocks ↓
Total Size: 660.74 GB

Node Information

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