Memory Pool Memory Pool Refreshing

72,615 transactions
29.16 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,711 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,229 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,710 (150,935 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
698,775 698,775 0000000000000000000d919547ffa2149e11cd3291ec5d95031566b3e6c2913c 0.69 MB 1,141 14
698,774 698,774 000000000000000000067be0cdfb006519f58039c352257279a5dd820d5b2f4f 0.84 MB 795 5
698,773 698,773 000000000000000000046785fda32b8efd8170e4955f1bccf3972526d56e5207 1.35 MB 2,005 16
698,772 698,772 0000000000000000000aed017ff078b9dbc4e4825f6dd2c9986d413eddd95c85 0.99 MB 824 1
698,771 698,771 0000000000000000000a33c6ac863eee8c76ca72435f25d679609c0949ac9374 1.41 MB 1,580 16
698,770 698,770 00000000000000000001e4184639e5600d3fb4c4e06c2a625e76804c4bc93cb1 1.52 MB 1,297 2
698,769 698,769 0000000000000000000d29f4d731512ba63854f918b95db71c43b6586f02ec6e 1.48 MB 2,415 17
698,768 698,768 0000000000000000000dca6531c53fd457148b167565e40ef63f65521cb33924 1.23 MB 1,409 18
698,767 698,767 0000000000000000000624d76f52661d0f35a0da8b93a87cb93cf08fd9140209 1.68 MB 1,786 11
698,766 698,766 000000000000000000005237d9769d1a6ab5abde42dbb6a359123686c925a28a 1.77 MB 1,857 9
698,765 698,765 0000000000000000000b927488fc9d66053c47c60b09243703eb8d16f3fa2e3a 1.70 MB 938 4
698,764 698,764 0000000000000000000c39fd74f8f2fbc559bc25ba2f553854ff57461d12d739 1.66 MB 2,150 12
698,763 698,763 00000000000000000000ab824cca6ffba23abf6dc9903a7efc49bce3811c80d6 1.59 MB 1,337 3
698,762 698,762 0000000000000000000b829b4283d32a55951954d91732793879cce028793730 1.49 MB 2,296 15
698,761 698,761 00000000000000000005d0532f8dbbd47ff2ded51b139df69899bfe0c896f5a7 1.43 MB 3,109 24
698,760 698,760 00000000000000000004cdaa0938d58f4ec2d40b69ea2857246430cb7ed3843a 1.44 MB 3,067 17
698,759 698,759 0000000000000000000762eca529c4d51e742b580030f14ac85b2456ef3e2127 1.39 MB 1,571 9
698,758 698,758 00000000000000000007abf46fe47c53b5ab2e8de45062eb2d095533f38d3312 1.21 MB 1,366 15
698,757 698,757 0000000000000000000c6f7030cd6cd17972cb33dd2fe1f847a17c22bc628cf2 1.51 MB 2,603 22
698,756 698,756 00000000000000000004cd84faaf4485feaf8471209926764ca9b2074adf46e3 1.56 MB 2,027 25
698,755 698,755 00000000000000000005b8a46a782a889552259d0afe960f55de2ccc6df153fc 1.65 MB 2,065 6
Previous 10 blocks ↓
Total Size: 660.96 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: 652.49 GB sent, 3.85 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.