Memory Pool Memory Pool Refreshing

51,968 transactions
35.83 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,358 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,565 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,357 (142,610 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
706,747 706,747 00000000000000000009f8ac0b0a964ac60edc5a57e7207f93573ce28882b73d 1.39 MB 2,582 23
706,746 706,746 00000000000000000001876ba3492d8cde0c3ea6e0945c2f9dea381fcae6109a 1.07 MB 1,863 9
706,745 706,745 0000000000000000000bf4d7d0bc8c05a42b537c001ebff59f92b20990fe2022 0.17 MB 356 10
706,744 706,744 000000000000000000083fa33dcb9d5be5137d27af79ad1a0a8a825dacde372f 0.87 MB 1,380 3
706,743 706,743 0000000000000000000852048d84b88ccd1f411401baf398ff84f415d0f181ff 1.44 MB 2,705 14
706,742 706,742 0000000000000000000c16f12abb73419313aa0cc7dfa729411661888dbcb52e 0.70 MB 1,278 12
706,741 706,741 00000000000000000003ff93565e75100b5218c1473a6ed302b68e3b32231546 0.98 MB 718 4
706,740 706,740 00000000000000000006700910a593ae46357b9d8ca10c61abf16e4c7a12b60b 1.50 MB 1,848 7
706,739 706,739 0000000000000000000a7ae32724380b39fb0da98dcb63f5f67e10ab4b5ad778 1.45 MB 1,898 8
706,738 706,738 0000000000000000000d99a82947f05a259416992a0891bd066b8f551d96e2b7 1.41 MB 2,527 11
706,737 706,737 00000000000000000002a3e164d11d5ccaf243fcf552fa7781675794c94fb3fc 0.59 MB 824 10
706,736 706,736 000000000000000000064bc844f16a7a254349f97949f6441e913f80610d46e8 0.02 MB 63 8
706,735 706,735 000000000000000000055a29fbc517990639be3eb903c49e373a44b3c496ce40 1.05 MB 1,263 8
706,734 706,734 0000000000000000000cff3b6d884f8e9c38abaf2b283629a611ee1df75a0274 0.51 MB 719 10
706,733 706,733 00000000000000000000ea7912840a9ba1f22d6ac788df73ad94095a74cfadd5 0.60 MB 1,042 11
706,732 706,732 00000000000000000000445f7312e3e56cf92497c0fd12a4b4751127c5af89e1 0.14 MB 183 22
706,731 706,731 0000000000000000000ce194d841013feae6c17226b683785b2fda236aa0f2d5 0.56 MB 976 11
706,730 706,730 00000000000000000006355572127d85a89dfc15a985caefb0b7550e46bc0731 0.76 MB 1,042 9
706,729 706,729 0000000000000000000d9dc8ff864daab0e8a3d4c4934344ff821d729f7247c0 0.62 MB 583 10
706,728 706,728 00000000000000000004184725be7e0f4e9310263718298608cebf0506fd62e2 0.41 MB 466 6
706,727 706,727 0000000000000000000392bf718e86ef2145bdf3d37fa90beb225bde9c704937 0.68 MB 1,047 10
Previous 10 blocks ↓
Total Size: 660.29 GB

Node Information

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