Memory Pool Memory Pool Refreshing

3,614 transactions
1.53 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,841 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,631 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,840 (697,339 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
210,501 210,501 000000000000020c66dc8aefcdc0a0bd52476f80d6f75a38b19ae45e67e524aa 0.00 MB 19 110
210,500 210,500 000000000000031b9f89e53899f312522575871a012a7d94ba8eb2f89628af97 0.04 MB 85 247
210,499 210,499 00000000000000807449b2af2d57c3d117df22174d30a9ce18c76d82b971b5ae 0.06 MB 124 157
210,498 210,498 000000000000011ab8147bc8ca502685825e0dedeb06a493f14a870b2d343969 0.11 MB 268 177
210,497 210,497 000000000000031e3214f4e74461bce01d75fa375caf128d5c3b8b17790f835f 0.15 MB 194 58
210,496 210,496 00000000000003d0d710243d2ea20eff36bfc448bcc5ab2afcf1b9e0d95837ae 0.08 MB 154 181
210,495 210,495 000000000000029fb77b9799a3ee8ed22c41c571a57d0dc52fd0309611b9197b 0.05 MB 100 153
210,494 210,494 00000000000004ce50e2512a2feda1c4124b056db593d3c8d6adc96763ae0d7a 0.00 MB 8 250
210,493 210,493 000000000000027f03996abea2b071a11191706e9cecc341566a5bc92948f187 0.04 MB 115 120
210,492 210,492 000000000000043cbac2c241ab92d0c8417fd7ba032c30a7cf84f713c5f89d34 0.10 MB 263 184
210,491 210,491 00000000000000269b689571029327cf1b4a732f0be0b028ccb2d26a4afd61ee 0.17 MB 185 111
210,490 210,490 00000000000001bab0a9518a63898ade4d276e5c74f3d2cc875b1fa3ea88dcec 0.00 MB 1 0
210,489 210,489 00000000000000cc9ae08d46dd6914204a460b0e59bacc87bd936d48d020f0e8 0.04 MB 70 154
210,488 210,488 0000000000000275064e436daa3e47461d858936853ecf36b6bcbe8093ed4c3d 0.03 MB 72 173
210,487 210,487 00000000000003f1fc1a674fa1df965d2e51d6cb779928fc8bd6b290ad45d9bf 0.02 MB 14 42
210,486 210,486 000000000000003b2e880273f1fcae41151133e5bd368b163d541e7798d0af43 0.14 MB 385 197
210,485 210,485 000000000000049d508d01d467451efd86dabbb37d97ce196f50e5345c7f7b39 0.05 MB 116 192
210,484 210,484 00000000000000a0e3a2b04e6494f3014d9610e00d39724808a0bb1c1936c1db 0.11 MB 204 147
210,483 210,483 000000000000032d28bf7c2750075aae7dbe6c09ab2b633a77534f3c297232bb 0.02 MB 33 60
210,482 210,482 000000000000005a4e17afe4b784343f2769b81733a19f1b950eb4f9879beb12 0.20 MB 397 174
210,481 210,481 0000000000000145e515e73bbf9d57f72c590f705f50e07709016af0ee76f2e8 0.05 MB 139 137
Previous 10 blocks ↓
Total Size: 769.24 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,635.06 GB sent, 94.14 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. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

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.