Memory Pool Memory Pool Refreshing

79,106 transactions
26.76 vMB
Show Random Selection Loading Transactions
Max Size: 164/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,519 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,088 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,518 (333,966 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
515,552 515,552 00000000000000000049f3de2fed1679bdfe31033d77907fd687782c02351804 1.12 MB 2,190 63
515,551 515,551 00000000000000000005b93728472e3e2c05212550709104f629e405e6b1c802 0.28 MB 355 60
515,550 515,550 00000000000000000026aa86c4661828f2b1fda7a1d87cd74732e41dcb0a68a7 0.55 MB 589 14
515,549 515,549 00000000000000000023de268ba6382022dd412a8e200f027aed9f24f1824933 1.11 MB 1,546 25
515,548 515,548 000000000000000000290fc849395c5ac09e83ce674c29697fed7228516a806a 1.10 MB 1,137 15
515,547 515,547 0000000000000000000051e99e98f28b8dcab9b07742b1d08a625b87993b189a 1.18 MB 1,124 8
515,546 515,546 00000000000000000023d17366ce4c542bf9537d12cb0bc5145a6231c31c2f43 1.13 MB 2,295 23
515,545 515,545 00000000000000000017edc9198a73c6c40362f90d1d2edb28cd9c7e7380c2f2 1.16 MB 2,730 18
515,544 515,544 0000000000000000001c9c35ff8d6e4c0050370d77662b7fb7eb01ddc768aa04 1.11 MB 1,741 9
515,543 515,543 00000000000000000038826006fe6c32ea18bd869b7412ac3af29812b99c9874 1.32 MB 1,516 34
515,542 515,542 0000000000000000004fc7f75bb004705803a3c17f992cd14b5ff06569471653 1.14 MB 1,424 38
515,541 515,541 000000000000000000377ad59ba4dcfb247dbda5a6f8e036f02872ed2a5e9153 1.03 MB 1,116 69
515,540 515,540 0000000000000000000bafbeeec68ce46c12a17a7601fa9044376daaef8786d9 1.03 MB 850 65
515,539 515,539 00000000000000000024b39b84991fae5cfcd58b0dfa60a8efca408aaf083fd7 1.04 MB 513 16
515,538 515,538 000000000000000000369fdb1e1b8468fbf8b92e3bcecb93a87dfac7e7407df2 1.08 MB 1,801 33
515,537 515,537 00000000000000000044480ffc1d39a32a052f3583737ae6aeaa86d28eda5ae8 1.10 MB 1,784 12
515,536 515,536 00000000000000000017925829fbd5d27e9e95e908e6a7ad2692a3d0fc9de310 1.09 MB 2,308 18
515,535 515,535 0000000000000000000ddb72f80974cdcc3ba5a4d7051df36d633de509301d2c 1.16 MB 2,709 23
515,534 515,534 00000000000000000040881ea6d4e9232c42c20bbd67221ef866201dc285b567 1.07 MB 1,684 71
515,533 515,533 00000000000000000019334710f341687ca738b932457afa3d631ce1fa7901b6 0.45 MB 631 10
515,532 515,532 00000000000000000039b6701fa62fea8336ab513e1b8d69d2c86414af7744c1 0.68 MB 1,555 36
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, 98 incoming
  • Data Transfer: 473.95 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.