Memory Pool Memory Pool Refreshing

78,990 transactions
27.32 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,518 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,535 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,517 (283,997 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
565,520 565,520 0000000000000000000da56552bc3ab5a922e39816c220291bb2d3a57ffea473 0.64 MB 1,069 13
565,519 565,519 0000000000000000002773b10997284e785a7425b48a2e2b8ae807f2f116fffe 0.09 MB 271 8
565,518 565,518 000000000000000000190daae024258979fe091f66b8fc7c6801542f65ed33e5 1.02 MB 3,070 6
565,517 565,517 000000000000000000137a7f887c7b57a49ae5a3066cf5298871381fd1d19194 1.15 MB 3,100 9
565,516 565,516 0000000000000000000c2bcbf44d33141e1489b7eb85080a70f02fa548ca7b06 1.31 MB 3,002 25
565,515 565,515 000000000000000000240c6851b130e577a62e47a54d637db24bcba4f5a18638 0.68 MB 1,932 9
565,514 565,514 000000000000000000109f31be278f1d283ea7a02f35a8f06ca38f45abbc0be5 0.67 MB 1,885 3
565,513 565,513 00000000000000000026601ecb8f2b5f0a14eacac375ec06853851680a83338b 1.14 MB 3,249 15
565,512 565,512 00000000000000000010d9579f3b6239ac099f305470fba9de8b74353ddc5556 1.03 MB 3,216 3
565,511 565,511 00000000000000000004af1d52829fbb654f098fd6d2420c34b77ff8ac327c25 1.25 MB 3,216 19
565,510 565,510 0000000000000000000eac9b525879c4097df32e36af05b58cb95430a02f155f 0.00 MB 1 0
565,509 565,509 0000000000000000000ebc095b725916c0476cfa260fa5e2e5c090c8f3666170 1.21 MB 3,057 14
565,508 565,508 0000000000000000000f56645d9f3f813e7beb47c3bf13506f53865d09ecd2fe 1.23 MB 3,082 15
565,507 565,507 00000000000000000003432121c5819c4d54b31c880b2bf45df247d09045edb9 1.34 MB 2,706 19
565,506 565,506 00000000000000000008ebd6a29030c4a8814b62d33eebf17ffa44feb7612601 1.51 MB 2,566 32
565,505 565,505 0000000000000000002723764ed94faa2a98e98d4fa6d5b47996b524e0f72081 0.44 MB 1,095 10
565,504 565,504 0000000000000000002161950f23378eab38ae852673db4cdb54c4c7b2dff01c 1.10 MB 3,112 13
565,503 565,503 0000000000000000000c82a10ab642743f94143e66a82782130852df1ff13ecd 0.12 MB 362 11
565,502 565,502 0000000000000000002058f86c32faec16586643a4bacb128b1e7c07a8cd31d8 0.15 MB 466 12
565,501 565,501 0000000000000000002b75d8738be668cd28e1243da6753a3295e2f7cb51e9de 0.62 MB 1,783 18
565,500 565,500 0000000000000000001cec15110040b1792c1f68a2d9d6cd1436ac2e3cbf21af 0.92 MB 1,509 8
Previous 10 blocks ↓
Total Size: 660.59 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: 472.89 GB sent, 2.26 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.