Memory Pool Memory Pool Refreshing

61,698 transactions
34.49 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,672 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,950 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,671 (521,258 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
328,413 328,413 00000000000000001e136706c537ec534588700f941f949247b06a6a162f3a66 0.11 MB 181 25
328,412 328,412 00000000000000000cd2ea82cb306ed1fbc9df6191396323384dbfd1ddb70f99 0.02 MB 41 16
328,411 328,411 00000000000000001b0f46e8cf259560420a2e13f3686d27bc6aaf60eafdf167 0.35 MB 504 23
328,410 328,410 00000000000000000a9a272dd0deae0cd7e7c62a3b7445f00ea4419890d5b5c8 0.56 MB 1,175 27
328,409 328,409 000000000000000004172236b00be82a56bd699d18c04b1b49b5cf18d6a59d49 0.40 MB 933 19
328,408 328,408 00000000000000000ec18587b3ae3d9616c648a12f45eb805b489ed802eab1a7 0.19 MB 340 33
328,407 328,407 000000000000000016146469cebedcea3cf1273726c7532bca552b1167eab5a0 0.35 MB 736 21
328,406 328,406 000000000000000018e64444f25cea395f9a6685cb22184d0e65a2f0d263423d 0.10 MB 136 15
328,405 328,405 0000000000000000124cf295d17ba6bec2a5dd7ae8debac2b4974880f6053ee5 0.75 MB 1,558 33
328,404 328,404 0000000000000000062cc94f95f133f4028f6fba4bd2f2a49e83cc413399e479 0.37 MB 756 29
328,403 328,403 0000000000000000017c002efa8873fe6e9c1b1ac7076cd3ccede267ef938b50 0.33 MB 706 32
328,402 328,402 00000000000000001ad400d94bcefa5712325b159b9f0c20f83ab74f69d91bf0 0.08 MB 142 17
328,401 328,401 00000000000000001c5742a912f23a40808a828a455e2312e7b4d51348b4e04d 0.54 MB 620 17
328,400 328,400 000000000000000010d0295487f0b5a4e0090eef7d45522ae1c9775c97457466 0.75 MB 2,167 157
328,399 328,399 00000000000000000441376f1f56869a138d20561d7bfaa335d30c4026d554f3 0.58 MB 1,086 28
328,398 328,398 0000000000000000196241e1acc1f75034eaee1b0679a346f5db99eea8a8e8cc 0.59 MB 1,115 29
328,397 328,397 00000000000000000d8714dca53a45c24a5a4ee4505f9d29f221ec3345de667a 0.07 MB 148 28
328,396 328,396 00000000000000000efcd90463de7fa5f3b23e3523c2d70a32a21f34427addf2 0.22 MB 271 18
328,395 328,395 00000000000000001b6ac1b06d53ba284d34a369cea5e80ce3599a495c39b7f1 0.75 MB 1,417 32
328,394 328,394 0000000000000000145448fbaa730a6b1437111857f13eba6986a7c05e3be8c5 0.08 MB 49 13
328,393 328,393 0000000000000000118fe357fad954c023622a97ba22c5b80331dc91cba0fec8 0.46 MB 792 25
Previous 10 blocks ↓
Total Size: 660.89 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: 621.35 GB sent, 3.61 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.