Memory Pool Memory Pool Refreshing

3,949 transactions
1.09 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,472 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (705,610 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
202,253 202,253 00000000000003e62e267f131c8f97e23e3c5398c8038771e3968d246c26badb 0.00 MB 8 29
202,252 202,252 0000000000000104bdebd6e245df3c67d00c89b6ab0fbef56c1adcd537deb08a 0.08 MB 250 1,283
202,251 202,251 00000000000001fbf836851091d13abfe7bdb0de4577168cf15298a2ab09fcae 0.25 MB 743 190
202,250 202,250 00000000000004bfccb542e9834e04fd1e25627aa074ced81c1cc92a34cb9773 0.05 MB 127 262
202,249 202,249 00000000000003afd5c211a316f511084137bd53c686474f930c0f53008281e5 0.25 MB 374 144
202,248 202,248 00000000000000555c0e6efedb7f9952446ac860203c4295d8e1cb2a017677e0 0.25 MB 870 262
202,247 202,247 00000000000001a7597bf308d9ea22ff64a87ed8a071235246547a2817dd7d4a 0.44 MB 964 144
202,246 202,246 00000000000004d41fa00436e6fd8c210c7ad35d5405b9511d50d6818974775a 0.00 MB 11 198
202,245 202,245 00000000000004985c89461ebd473ac1058f75df59e0e7345d785d8191a8fc8e 0.05 MB 118 121
202,244 202,244 0000000000000468617489cc7c02cca6d3ca300f28e678b300843097c4168e61 0.25 MB 251 63
202,243 202,243 00000000000001d2bb3130573e521cf50e6ef23c752216baae0edcda573dc676 0.25 MB 805 210
202,242 202,242 000000000000006a104a63979fa95d5aa2162ef9e972e4ccfff66013767143e3 0.13 MB 343 151
202,241 202,241 00000000000004c37ecdfda3561cd9f53f944eb4823a4c6d2163d5151e2f179d 0.23 MB 453 136
202,240 202,240 000000000000047d73708fe2de130ebc9492ff46226c14c8c93d1d8d44e27f91 0.44 MB 860 115
202,239 202,239 00000000000002305b59670b53b06217a8d911ce3928b610abf5216b4fe750fc 0.25 MB 482 165
202,238 202,238 000000000000043355bc593c62162b06e42113dfd071c6dcd3ca66d3663d333c 0.30 MB 320 58
202,237 202,237 00000000000000492d73ed0056449f207f0e6589d3670c0b87295aa2847aef78 0.25 MB 579 110
202,236 202,236 0000000000000372655f141b70a706524de1a9efeeaf8ee32ea721077d2b3fff 0.25 MB 767 364
202,235 202,235 0000000000000357cdad78b7c7fffba6bfee81b7b3133a80e500f1d17769ac60 0.05 MB 137 21
202,234 202,234 00000000000000153ba253fa44170944c81be07e0c11ee4afeff2a0ce3dc67a4 0.25 MB 795 246
202,233 202,233 000000000000041279bc7a4ef55ab97151e18288525f2cef342b4e8f31fab8ab 0.03 MB 88 166
Previous 10 blocks ↓
Total Size: 769.28 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.57 GB sent, 94.33 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.