Memory Pool Memory Pool Refreshing

71,678 transactions
33.69 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,790 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,895 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,789 (275,101 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
574,688 574,688 0000000000000000000daf97ab977f0f3bfbcafd26f747d5cdfa01af708f08e3 1.16 MB 2,884 82
574,687 574,687 0000000000000000001252d2647673495ac60a83432a8ea929b1cd48a31ae5e0 1.13 MB 2,365 45
574,686 574,686 0000000000000000001ca47f6a8d0df38fd490c066223320c29963f357b15227 1.24 MB 2,625 51
574,685 574,685 00000000000000000028d76e99f0c092cfe336f5cc8842016694dd1c0d00fd52 1.25 MB 2,637 67
574,684 574,684 00000000000000000006d11e5b20ab0522ba5dd0019721aaf7cc74abf2065c68 1.25 MB 2,505 81
574,683 574,683 0000000000000000000629c3216ee677427a1c544c7e34a2f3c4fac0b85f5096 1.07 MB 2,786 12
574,682 574,682 0000000000000000001885cd48dcfcaa1e1716b856ada3e634916f63552addf2 1.13 MB 3,163 44
574,681 574,681 00000000000000000015cbe50ac8eb77a8ca2fcb0bbff749f687a1e2462a7651 1.20 MB 2,819 59
574,680 574,680 000000000000000000159e020f68c36a26843791036e12973c81f6cc63f7d8b2 1.05 MB 2,782 21
574,679 574,679 000000000000000000220f9fd51401dbd9799543dc49bd560282f42c934bee97 1.19 MB 2,701 56
574,678 574,678 000000000000000000223913934194318f51487e007eba2773d431fcc04faf4a 1.21 MB 2,331 15
574,677 574,677 0000000000000000000ca3966111b724407565465db92be3c3a51b4de34a0d56 1.22 MB 2,780 68
574,676 574,676 0000000000000000001b543d8b30b9065170f2ca552becb2223318c7c65317fb 1.29 MB 2,985 53
574,675 574,675 00000000000000000001c1d8caea6c0396fa4a616d5fede2528c29d671d5d138 1.30 MB 2,726 81
574,674 574,674 000000000000000000115cd1b362e5544ed9cc1adb4796fbc41683ba9297fbf2 1.25 MB 2,546 73
574,673 574,673 000000000000000000281a0bb0a8dcec95cf15396112f84920906c2f80cc0ec2 1.19 MB 2,859 88
574,672 574,672 00000000000000000020f472a01be39a4573af42b23195520cde64a489a7fdb5 1.22 MB 2,405 122
574,671 574,671 00000000000000000029833a5e1843d1e943b9e49d59333fff1618396a7ead5f 1.20 MB 2,669 114
574,670 574,670 00000000000000000027e6615a95fa7a8333ffee200bfff4ab0114cd437c426e 1.05 MB 1,718 155
574,669 574,669 00000000000000000016489ba0b001b98f88c0c230eb5836db76910e852c8fb2 1.07 MB 2,286 36
574,668 574,668 0000000000000000000609d1919825cd3c21ac641bc2282e20270589dfea9964 1.22 MB 2,805 52
Previous 10 blocks ↓
Total Size: 661.11 GB

Node Information

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