Memory Pool Memory Pool Refreshing

71,553 transactions
31.22 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,726 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,163 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,725 (195,833 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
653,892 653,892 0000000000000000000b0d28eb64ab9ad8e38e7f508d978df46e090dabf1a1fb 1.29 MB 2,568 117
653,891 653,891 00000000000000000006dda9fba18a496b68a91a8ed17033c7a8a16fc99d3d86 1.30 MB 2,321 144
653,890 653,890 00000000000000000005ae1656a4b1c6d908ceeee3597fe0c284aa10b6022328 1.37 MB 2,886 149
653,889 653,889 000000000000000000097d8a37a399587a30bb22a292be799b9e856ad248154c 1.28 MB 2,708 105
653,888 653,888 0000000000000000000c65566534f23d928357c94020639c6285a2eea36150ad 1.26 MB 2,965 112
653,887 653,887 0000000000000000000a3cc998ea571e0c84651da12674f15dcb44e02e092181 1.13 MB 2,829 100
653,886 653,886 0000000000000000000d523a9df89204641d296b37091f4ffa6e8e21e5a42ae9 1.36 MB 2,753 133
653,885 653,885 0000000000000000000ccfd1f99cafd7aa859ace533686550074a30b37779517 1.35 MB 2,889 159
653,884 653,884 000000000000000000017f231af5c9a469b1a73285f6c4f28a249c374d8de233 1.17 MB 2,127 126
653,883 653,883 00000000000000000009140b447a869fcd8a4fb71984f52c829fce12445de424 1.18 MB 2,493 125
653,882 653,882 00000000000000000008ccc5f93c993219ed424dd78a23c30e1dd4465d45afbf 1.33 MB 2,942 124
653,881 653,881 00000000000000000009e09b8b75bb61f7738d26c0bd30784b30bf6b5baad2c4 1.30 MB 2,495 161
653,880 653,880 0000000000000000000a476ab4f21236b81b91d30841c92ee1aea22d61775cdf 1.33 MB 2,936 136
653,879 653,879 00000000000000000007b5c9846e7b07bd05850095f0596d51a0e7a767d0b94a 1.35 MB 2,067 142
653,878 653,878 000000000000000000080927fb2f392f819500ac008455b838858a4c2274dce7 1.34 MB 2,348 136
653,877 653,877 00000000000000000005f8e1a4e314939273bd5e5d6fc74402ce47a9b6c8a7a5 1.39 MB 2,878 161
653,876 653,876 0000000000000000000b997b22a85e84c039c368ab8dceae8ec3d9c523e4f573 1.32 MB 2,562 164
653,875 653,875 0000000000000000000221c0bc1e7c3f75cd293d71ec5e43456d582ce21418a7 1.36 MB 2,318 157
653,874 653,874 0000000000000000000b104f3a757f978ca1068489334a203a96a8d6eaca42de 1.20 MB 2,743 73
653,873 653,873 0000000000000000000307afeeed4fb786192802f3d70975cd2cdfaf01b214b9 1.33 MB 2,808 105
653,872 653,872 000000000000000000083c640a286ad7ce00b06abe6d9bb217212176f7517aa8 1.09 MB 2,289 77
Previous 10 blocks ↓
Total Size: 660.99 GB

Node Information

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