Memory Pool Memory Pool Refreshing

67,982 transactions
31.11 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,444 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,244 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,443 (315,431 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
534,012 534,012 000000000000000000051f7219cd02ab4fe312330594307418d04b5df02a813d 1.16 MB 2,613 14
534,011 534,011 00000000000000000033c5cd24c54587263cc500ea65d0a9153c2ec3010c204e 0.19 MB 205 9
534,010 534,010 0000000000000000003111cc5ee736f3728a971ff89a0d99b4116ece9a00598f 0.32 MB 462 8
534,009 534,009 0000000000000000002703baf1b29e85d16a8c73dd5c63cf2fb11fde2d361f3f 0.01 MB 25 27
534,008 534,008 0000000000000000001fa73e267e861eefd0366e43253aaae9b87b0e4cd3832c 0.24 MB 348 16
534,007 534,007 00000000000000000015f83abaeba1a2523a818616cb7e99059e98072e90af4f 0.05 MB 146 15
534,006 534,006 00000000000000000000f5e16dd6e807aeefb68f70fea3f91e8ae282d2117816 0.12 MB 190 8
534,005 534,005 000000000000000000137e8c1e1db58a2ec84ca90b27f91747c392ccee946408 0.38 MB 664 10
534,004 534,004 0000000000000000001284bdb20638587d758ac251c0088094b982343fac5f91 0.18 MB 389 13
534,003 534,003 00000000000000000021e6c89925e7a9d9923fd648a7920be86a98d53bd70cf4 1.14 MB 2,228 11
534,002 534,002 00000000000000000020f5a9e9d0574e03540606b01442da683875b46a713870 0.48 MB 216 1
534,001 534,001 000000000000000000177add5b50883263c7348d6f474187b41561961a99a121 1.19 MB 2,520 17
534,000 534,000 00000000000000000012f19ba6a75c237345a1d669b261a4388904fa15857545 0.91 MB 902 2
533,999 533,999 00000000000000000020015c159425689d886011e01db5ddc3191d95212812cc 0.00 MB 1 0
533,998 533,998 0000000000000000001ccfcb06a3c15a3d9e9fea2c49f0be42f85dc9251c2efe 0.72 MB 1,774 30
533,997 533,997 00000000000000000015da669b582828302daa2ec1e62e0a1db5b52824edb5be 0.36 MB 746 13
533,996 533,996 0000000000000000000143ad8dd56a749f93e12ae5aade4dc596e34ebf3b2d75 0.15 MB 286 16
533,995 533,995 00000000000000000024138c791bfd5ec2000f5c7a6acf69fb609c2dc2e92e60 0.83 MB 754 10
533,994 533,994 00000000000000000035f332d340bccedeb884221a0fbb4512e744caec8da2fd 1.16 MB 2,543 16
533,993 533,993 000000000000000000323c9aa48c0d314a11b49a0202788303899370ddd156d2 0.29 MB 396 20
533,992 533,992 00000000000000000027bb1a41aa83a7524e5f9600da72efd9c141515b3553cb 0.06 MB 142 51
Previous 10 blocks ↓
Total Size: 660.45 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 92 incoming
  • Data Transfer: 361.42 GB sent, 1.55 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.