Memory Pool Memory Pool Refreshing

88,343 transactions
28.67 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
850,319 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 635 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 850,318 (666,352 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
183,966 183,966 00000000000006137f1148bafe22c6e5c1e10dc9fdb187ae870a03f5838b39ea 0.21 MB 552 133
183,965 183,965 00000000000000a4b32ce7659b213f15b7f18e2883e2f1b4af44b9265113574a 0.05 MB 115 397
183,964 183,964 00000000000000949f3f37bd3e3afe4d473c1fae0b7572a8a6e22147d84bf037 0.22 MB 512 180
183,963 183,963 000000000000042c3f38399eb36f15734bc9b8d8ec2c35c18965924623fb5449 0.05 MB 84 87
183,962 183,962 0000000000000981a724e0fc8d03afabc1aef637d2846ad48702d43db3adff9c 0.20 MB 610 144
183,961 183,961 00000000000005a6da5637f775d2162106d31ef34ff4601f9f672b98066723a0 0.25 MB 612 140
183,960 183,960 0000000000000387775afb8fe8e55cf384db36f1bdd36a6b2aaaad99df67bca1 0.02 MB 65 203
183,959 183,959 00000000000006e89bebab1a1c895285013ceb7d743ae3dbc770bb7ad23cb8bd 0.24 MB 533 130
183,958 183,958 00000000000005ebb5d433bc601f31803e88c38aae49009b1378c1a0773d24a1 0.02 MB 60 141
183,957 183,957 00000000000001a80f25bd4b85ad98ba9aad95b36b171c809911080487c4957e 0.13 MB 350 132
183,956 183,956 0000000000000054d0f1a8c273daa38f885bdfea79d6f2a17e3e9ed14b2f3c4c 0.12 MB 256 138
183,955 183,955 000000000000019ac6f761f978ea70ea06d8adfffc28a0294d843428b55a04ae 0.09 MB 203 101
183,954 183,954 000000000000041dbebafcd87ea386bc26504593d9465fa77fd941a8eb3465f8 0.00 MB 1 0
183,953 183,953 000000000000067eb23ff399d552c8af4bd5365bea5dda0a17573786b4c71121 0.03 MB 64 217
183,952 183,952 000000000000069302a0d0d8e54538b07b326893891e17c58e6d6f41d5de1460 0.01 MB 30 312
183,951 183,951 00000000000002f857da0099e04cc9f8b854fc2e19e69668d1f2f185351f7b98 0.15 MB 376 151
183,950 183,950 000000000000061da5944095f6419b2eefb2dbed6c45645ba5a97f43c9bcc061 0.14 MB 297 150
183,949 183,949 000000000000043bf182cbc1289787805406353c390e58fe19a508c3311293d1 0.02 MB 40 104
183,948 183,948 00000000000000eeab587281da4702d9ec0f6f9e40772af4bf37f188595c6b80 0.03 MB 70 117
183,947 183,947 00000000000002f90a666bdfc6c886b874cbf2c952b53580d15f68722c389679 0.04 MB 162 19
183,946 183,946 00000000000009edbac934c05340c8ce4405eba337aee73b70cd868c47af02da 0.14 MB 246 310
Previous 10 blocks ↓
Total Size: 662.11 GB

Node Information

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