Memory Pool Memory Pool Refreshing

76,881 transactions
31.31 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 849,552 (384,250 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
465,302 465,302 00000000000000000105f7c2b30f70e814f94b8a1f23ad11f3a02870a7fd5be0 1.00 MB 3,292 230
465,301 465,301 000000000000000001d738a293722800232e7d3f606fef028f67f547bfdab1c0 1.00 MB 2,999 283
465,300 465,300 0000000000000000011386083010ac969ea03ebd13565a23d8fa1b844b49c941 1.00 MB 1,966 187
465,299 465,299 000000000000000000e0814b31d5ffe73ce339b4b2ed9b418ea258fc719cb74c 1.00 MB 2,317 151
465,298 465,298 00000000000000000187c1c8bb4a0e7719aa941bca8bddc24665b592e150bd7a 0.99 MB 2,475 189
465,297 465,297 00000000000000000058f4d940773f730328ba7a4044cc7368b3289f1984ce6f 1.00 MB 3,553 162
465,296 465,296 00000000000000000071756186d282597703ceb5a28484ae9fc361eba594c795 1.00 MB 2,099 265
465,295 465,295 00000000000000000198156075ee5f5911cd311f6a73d7ddf9842fbea477653a 1.00 MB 2,631 194
465,294 465,294 000000000000000001450a5ae077ddf62c5aca32e8a4b0f00b24c04233d0987e 1.00 MB 2,076 225
465,293 465,293 0000000000000000017a55ba7b8a39711e2551197be995e537fb2378556aef02 1.00 MB 2,431 134
465,292 465,292 0000000000000000015509408a6a11058f29a81ce0128a4729cae4ac83ab59c7 1.00 MB 2,126 255
465,291 465,291 0000000000000000000db357af937b794664aa8c2d943b90531df77ddfefd836 0.75 MB 1,696 381
465,290 465,290 0000000000000000020134ba569ba4d169eee1461ac6e50627555afced35189e 1.00 MB 2,002 301
465,289 465,289 000000000000000001fa713ddd6dec0d5c7b32500410cd7a9440c3b35e18c7e9 1.00 MB 2,959 186
465,288 465,288 000000000000000001da8547be673ef7775ba249698b8eddc44fbecc46e4b323 1.00 MB 2,924 202
465,287 465,287 000000000000000001cd560f3a377be9e2957fefa6a0c7f2ec0cfd98f98db7fe 1.00 MB 2,208 169
465,286 465,286 00000000000000000111c5ea3f185a7c747df7237d71ab59a3cf9295da7d574f 1.00 MB 2,427 237
465,285 465,285 00000000000000000218f48396524ef6b00500c1c1402f046a99feeed7caa027 1.00 MB 2,315 191
465,284 465,284 00000000000000000036911183f7dc50d84d88f861019f2ff9bf7b88176c4b99 0.19 MB 397 164
465,283 465,283 000000000000000000acbf86d8e05d9d9e5312f235b574a22be404433a42e02f 1.00 MB 2,558 62
465,282 465,282 000000000000000000821da724dec3dd5635564b380266ee06f54e6c5da86564 1.00 MB 2,172 175
Previous 10 blocks ↓
Total Size: 660.65 GB

Node Information

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