Memory Pool Memory Pool Refreshing

73,491 transactions
32.34 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,784 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,981 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,783 (552,124 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
297,659 297,659 00000000000000003874bcb8b51ff4228bdb922c5f4e278885dde83522b5a775 0.10 MB 244 28
297,658 297,658 00000000000000002889509399f24281db9a1666fca66298a5c3e8d544edfbcb 0.34 MB 757 32
297,657 297,657 00000000000000001bc78b4389aebbed798779eff995e3675bfa634dc5eee1a2 0.00 MB 1 0
297,656 297,656 00000000000000008780e3343830c1e493531e96349d818a7d0cd3185754b17f 0.35 MB 852 38
297,655 297,655 000000000000000077ab740969f539a7c52e892a54afc52c85dc8f1c1bb9a16c 0.31 MB 602 27
297,654 297,654 000000000000000056b8cc4435ce0d080e98cd784b554779e8b18f3b4ea7bc76 0.18 MB 512 55
297,653 297,653 000000000000000056256b501107a4dd4629ea70ecbf048771663411f83c5492 0.10 MB 277 30
297,652 297,652 00000000000000002737f1b211a46efc1ca303696052724d0d3a5da5526d2716 0.85 MB 1,538 36
297,651 297,651 00000000000000001c8019e565997eb65fd86ab0bf4e65e0a12d5c463cd14512 0.35 MB 911 60
297,650 297,650 0000000000000000020badba5428ad112a213631f41cee42223992dc034b0e31 0.13 MB 256 108
297,649 297,649 00000000000000005ac18ce32f4bd40e081ac77046c24d6ee359b35cb0b937fa 0.07 MB 169 51
297,648 297,648 0000000000000000929ee2af865dcd401165f35d122dc76adca8098e2556c60d 0.04 MB 74 49
297,647 297,647 00000000000000001ec70cb39bd9485030efe1a6c50d66228d456ab7192fa469 0.47 MB 1,060 35
297,646 297,646 000000000000000073e5dcd089e85013314efe2bfa1a598112d3d62be3b5eda8 0.04 MB 72 26
297,645 297,645 000000000000000079b27e68db40eeab99fb5c4c62529d1d5708f06632e50ad5 0.24 MB 471 34
297,644 297,644 00000000000000008f4163a56999388e24f3eebb9cda028047317ca8531064e7 0.27 MB 517 34
297,643 297,643 0000000000000000339a026c17c9d7c6ff06b55547f6f018087e326cd7fc1185 0.14 MB 321 35
297,642 297,642 000000000000000038c4c0e695266c80b7c4bea8cf9fe75b93242fb38eec8a32 0.13 MB 262 41
297,641 297,641 0000000000000000346b4be2840c3eda3cfd121b02d4849c4e78b32f5da347f2 0.06 MB 151 194
297,640 297,640 0000000000000000908116911abe2e3391a2c1dcfc3decf40cf47bd98960c1b9 0.28 MB 371 27
297,639 297,639 000000000000000088db731c0ece78bd4dba7994358c73b6c192a9653ae0458c 0.09 MB 176 28
Previous 10 blocks ↓
Total Size: 661.10 GB

Node Information

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