Memory Pool Memory Pool Refreshing

98,092 transactions
34.23 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,561 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 6,580 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,560 (266,679 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
582,881 582,881 0000000000000000000559bfdf0efc6c43d65262ed19951c76a16d249b27210b 1.52 MB 1,238 65
582,880 582,880 0000000000000000001bbe09f3a1690d9cba9a2665cedac3cae1bfe0d072c4a0 1.54 MB 1,464 58
582,879 582,879 0000000000000000000e65a7af124cb42608d390de0af306b53c8fcec24ba92a 1.26 MB 2,333 68
582,878 582,878 0000000000000000001581289c0a09b1e91da8ee096e9c0c5fde159b98d117f0 1.25 MB 1,760 153
582,877 582,877 000000000000000000077ec504d021de004d440c7660a24cf7adc3e85101ee87 1.28 MB 1,509 68
582,876 582,876 00000000000000000001186d45443ae8fd2f873afd1f4734204777f0b2ad0382 1.27 MB 2,642 146
582,875 582,875 00000000000000000010fb1578eae8c91d9c04bdadc6652cb50ccf97e2a69b32 1.20 MB 1,959 92
582,874 582,874 00000000000000000000b069feefa0e7ef543dcc8cc15ab63e7acf4f78f866b1 1.13 MB 1,820 83
582,873 582,873 0000000000000000001395ffb9e7b945be7cdae35156769ab547b06e1b471742 1.24 MB 3,201 105
582,872 582,872 000000000000000000023d791ea3c93497f9ee72f1f1452ce769a3c0e20dc389 1.22 MB 2,912 117
582,871 582,871 0000000000000000000f8794a46f0113efb700a6e4e8900cde55379b5ba313aa 1.37 MB 2,669 157
582,870 582,870 0000000000000000000ebdcaa3a4cf6be6480474f6f63f135d7fbd47640f61f0 1.37 MB 3,130 211
582,869 582,869 000000000000000000164c367cddd8cef1d52285519f5fa8b4e97afc90c2f683 1.18 MB 2,026 92
582,868 582,868 000000000000000000184a8a631447df2eec1c9f7ffc5f07817c156d22c380e6 1.32 MB 3,205 180
582,867 582,867 0000000000000000001937e6b9a2ecf163ba84a886f58c85de4eb7679de98b00 1.25 MB 3,033 136
582,866 582,866 0000000000000000000c42274c8cc1b9a8d3b3f11666b5f6b4c122f0073dc944 1.20 MB 2,729 128
582,865 582,865 00000000000000000015ae1a86ed1429a6dd9479477ebe6932af41fa0c663d48 1.27 MB 1,716 170
582,864 582,864 0000000000000000001aee4ee5477e3d0e5fc4a16ba820c452d0433ca76a38c0 1.34 MB 3,104 202
582,863 582,863 00000000000000000005bc465b198b4bb863110ec6ed8deb64e27172ee49c385 1.23 MB 2,968 144
582,862 582,862 00000000000000000022ef0352699bcb283d3446a54bd6c6bf8b5cd866e55a7f 1.32 MB 2,442 151
582,861 582,861 0000000000000000000d9756cee971709147619db2919ff82182fd0272529d2e 1.34 MB 3,069 221
Previous 10 blocks ↓
Total Size: 660.67 GB

Node Information

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