Memory Pool Memory Pool Refreshing

579 transactions
0.26 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,774 00000000000000000002349e0000000000000000000000000000000000000000 0.26 vMB 575 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,773 (645,988 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
261,785 261,785 000000000000000868aa69cd54951b7e9bd91964c58965cc5e936b13b2adcb14 0.14 MB 240 90
261,784 261,784 0000000000000017c3af153779115c304675cebe22e12a18655b1866feff0f2b 0.04 MB 59 43
261,783 261,783 0000000000000008fe35d26ee1206e53e0ea68df6d76f61cd1fcba062499073b 0.07 MB 167 101
261,782 261,782 000000000000000085878c78647d29dced2a136e8018406b40a080a2c69ec346 0.16 MB 353 128
261,781 261,781 000000000000001796678158d6f636b99e257b29825acd8a9d5f7c3ec4dace67 0.09 MB 190 128
261,780 261,780 000000000000000a78299aca2ddb4f73446f154843b3703cc6e065ce16f1288d 0.22 MB 543 126
261,779 261,779 000000000000001841a25d421d0038b4461c009d9c8683a710e917577232f8a6 0.04 MB 52 27
261,778 261,778 000000000000000635475df2e693381bef0ae38e3bb71df3d8354d211164b4ab 0.02 MB 41 61
261,777 261,777 0000000000000005fcb872d0978b040bd558f45f28f988c81271e047929220e9 0.03 MB 64 98
261,776 261,776 000000000000000cb5f5b089ded129f80e944f41042568ced59dd8487b1e90d1 0.07 MB 60 26
261,775 261,775 00000000000000189ba487181f82d94219bc674f849f7f40e614246b856d2107 0.04 MB 77 36
261,774 261,774 0000000000000008760f5ac7a79848ebf25bb4b60fa441c0747820aff306f65a 0.14 MB 303 95
261,773 261,773 0000000000000011b3748aea2bbf43ec06eb39dcd6e13a88d85d190e2d050123 0.02 MB 49 43
261,772 261,772 0000000000000012acceaf8560a4133bdd1f7c7c25a2c4b2da22c6fcb516b16e 0.20 MB 497 120
261,771 261,771 0000000000000008cbb6d19b2108406055cb3cb778ece647b7619cae937275cd 0.24 MB 482 90
261,770 261,770 000000000000001aa2eb55ece778976db554441ac658eb5d0c34a61496428f24 0.14 MB 265 84
261,769 261,769 0000000000000006e959ecf5790f1c638133e87c1f09ced322712d30d99e3886 0.09 MB 211 100
261,768 261,768 0000000000000002d1e87ba8e170905e8baefd34838402a4519102724cc06d13 0.16 MB 269 79
261,767 261,767 00000000000000051c855182e34fa51b0faecc7007a296e22e6e6528782b1762 0.06 MB 60 39
261,766 261,766 000000000000000bb09ab6d36a997f745a0dbd1c9fa99181f96542734f9ba223 0.19 MB 441 126
261,765 261,765 00000000000000058e4efcda38a2defdf39765afe9cd563f689ba9a97df7dd66 0.08 MB 156 61
Previous 10 blocks ↓
Total Size: 769.11 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,629.78 GB sent, 93.46 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.