Memory Pool Memory Pool Refreshing

60,707 transactions
31.79 vMB
Show Random Selection Loading Transactions
Max Size: 162/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,979 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,894 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,978 (505,770 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
344,208 344,208 00000000000000001837a3a7f60af65cd9786809234a2bc814151104d5429a6a 0.13 MB 128 48
344,207 344,207 000000000000000006e45e3bf5049ff7847c647404668e90dddc99f4ddbe739a 0.27 MB 442 38
344,206 344,206 000000000000000008faf19860166dddc90e9430949db01a4cd8b9b025f0c2bc 0.06 MB 138 28
344,205 344,205 00000000000000000ab77d9626aab7c895f3a28f40931c00b6fb79edcbff79a5 0.02 MB 64 30
344,204 344,204 000000000000000008cf74b35dc0238a3d8bbe1247ade8a9f55a5424373d025b 0.46 MB 888 23
344,203 344,203 00000000000000000b9c8eea00e62b1a5f9a99c79d7da4a4765f6adaebd5d683 0.04 MB 93 24
344,202 344,202 000000000000000015b566fb4d4538a4cdf32846d8ed18291053c9c3794154c4 0.13 MB 292 24
344,201 344,201 0000000000000000043fde47bc57a0446dc2b8d498c219e1a7f0f02300b24bf9 0.00 MB 15 27
344,200 344,200 0000000000000000024497df68e3d8d38557a5af53b737ce509257d59fbdace3 0.13 MB 261 22
344,199 344,199 0000000000000000177c917e30518c47e71b330094eaaced604b045619d8582a 0.16 MB 372 28
344,198 344,198 0000000000000000006ae9fa940419e7956c7d0f3020996f7a7978f9550138d4 0.30 MB 752 28
344,197 344,197 00000000000000001697b0bbd30989718e304a1a369a60962788ed5a5eead4b2 0.17 MB 95 15
344,196 344,196 000000000000000002984fc795c48138c8699a746f1057dd8ceb490b079bb9fd 0.15 MB 207 22
344,195 344,195 000000000000000001ddd9e738e1edd65bff59b77ae7ef407bcee2ce518e4a6a 0.81 MB 1,637 30
344,194 344,194 00000000000000000e5a76e7fe7b72319617f515a4d7c76243f8062e64fb311b 0.71 MB 1,218 24
344,193 344,193 00000000000000000b84f3ff970a6b9c572b1111fc2e929d7d19033c53a73deb 0.02 MB 40 11
344,192 344,192 000000000000000004fd65d6455df9a241d81028374a2a4577a475487cf3845c 0.35 MB 545 22
344,191 344,191 00000000000000001484055aeb4afd0b073256af838fb41bede9738299f8adaf 0.73 MB 1,112 24
344,190 344,190 00000000000000000e25b20510f781fa11e56dc33d7aee1517182d64d252c375 0.19 MB 512 33
344,189 344,189 000000000000000014034e04140996a06f663d84771d1ddee23e8c343fdd2136 0.05 MB 72 20
344,188 344,188 000000000000000014552764a40385836d8ed396a157a2d56bf229fb02159109 0.10 MB 78 5
Previous 10 blocks ↓
Total Size: 661.47 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: 926.45 GB sent, 6.43 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.