Memory Pool Memory Pool Refreshing

9,858 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,101 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (710,615 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
197,222 197,222 00000000000001d73ad5a6f0b8651695ea605ac79e6f100e2af3446b30f00ac7 0.07 MB 195 371
197,221 197,221 00000000000005e8054b126309d08c4b2ac8ac7f6c291ab6ca9fa354e445c243 0.04 MB 63 51
197,220 197,220 000000000000037efc8ea0a22f0880cc14aad8e49b41575a5c3814528238653c 0.11 MB 195 93
197,219 197,219 00000000000005ae4613d91a64a22862f3bbb23f52102128e1dfe7f60b881665 0.25 MB 586 130
197,218 197,218 00000000000004b7cb5bf6ba55b8de947d3b94e6d8c15144e224f76761cfa7ff 0.42 MB 972 281
197,217 197,217 00000000000002d7398ff9542d9d478977c1741b14692f2f115a92d343b90604 0.13 MB 319 153
197,216 197,216 0000000000000022b832d43a722e51933276e00e722a625cac8fb0fc3a925476 0.00 MB 1 0
197,215 197,215 000000000000017a287fae08fc5d7588ba318ef1627ba083c4330a9bb9894d61 0.00 MB 1 0
197,214 197,214 0000000000000259e0064fa0286cd7dcd3f2421dfea784700ea671f494ce0d2d 0.03 MB 67 115
197,213 197,213 00000000000000fe693bfa81deb16e4be9f90fcd31f059b21bf59da9f930f4f5 0.01 MB 27 353
197,212 197,212 0000000000000636d20e14c833316e139cbf6d8a28d3771e1313a926ce732879 0.14 MB 329 239
197,211 197,211 0000000000000106a761f9bc882b486460db6dfbd6afb8dab464b7f0316615cc 0.09 MB 180 151
197,210 197,210 00000000000005405219d4ed095059df920e0ff018d6e4ec308a3060f1d212b3 0.12 MB 297 204
197,209 197,209 000000000000040aa2304339ee2eeffded226cb6d5a0e13c0d8cc794cca59a75 0.24 MB 490 146
197,208 197,208 000000000000005d952a8915b7e46f6ec8fd3f0fcb6ff45e5815797f55c2c47f 0.00 MB 8 156
197,207 197,207 0000000000000225a8dc7b482816c074a1314717eb84604842bc9d674d144756 0.42 MB 896 115
197,206 197,206 00000000000005aa9f47c687ae1af5312291edd3a535b8f51bae5b46f2550e18 0.25 MB 553 142
197,205 197,205 00000000000000ed45c75b7cb6588459387cb4b53fbf11734f3b14b8786b36c8 0.01 MB 32 18
197,204 197,204 000000000000047e90f20204a28ad247bf13d1060f2fc00ab043bd1fa2b2d739 0.05 MB 152 126
197,203 197,203 00000000000003694eb4db8876a09c537928ed7ae21af21900d7ac7614593373 0.42 MB 810 186
197,202 197,202 00000000000004ad9bcd4080b471383d7169ea43e039e1392d2dbea711903474 0.16 MB 459 168
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.00 GB sent, 94.12 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.