Memory Pool Memory Pool Refreshing

83,380 transactions
35.03 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,576 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 1,854 27
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,575 (274,469 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
575,106 575,106 0000000000000000000112b79e0e620d0252a9232ce1139f8010ca7df2118377 1.15 MB 2,692 63
575,105 575,105 00000000000000000025c3f2abb2aadc6d5e6e2a76898607b0410610040b6cfc 1.16 MB 2,867 71
575,104 575,104 00000000000000000013ebe895d0713adc242a55b2708430232822db117d0f57 1.11 MB 2,727 68
575,103 575,103 0000000000000000001e42e652c8203fe08944334d7dd4275c6d8158522195e3 1.11 MB 2,612 69
575,102 575,102 0000000000000000001d5a9d0e8ff1b9b912c2cfd9877adbf8593610abc45417 1.17 MB 2,381 98
575,101 575,101 00000000000000000019825957026867c2c06be8139c4ad12d8bf4f8ce26bc0b 1.09 MB 2,934 65
575,100 575,100 0000000000000000000529ec2f66ff7c94f166e6c093c16f59e7ef29d38cde47 1.33 MB 2,561 85
575,099 575,099 00000000000000000023f551cb16feea54ed9603ac3391d770a658f5c9d983a0 1.33 MB 2,516 86
575,098 575,098 0000000000000000000e8d89154a3b46ac60b20f7be3d0757c4c874c1c614803 1.34 MB 2,415 83
575,097 575,097 000000000000000000288411bcd12752c321d07aad601fb96c58fdf47bbea47d 1.34 MB 2,749 73
575,096 575,096 00000000000000000005ef52cbc75b940323bda2351b14ce3017900f6568132b 1.23 MB 2,607 99
575,095 575,095 0000000000000000000ac940613ccd45cd99930ade8184c3489d09bc61330eab 1.28 MB 2,938 94
575,094 575,094 00000000000000000025a1711742d6b133d5e84ed9efe35279a9cf1c9ae7cf04 1.39 MB 2,700 79
575,093 575,093 0000000000000000001a24975559be12ad3744188334607ea7ddf40a75d9c501 1.38 MB 2,413 87
575,092 575,092 00000000000000000003ec96621841e94229902d6549eace1dad14b3192c96da 1.27 MB 2,536 111
575,091 575,091 0000000000000000000ceb655b7de13306579ed13c0d5eea9002726824d579fa 1.22 MB 2,989 156
575,090 575,090 00000000000000000007c76a30d5fe0f98b06e75627339baffbaffa5ae50349a 1.25 MB 2,123 49
575,089 575,089 00000000000000000027e65cc52661a712a8fb7dab16071fe6ba6a2c53165f53 1.13 MB 2,561 20
575,088 575,088 00000000000000000022073e391471a3d22ca18c7653f508b026466ce9653499 1.24 MB 2,182 92
575,087 575,087 000000000000000000278966a0f5047f5cea43e04eb27c4927e8b8fc36b33859 1.26 MB 2,720 61
575,086 575,086 00000000000000000022c0d082eff260aa87a686896fec8ef275f9b55a3b36dd 1.27 MB 1,792 14
Previous 10 blocks ↓
Total Size: 660.70 GB

Node Information

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