Memory Pool Memory Pool Refreshing

87,028 transactions
34.44 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,773 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,990 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,772 (330,805 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
518,967 518,967 0000000000000000000b8de8941cab39366aac1a585e790af95c2db5f0d80a1a 0.04 MB 62 14
518,966 518,966 0000000000000000001016da2e2c5fd821464a15e56275e4d6a2df95d07c4ff1 0.69 MB 1,500 13
518,965 518,965 0000000000000000003ad224e7261e019db8306605f3c8fc66ba5b69c5dd9fb3 1.14 MB 2,885 43
518,964 518,964 0000000000000000002631c51187873a58a6e56d4d09ecdc2ac52cf45148017f 0.52 MB 1,042 38
518,963 518,963 0000000000000000002bef50d8f56c8fa0b99e7318577ba5d800683b12f68b32 0.57 MB 1,301 30
518,962 518,962 00000000000000000019da0fc49689298dc8839de90e42daaac998b048463e51 0.43 MB 759 25
518,961 518,961 000000000000000000449cc1ab6090243054a66757e38fbbc61cdaa0a3925c9d 0.66 MB 1,287 32
518,960 518,960 0000000000000000001d1ac6ba24d4789562dcfc2e3172418f505ff3510f24f9 1.18 MB 2,651 16
518,959 518,959 0000000000000000002cc47e2cf4a8a89934c53a02dc1af3b60cbaea609014a2 1.12 MB 2,875 17
518,958 518,958 0000000000000000004782f61ebc39c514c61298efbdc720e440e3dd060352f0 1.09 MB 1,229 15
518,957 518,957 0000000000000000000fff915fac685a3fae643481b9f6c31e3f78b1078b45c3 1.08 MB 1,585 40
518,956 518,956 0000000000000000004757c78b91b5a5da6b21b996fe0d8e9dfe3fcc4d08388c 1.03 MB 903 62
518,955 518,955 00000000000000000040fe3590513c5ab8b241cbb18459747406c30d5d329a6b 1.00 MB 651 66
518,954 518,954 00000000000000000011dacc050568e55b1d2c53b528c03c44ff3f1deb87f0ec 0.38 MB 547 13
518,953 518,953 00000000000000000039a83c4724882ca71a4cdcfa2749072cb75c62351fe9f2 1.11 MB 2,215 31
518,952 518,952 000000000000000000197fa7bdd2cb45b5b19e2d9787339ad8a752db8bf415a1 1.05 MB 965 9
518,951 518,951 0000000000000000000717049215663786da8bd2ce737f8d80d18cb26e83f0e6 1.16 MB 2,371 24
518,950 518,950 0000000000000000003e7c1d144d79162809db28db5c60ae39d25a0e0c115d8d 1.11 MB 2,560 41
518,949 518,949 0000000000000000003e795180b7d2565d83438b88747fe97ece194c76ace987 0.33 MB 498 25
518,948 518,948 0000000000000000000d33f04bfcf5922db1eb57337160ee1053184440261945 0.39 MB 743 28
518,947 518,947 00000000000000000021bf72763c5e7cd1a14e5b61706a0e152f581504569262 0.86 MB 1,472 22
Previous 10 blocks ↓
Total Size: 661.08 GB

Node Information

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