Memory Pool Memory Pool Refreshing

77,770 transactions
32.56 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,587 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,005 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,586 (496,449 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
353,137 353,137 000000000000000016b9e5a389349cd8826a87bfeee1b60bba2569b72e95d7c6 0.31 MB 514 22
353,136 353,136 0000000000000000013b62460334fdcae209777da25328878fac387365739df7 0.10 MB 70 8
353,135 353,135 00000000000000001024023fddbcd725aeb4da1915cfdf022f86d7ddf199c618 0.09 MB 184 31
353,134 353,134 00000000000000000b5854fa31f77a9af80928e140840ba191da20b5a3ddd703 0.17 MB 197 5
353,133 353,133 00000000000000000b7efc9ff07d0f5ae4e7a2b37a458dfac4b129beb326cad8 0.75 MB 1,531 18
353,132 353,132 00000000000000000c68e9495877c2025f07d5a9709a0f7467dd0a5bd9aa7e04 0.75 MB 1,333 22
353,131 353,131 000000000000000014d8c2d07df3b33957a3ec9957a99b2863f481c4e18d55e7 0.75 MB 1,000 21
353,130 353,130 0000000000000000034f88718923c35de8c70d49d92d55ca22f93284748d964a 0.75 MB 896 21
353,129 353,129 000000000000000011df6c89978a5977f24cd590756b3e40fa4800055c26c5bf 0.75 MB 2,003 35
353,128 353,128 000000000000000001ce33eb2ac1b58469c3b2f4421d2ed90ffddb2e6eaf9d21 1.00 MB 2,846 35
353,127 353,127 0000000000000000120c8628b9076a0d71460dea0b78616b94f43d50fa1290f1 0.13 MB 433 46
353,126 353,126 00000000000000000ccea043b0d0abffaff28a64289029ba3f0ab76acd40dee7 0.75 MB 2,266 40
353,125 353,125 000000000000000012ba845314495c6b490a471cdd013637691f5c0c9a8f1cd4 0.22 MB 513 27
353,124 353,124 00000000000000001537d155534a4166f00aadc0e09aeafdcc5cbc370913c059 0.34 MB 567 19
353,123 353,123 0000000000000000014c190780b9fafa29f55e19076e42bf7768124e846277a7 0.75 MB 1,801 35
353,122 353,122 00000000000000000486738e5881e96309e189c4d61f8f7930aa02d02ec00341 0.29 MB 525 14
353,121 353,121 000000000000000010710809746bb7f448e7ed344f665c5136275af7cfce7af6 0.75 MB 1,669 28
353,120 353,120 000000000000000008a461f900a33ce50243f655c0594d63d1e3f0dd2e43da2f 0.75 MB 1,545 30
353,119 353,119 000000000000000013baf5b3aaab44141d3e21e91df4a13b459d595b0d9cad70 0.43 MB 922 34
353,118 353,118 0000000000000000001751c3181f6cfae25dbf5d35dad719042d83c48b253b6e 0.68 MB 1,441 27
353,117 353,117 000000000000000002e476a3049d27f8ce0a171845277307ba2bc5f7beabcd8e 0.10 MB 119 10
Previous 10 blocks ↓
Total Size: 660.72 GB

Node Information

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