Memory Pool Memory Pool Refreshing

84,024 transactions
35.81 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,609 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,086 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,608 (194,386 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
655,222 655,222 0000000000000000000326cb2d00443dcb5adf45ba764529c14e0fbfa3e5af80 1.20 MB 2,455 99
655,221 655,221 000000000000000000052fc99efab0d5081b616efe588636c1cda23d1a3a3144 1.39 MB 2,788 292
655,220 655,220 0000000000000000000e6263510b57b7cba1427ca3a2805bcb03146c6f9e787f 1.10 MB 2,597 82
655,219 655,219 00000000000000000002bf318c2c4fcedafe720942ccd179ea5fba891d39cbdc 1.26 MB 2,699 176
655,218 655,218 00000000000000000001400d44cf50c616097db3d642e70c700dcff3ff6cd11b 1.18 MB 2,118 136
655,217 655,217 00000000000000000001614ae5afb6b42f9c1eac2e5a516142a408efd6aeb28f 1.14 MB 2,378 65
655,216 655,216 0000000000000000000a61bd37892671c364271bd672fe30f2bd580e5c2be05f 1.23 MB 2,719 186
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
Previous 10 blocks ↓
Total Size: 660.76 GB

Node Information

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