Memory Pool Memory Pool Refreshing

3,052 transactions
2.62 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,814 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,726 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,813 (785,585 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
122,228 122,228 0000000000005fa0835aacc4f2a85141dae0e9327077a27f0bd214e8073d3ccf 0.00 MB 11 0
122,227 122,227 0000000000006b8ebf0aa7efd2f9c43838a6f56d93f607e262d240e3c832031c 0.00 MB 13 311
122,226 122,226 000000000000603e91cd20d72f3e0bef1578cc92fd858faed2d2e950af84ec35 0.02 MB 32 1,223
122,225 122,225 00000000000078273b1619f0927e2a4a9e5355f04ab886ecf50bb17b7754de9f 0.00 MB 10 0
122,224 122,224 00000000000091c0e7ef473417e795e8a294afb2f9da3a516a02aa759311ddd9 0.01 MB 19 0
122,223 122,223 00000000000047e2ffd047d55e56120061aad3e533e8a74d2b030a84698aec2c 0.01 MB 13 192
122,222 122,222 00000000000046c4d228fc6cb844dd89cc010f91f97bc7381584e622d6e245cb 0.00 MB 9 503
122,221 122,221 000000000000876251b4de8b997b9f445e1ffa9d3df46a7c35dbb3029daf0046 0.00 MB 14 276
122,220 122,220 000000000000573b86184d4035d75b038afebc87e1f36a669c853161d9f08ad3 0.01 MB 16 0
122,219 122,219 000000000000252737c9fdf64e6455f489f090e85d5bb4bcd5d8afb67c26f40c 0.01 MB 19 408
122,218 122,218 00000000000021f2e03647bc29bfe41e4ff6dc21c46a28dd4e3cfb1c6dd369a1 0.00 MB 11 0
122,217 122,217 000000000000697dc3cfcd8aff958dfc8c3479aa20a393e267f6841fb055142b 0.01 MB 19 150
122,216 122,216 00000000000086dad167319f93a9bbaa5525e1a82e023d0a4f969aacf8608b94 0.00 MB 13 794
122,215 122,215 00000000000072e95e62666d4a3bab93fe451bc7bf1dbe6abadf357668f78f2c 0.01 MB 29 457
122,214 122,214 0000000000002c28ff9f63ffe309bf25fbe8b5c856a34d4548556f13cafd80c9 0.00 MB 6 347
122,213 122,213 00000000000045dca62fb987c5101527ed4a31a39da124d3a3744b1f819e31d5 0.00 MB 5 1,008
122,212 122,212 0000000000008cdb430d73bf13c9add2a6a8b893016ec04ead92123b8c22f5eb 0.00 MB 10 310
122,211 122,211 00000000000075fab1fad3b5a9b2e7a1b905d30ae347f6a0bd309352e23c85e7 0.00 MB 12 645
122,210 122,210 00000000000021cb9477c95e330d086203918c833f6b0bf5bc9c83c8739f5aa2 0.00 MB 1 0
122,209 122,209 0000000000007e9f5b146dbdf5bf0d7c17600c0ad454633aee32472ac7e30155 0.01 MB 43 503
122,208 122,208 000000000000858114643df757d146220b21f183d8f0ce993fa37e4e73894787 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 769.19 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,633.68 GB sent, 93.89 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.