Memory Pool Memory Pool Refreshing

66,401 transactions
33.20 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,685 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,035 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,684 (680,920 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
168,764 168,764 00000000000000f2fec6569790268ac03f68b577b0089fcf831e3746d68d30af 0.00 MB 1 0
168,763 168,763 00000000000003bf99b657ecbe93e438cfe49816eb1150fc8d79e853df0c28b9 0.01 MB 11 39
168,762 168,762 0000000000000b284f9f7004a30660af000d540a757092010c805872e8329fe3 0.00 MB 11 106
168,761 168,761 00000000000001b20aa7bba5170e459fa002916ec517d76d01c19da9ad4857cb 0.01 MB 16 210
168,760 168,760 0000000000000124f9b5a7e1e1f9a50dd1e3cc1a211c72dc9d6ad45b1a2974da 0.03 MB 44 73
168,759 168,759 0000000000000294b30317c2b2c00c0a088bda1002c5763307f5c242ec327f49 0.01 MB 39 3,724
168,758 168,758 00000000000009c0373213ada73fef94649887da4fa7c1d142123ddef8f0ee3e 0.05 MB 143 57
168,757 168,757 0000000000000878f246c28cf8530f8e397d351e24068f1ae22dbe4238c8e6aa 0.05 MB 83 81
168,756 168,756 000000000000006429552a7bcffd27d3662f79ebc8c8e6b8cab1937d480aa58a 0.00 MB 11 1,811
168,755 168,755 0000000000000c0f96faaa3b5eef73d51d8a8e2c142778f789fbe9f20f47fb6f 0.03 MB 49 19
168,754 168,754 000000000000092c772fc14aa377730ed3c1431b30b5e97a01c741513baf629d 0.07 MB 134 115
168,753 168,753 0000000000000b7bca7cb0a1da98bca823b5f3ffe896caef224a1978b359dd87 0.05 MB 168 10
168,752 168,752 000000000000062cea1da538fb6ead924a154165d44a3ddf80ba967c8c7ec772 0.02 MB 29 92
168,751 168,751 000000000000081d2deb64f19c78f498b2050a03b90f51dcc9955c5ba22e4aa3 0.04 MB 85 70
168,750 168,750 0000000000000bd673a81cda6c4fd19f922d5d5c85bfe3047707dd0cbcdbb9a4 0.05 MB 83 112
168,749 168,749 000000000000049c8e0f89f9936ba94a4d78d0f3149d73835aa273ef9f8e5040 0.01 MB 18 126
168,748 168,748 00000000000007a0d447e61c6874221f417ea8833b6ca112757a718a8764ec5a 0.03 MB 52 268
168,747 168,747 000000000000094ce6115a16ae51f4d3b3e40992217d1e23cc6d3d31e23a2c42 0.04 MB 86 551
168,746 168,746 0000000000000b3972245d7a0c01f6be86c3b31c95ce157f5affa4ed2dad65b7 0.00 MB 10 187
168,745 168,745 00000000000003d17f132ec1e089dbab7fa04550cad66c93697f83f851675cc1 0.04 MB 99 112
168,744 168,744 000000000000022d3afc0b96da937b6bf89c43c57393490fa67f1f3171f2757c 0.02 MB 55 113
Previous 10 blocks ↓
Total Size: 660.91 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: 629.60 GB sent, 3.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.