Memory Pool Memory Pool Refreshing

2,981 transactions
0.94 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,000 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.94 vMB 2,971 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,999 (724,400 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
183,599 183,599 000000000000052b27ec269a3768c3ee6957abac94e822614af3cec4d4338007 0.09 MB 99 72
183,598 183,598 00000000000009e331908920dd612253c87fbc66c1f92d180028c70d15168a0f 0.00 MB 8 298
183,597 183,597 00000000000004ba55ab2510cfa67e4edc02d629cb49c9e0db69c05232f8114a 0.04 MB 97 47
183,596 183,596 00000000000005175a2acc4ed8eaaf579af16fd4334b7332edd4f029b36f5bdf 0.10 MB 128 72
183,595 183,595 000000000000040136527b2e89c07cecb5cd8bc5b75cc0ad29f7d38c7286bf01 0.04 MB 99 45
183,594 183,594 00000000000002e12e62d73d42d340b18ba45b8c0c2ab9ef118acdb0a6705f42 0.00 MB 1 0
183,593 183,593 0000000000000141938f084e0e47ad624ca54ec21bfd089d23910bc4feaa3dfc 0.19 MB 436 146
183,592 183,592 000000000000004b6075133abec96414afd6a806ef95cd0901bd2236a84af907 0.00 MB 1 0
183,591 183,591 00000000000006539301e5697079c1d170b74472d817ff7f8c30dc185d4764bd 0.11 MB 132 111
183,590 183,590 000000000000047bf86cd1fc0d23013a802efd820316f9004cb2067a6413b0fb 0.01 MB 18 7
183,589 183,589 000000000000038a0126ddf65567c9f7c03ea5ccca5770f4c4777bf0dbe6b5de 0.02 MB 70 197
183,588 183,588 000000000000052e1fe7f4ba0975062e1615964e70e8ce43a087ae8cb84f3b12 0.01 MB 14 507
183,587 183,587 0000000000000390d23a3eddf88c33f6adf641d44272088c57b106ce059f9984 0.03 MB 79 146
183,586 183,586 00000000000009db571b09223e2608d2331e5f1920bb4c85d42ce6dea52a0428 0.05 MB 138 145
183,585 183,585 0000000000000510aa23af60fad33c7bf1fbd80dd67fcaf809a4376c8bc737fd 0.11 MB 236 179
183,584 183,584 000000000000067d4a0b13151ee4a70b8b2bcbf46aef03390d3c2a21d3bb5b43 0.14 MB 309 118
183,583 183,583 00000000000006921dc070ecc6900d0d306ac9416288e27f31fac5bad41cd935 0.05 MB 147 164
183,582 183,582 00000000000009c9d7f6e40fbd860eed8fe651434b25774704fc8028acda62b9 0.14 MB 358 142
183,581 183,581 00000000000000639cce2c3ae69329304dd806b4239d27b2c56eac570f0d95c0 0.02 MB 66 118
183,580 183,580 00000000000000f5088b33f400c1ef595d90d0ff7d503666abbd95f4aff84f51 0.04 MB 62 108
183,579 183,579 00000000000004ab94421aa2362535a111cb2039742c3fb44437a933517f94fa 0.13 MB 256 50
Previous 10 blocks ↓
Total Size: 769.54 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,648.57 GB sent, 95.66 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.