Memory Pool Memory Pool Refreshing

63,642 transactions
25.47 vMB
Show Random Selection Loading Transactions
Max Size: 145/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,705 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,747 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,704 (360,823 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
488,881 488,881 0000000000000000005ded20a32101b88cf10a373884b21c6c47756d8ff749f6 1.06 MB 2,140 152
488,880 488,880 00000000000000000009c4eca8531cf44e39af8be1b64b71b1ffe54cacbd86bd 0.75 MB 1,193 106
488,879 488,879 000000000000000000e12d3f2d843f6b352a614cbe16596f4b863a38595cd97c 1.02 MB 2,361 173
488,878 488,878 00000000000000000066f31f00411919f849bd32bdf0266bd0cd7d959a260728 1.02 MB 2,136 172
488,877 488,877 0000000000000000005017ff43c7273cf595cfb2f25f8d7c1dc3b286feb008e4 1.00 MB 2,402 169
488,876 488,876 000000000000000000383e8080be95e07d3d0b7d90a261ad87836413933d12aa 1.03 MB 2,584 73
488,875 488,875 000000000000000000f82d9538b8bd96e8b74a2afde4343b69785c19fe93bc13 1.06 MB 2,148 70
488,874 488,874 000000000000000000981ba85925e2ace42e1eded159e7f42104d4d8148931bb 0.53 MB 1,112 145
488,873 488,873 00000000000000000080229c757a124bc00974c4405ebb2e120ce5fd57c840e3 1.04 MB 2,165 81
488,872 488,872 00000000000000000098007ad31ffc3c104dc8b48cf5e87109d24777b2d8e908 0.13 MB 104 107
488,871 488,871 0000000000000000002426f4f41c780211b09d444f8b18bd9df72fef5f02d58f 1.04 MB 1,883 19
488,870 488,870 00000000000000000033e2da91f11168aa6c0c273a6b3f6720e6b2a0198e2f12 1.00 MB 1,565 36
488,869 488,869 000000000000000000bb0ddb9f1566ffb7a21b8859da92ef932e150a6738303b 1.03 MB 2,000 123
488,868 488,868 000000000000000000bcaaefbee83a84d2f86968e5c13ddb303c8e6f1cfe83bb 1.11 MB 1,936 51
488,867 488,867 00000000000000000081dbaadbccbd44f3f9c37f7727d9351b841d84b3c92dd1 1.00 MB 258 15
488,866 488,866 000000000000000000c0e14634086cd654f6f9f0d32094f9b2f849b558522a14 1.01 MB 816 58
488,865 488,865 00000000000000000094b019fbdf854d1826e6dd839febfafbeef003572f99a3 1.00 MB 132 8
488,864 488,864 000000000000000000dc26b4b29ecb2dde9307ac119e263a97db195881d7a3ff 1.03 MB 1,759 81
488,863 488,863 0000000000000000009263878fd783b497ba48bcc351677cbcd9fe2b8eeab760 1.02 MB 2,202 137
488,862 488,862 000000000000000000d294e8cba6a7d5e1200f611b6d9027091dd6f5219db542 1.05 MB 1,167 67
488,861 488,861 000000000000000000c5dd27f7ac94481e5d149050af77703b4fdd704699a53e 0.75 MB 944 77
Previous 10 blocks ↓
Total Size: 660.95 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: 643.30 GB sent, 3.77 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.