Memory Pool Memory Pool Refreshing

59,265 transactions
31.69 vMB
Show Random Selection Loading Transactions
Max Size: 164/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,750 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,759 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,749 (95,559 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
754,190 754,190 00000000000000000001f9131a5f6d5541dcfe7002689f35b171325249e0f667 0.25 MB 520 15
754,189 754,189 0000000000000000000506ebc25e1bebb6b41d9c85a6795aa166b412e50b4342 0.80 MB 1,417 13
754,188 754,188 00000000000000000005aebb2db3287e62458c212d46395fd2442df2199abf7a 0.09 MB 233 13
754,187 754,187 00000000000000000004ff58558a4e5c08dc0cde7367047da48010e7d2393b29 0.58 MB 835 13
754,186 754,186 000000000000000000081e3a2c4c26c6d6b336212010b15966e5ef2eb7e9c4be 0.71 MB 702 10
754,185 754,185 0000000000000000000572a3c2f410a5e5d6547ea2115d804c94e70dd00308c8 1.35 MB 1,424 10
754,184 754,184 0000000000000000000083221f10788f574a41b0f5f8a777d45bb4cd47d667b3 1.45 MB 2,622 15
754,183 754,183 00000000000000000000eb1e849074328e55e11da13c57d348dc18a51454d56c 0.78 MB 1,348 11
754,182 754,182 000000000000000000078f5a4a2f3d67d5e6b260aced77bd49bd04029606ff96 1.23 MB 1,712 10
754,181 754,181 0000000000000000000611f6864030608a687101a6795ee573af293c6f7fa40a 1.50 MB 3,217 13
754,180 754,180 00000000000000000004cddf77a98f9f851f8f68bdde3f4abd4b39ba4a3987ac 1.18 MB 946 7
754,179 754,179 00000000000000000001e3111b2805d6bb68538287e46f45e10863af1926f542 1.59 MB 2,446 11
754,178 754,178 0000000000000000000463f2206b8c5771f03d8638a45229f10843c7cbb75cda 0.50 MB 394 6
754,177 754,177 00000000000000000000efbc1fb3d64272d3bb42316fab38abea0bbb55208b38 0.46 MB 328 9
754,176 754,176 0000000000000000000055541e915a82af0dda476fba08e5f40ac0cbc79d6197 1.55 MB 716 4
754,175 754,175 0000000000000000000792ad8eb8a7123c88a5e89b2fed178e069fd72c40d26b 2.31 MB 124 1
754,174 754,174 00000000000000000002491003b376557ec3144fe9a38de8d0dc87650c08ddc0 1.78 MB 1,634 5
754,173 754,173 0000000000000000000844d8248e3881ec015096b20b3da5c751eed1718a979c 1.52 MB 2,822 15
754,172 754,172 0000000000000000000834e708a467cba25b1b9c39e92c4ac6b8706ece30ce59 1.18 MB 944 12
754,171 754,171 00000000000000000008ac0d2512135e841365337fc503f46493bbdbc124c54a 0.34 MB 503 10
754,170 754,170 00000000000000000001be695a62949851bdcf245ee86532f2f6e174691aed51 0.37 MB 721 12
Previous 10 blocks ↓
Total Size: 661.04 GB

Node Information

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