Memory Pool Memory Pool Refreshing

71,197 transactions
37.54 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,800 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 4,311 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,799 (101,147 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
748,652 748,652 0000000000000000000836df90ae18b60178599e6f0188d47e56e5b258cabc15 1.70 MB 1,143 3
748,651 748,651 00000000000000000000d1dd3cb11144dc579c46602996399756bb6271a49260 1.29 MB 1,512 16
748,650 748,650 000000000000000000061311e9cf88ceb76128824316e3e7828673dbed982aba 1.26 MB 1,895 28
748,649 748,649 00000000000000000002205f68d4c385dbe20a835e61a7529ffb2bd04019eefe 2.17 MB 527 4
748,648 748,648 00000000000000000008edbaa3daa22122d5a580dad48c210e4862911ea4d52e 1.76 MB 1,673 10
748,647 748,647 000000000000000000038d5f2aea675987237e7a1824cbd0165744c219a8aac8 1.57 MB 2,076 8
748,646 748,646 000000000000000000069c057cda9144b9ed94f84a9c5dc94181da7471fcab2b 1.54 MB 2,712 22
748,645 748,645 00000000000000000005b13419c4ed8fd4ccaf5b1895d62931eb325edf77f947 1.63 MB 1,816 11
748,644 748,644 000000000000000000096197e185289a566877c812da125e7fae9aaa5f098a3f 1.50 MB 3,119 27
748,643 748,643 000000000000000000065860c4ec227b2dbe0c7e176c2e3f12ffddd0d3a77f4c 0.27 MB 164 6
748,642 748,642 000000000000000000042d627a8d212cc28e4cc7e13888ea29cff8ba9c4a4e1a 0.90 MB 1,072 13
748,641 748,641 0000000000000000000026a4a2395f15cf96d0020f6a9cb3aaa97e0213577217 1.10 MB 915 13
748,640 748,640 0000000000000000000976832a546d860bfe870836abaa18addd2345c391c4f3 0.24 MB 274 10
748,639 748,639 0000000000000000000450188bd657f1792001dd6a73409138343d21dacc8ae5 0.64 MB 582 16
748,638 748,638 000000000000000000096696b0fdb1a1ce77383ae94208248191b3e08f7a3488 0.03 MB 60 15
748,637 748,637 00000000000000000002cd6f452a6b379d4abea20d1bd065b04fcd67be2a41c4 0.47 MB 729 14
748,636 748,636 000000000000000000098142e6580ae326d99663f2afdf23ad24847fe939ac46 0.80 MB 1,132 16
748,635 748,635 000000000000000000035b64b61531fe59f84bd030da5161c3ccbc6e25283b17 0.13 MB 209 18
748,634 748,634 0000000000000000000819ac4689b2eb239b64f9e24b2dd2adfa6269d011e5fc 0.26 MB 470 15
748,633 748,633 00000000000000000001df7a2f53931773f9a918c1c5ac01c213468ab92d647a 0.00 MB 15 16
748,632 748,632 00000000000000000000d859d43b224193c5ff5792f339cb3c9ddbe10aafe056 0.23 MB 407 22
Previous 10 blocks ↓
Total Size: 661.13 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: 743.24 GB sent, 4.79 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.