Memory Pool Memory Pool Refreshing

76,377 transactions
30.72 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,425 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,467 21
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,424 (320,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
529,332 529,332 000000000000000000132a9d03d9299155bc72e4d84ff8833b17f3b1c55b3b8c 1.13 MB 2,636 35
529,331 529,331 00000000000000000036684c6e7e93149af99f3f1ac2c33230543e75e5da937d 1.17 MB 2,834 7
529,330 529,330 0000000000000000000428cb8d96e1f1c7062a153da041e3f45248bb718c3f63 0.83 MB 1,782 79
529,329 529,329 0000000000000000001105239e059806106871591b00a6e1ab8cf4de7c60c0c6 1.17 MB 2,248 35
529,328 529,328 00000000000000000027a735a2cec8bfd2faf84f45e90eff197ace1ce464c550 1.09 MB 1,697 23
529,327 529,327 0000000000000000000b53af912d44c00d74588f8e7d58a53d440663e9f1a8ce 1.07 MB 1,530 24
529,326 529,326 0000000000000000001f063198b063acb11cb3c4020b3264fd90518e7c3099eb 1.05 MB 1,142 45
529,325 529,325 000000000000000000346b454b6930160173cf904c476dafc31ab2a62b50a56a 1.00 MB 631 60
529,324 529,324 0000000000000000002cbd82ce216b16e986d3a7b7ca7fa3118217e4258ca82f 1.09 MB 1,014 23
529,323 529,323 00000000000000000008d00ace8ea2cf2705524ec405b5ba6965c3c22363a4a3 1.07 MB 986 11
529,322 529,322 000000000000000000235ca88842e619d49e1872cd3ec8567e9f3234160b4c6f 1.13 MB 2,528 21
529,321 529,321 00000000000000000005e8db1590af54f179874d2c27a2562e63e22e77e90054 1.14 MB 2,709 53
529,320 529,320 0000000000000000001abbf43aa89772cd5b30fd68567db85e4818bbaa051bce 1.10 MB 1,437 16
529,319 529,319 000000000000000000364e86be1f7a269b231af735da38fa9cabc75df7330dc6 1.16 MB 2,629 30
529,318 529,318 000000000000000000336dd71175314e727a8bc533cd8b8aaea964b480bf2bfe 1.15 MB 2,643 45
529,317 529,317 00000000000000000006b836d8903b9c437ee39363fa9d52f9f8fa9889bfad1a 1.08 MB 762 13
529,316 529,316 00000000000000000025908042c94278847c751f8b7d05e144879f2777117a94 1.02 MB 419 7
529,315 529,315 00000000000000000020ffcf6a4f0f457ca640540afe048b241e95a0eaa23ada 1.12 MB 1,939 24
529,314 529,314 000000000000000000018fceb64eb370a53da94d12693566561331178f9ddebd 1.07 MB 834 11
529,313 529,313 0000000000000000002ec75b6abda5e7dd85c82295ca0280b30a7a1209c7bdd7 1.09 MB 1,256 24
529,312 529,312 0000000000000000001972aca7e366fe2c73085c39611405e60e5ddefb984ef6 1.01 MB 145 2
Previous 10 blocks ↓
Total Size: 660.41 GB

Node Information

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