Memory Pool Memory Pool Refreshing

83,319 transactions
35.95 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,926 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,150 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,925 (194,710 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
655,215 655,215 00000000000000000002acf14496053db52676ba28a2efd9bd3f818d7812f5c2 1.14 MB 2,572 91
655,214 655,214 0000000000000000000e8cbe2588ad8f61d9594d29245eb74ae510057068ac79 1.26 MB 2,516 211
655,213 655,213 0000000000000000000398c9d0cdf4c681df9d7c56b0e7a1cc12a28f162e2ce9 1.27 MB 2,647 192
655,212 655,212 0000000000000000000d14cc2b3a2d925b0e192c2619cc323b85027d9a45bab1 1.34 MB 2,204 96
655,211 655,211 00000000000000000009b4d94737c05201d6840118a5461ef5b58966544228fd 1.31 MB 2,518 302
655,210 655,210 00000000000000000007a55807083a853f3a1027384f652d4b3a355748644a9d 1.23 MB 1,982 301
655,209 655,209 0000000000000000000abff22c1ae0c3f9c74354f49c8ac3f244bfe2e341d229 1.30 MB 2,745 235
655,208 655,208 00000000000000000006bcb5888165f334a6a071943e82f2e7b688c1bf407805 1.36 MB 2,907 311
655,207 655,207 00000000000000000006a6b7bd73921def14af149f6d13f639af7afafece3de8 1.20 MB 2,236 109
655,206 655,206 0000000000000000000df9d814239229c68c15e6e1e5f4117fe83198f81a915b 1.19 MB 2,467 112
655,205 655,205 000000000000000000086b5f6a11e629cd18391a40aaff74c78812b08d99fe52 1.23 MB 2,545 154
655,204 655,204 00000000000000000008168705e46d944bdb806216abc13d7482f878903c7517 1.22 MB 2,262 73
655,203 655,203 0000000000000000000f980e0c2cf35d455f8fec4733713e22d8ac95af073ad5 1.12 MB 2,385 91
655,202 655,202 00000000000000000006096932e31b13e7986988022a05b9e211df1375d2df4e 1.39 MB 1,758 72
655,201 655,201 0000000000000000000b4079a1890c1675f383a4229839e9b9af19a720f6ee3d 1.25 MB 2,006 121
655,200 655,200 0000000000000000000be6439455cefcb61e62eb9b0f47f2c99d2de2ce8dd144 1.26 MB 2,108 208
655,199 655,199 00000000000000000005e17383e25f65b531d50060b99ed66f673ea251949e4b 1.11 MB 2,335 65
655,198 655,198 000000000000000000014d6cd66111102850efc9d9e8f8ce1d04f8a8d33fbaf0 1.05 MB 2,824 56
655,197 655,197 00000000000000000004e13ad7013561f717896bbf70742ffc6834b2f3d546f9 1.26 MB 1,518 177
655,196 655,196 0000000000000000000437a06616bf211b278dcf3328ee5252f5f13ce6904584 1.17 MB 955 272
655,195 655,195 00000000000000000000a355b02d13af60206ab07d7e3fedd36a0aa615af2746 1.32 MB 2,751 326
Previous 10 blocks ↓
Total Size: 661.37 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: 854.28 GB sent, 5.91 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.