Memory Pool Memory Pool Refreshing

48,157 transactions
35.46 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,371 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,439 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,370 (390,929 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
458,441 458,441 0000000000000000002ab18166de2eb90894321abeab5dd628728142c3546a52 1.00 MB 1,527 230
458,440 458,440 0000000000000000012d03505a856d8abc5893ef711eee040b68aa73797aeff3 1.00 MB 1,908 133
458,439 458,439 00000000000000000054fcdcb74e7e3fbbd4885b1e48a709f464750dfcad195d 1.00 MB 2,311 217
458,438 458,438 00000000000000000002db00094ef6288dba8c33382fc69ed3b1883573295f66 1.00 MB 2,414 158
458,437 458,437 000000000000000000867699e8d2f1cdd9523382f739eee57e06b546705ade18 1.00 MB 2,278 207
458,436 458,436 0000000000000000015ea6dc140a58528a392d90be544e690c4bcc3cd689db9a 1.00 MB 918 56
458,435 458,435 000000000000000001efeac4c53a86d25fa524f7f13d5689ee5bb330a5a7f8ff 1.00 MB 1,799 128
458,434 458,434 000000000000000001460209852a6a29cd43e906d6320b1fbe3207a679b321bf 1.00 MB 2,264 208
458,433 458,433 0000000000000000012cb2ff593e5841ebeede65fdbbc04f091f66afcfd8b187 1.00 MB 523 42
458,432 458,432 000000000000000001eb434792e3983d4885653f96eadfbf93f9e73f4172f3ee 1.00 MB 1,913 151
458,431 458,431 0000000000000000005b3484d6e8f1e8237f68099d8a3b520afe7fc84c990201 1.00 MB 2,102 162
458,430 458,430 0000000000000000019a5b36a9f9836382ae1d02c60d7efdb05c2cb364aa8258 0.75 MB 1,229 98
458,429 458,429 000000000000000000af1959e66d5f4dec15a814889a4644d8ba6b790fd7b7bb 1.00 MB 2,135 158
458,428 458,428 000000000000000000af6a02b95166dea784223789c0ffba323c4254f792eece 1.00 MB 2,167 214
458,427 458,427 000000000000000001d9c6a650abccca87d330697a267d1798ca59aeb26cc564 1.00 MB 1,115 50
458,426 458,426 000000000000000000f8a4c9ba59f1758627e8d5728e1d3c72996a38fc9508db 1.00 MB 1,685 136
458,425 458,425 0000000000000000019b1b62e30e0257324a5d6395455ce9cb47e580c000eaea 1.00 MB 1,914 129
458,424 458,424 0000000000000000021081dde85e861c1950bcae33a0430fc77d90f8fbba458e 1.00 MB 2,243 189
458,423 458,423 00000000000000000088f778ca3c3d4119d114b3b38987345407e8ad224e4be3 0.75 MB 869 89
458,422 458,422 000000000000000000f227c068e47f325b78ea65bfe0e42e4d578d8cbc7a3c6e 1.00 MB 1,624 132
458,421 458,421 000000000000000000792254bcaf7affceafa1cee43721fdbff17156ab66e603 1.00 MB 2,424 158
Previous 10 blocks ↓
Total Size: 660.32 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 89 incoming
  • Data Transfer: 280.18 GB sent, 0.88 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.