Memory Pool Memory Pool Refreshing

9,167 transactions
3.03 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,842 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (696,512 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
211,185 211,185 00000000000004d524a79a48521fc677f584aa4c1cec0ecf4b2320e56d10bb95 0.00 MB 11 168
211,184 211,184 000000000000038fd1525688e1cea6b8b37f77f6955d3f7d5f28e47f96a3b625 0.05 MB 152 77
211,183 211,183 000000000000044f995c536b899056947f99962410f7eebf68a5cb9428fbb0c8 0.46 MB 1,035 146
211,182 211,182 000000000000021000ce5dc6681b0dc68f3c9e5f74f73bb3a7cb37c52901c0de 0.15 MB 534 173
211,181 211,181 000000000000012a543cf752e6104c7a12935bc0ce6b7e8a5058c42104b41384 0.12 MB 233 133
211,180 211,180 000000000000033a40789515f6c3d9c741394cc2a1579fc60e40e027ef315152 0.20 MB 481 182
211,179 211,179 00000000000000c0197d99aa524a4b250fba19a5532a6329d2a5dc14b9032073 0.20 MB 504 198
211,178 211,178 00000000000002840f0d815f2c08c3b31def9a0620168cfa3dc5f557d6b3ce8c 0.03 MB 96 212
211,177 211,177 00000000000003c586e9cd9b6ea2e4eac8de72994e4572784dfa4e43b55c971b 0.14 MB 305 182
211,176 211,176 000000000000023d807d2bb16bca35ef312c4940d13540eb62a5c5a1b9861b0b 0.05 MB 112 196
211,175 211,175 00000000000001c674fb9556c4f54a84366c8c766119ee671e3dcfc4b3bba969 0.19 MB 341 157
211,174 211,174 000000000000041630223abd613967632c20ed319851eb52adc55dde7b83a02e 0.19 MB 467 183
211,173 211,173 000000000000005f88b0af7c1a59a7ccf8b3caf02b12cb7737358bce958eb7a6 0.25 MB 601 216
211,172 211,172 00000000000002813614531cd75fe5479ee036f393e36306d6a870277f4ef33a 0.26 MB 410 136
211,171 211,171 000000000000009db279f3c5e569b0ddd8b8af0260b1631b747d6cd1d50c90ca 0.20 MB 615 406
211,170 211,170 000000000000037418dc6f67d4090796fbe755dfce11680d246777998fbf23b3 0.26 MB 554 137
211,169 211,169 00000000000001eec2914199cba5216a805d0af8d4a6dfcd782445ada5a172fc 0.04 MB 62 73
211,168 211,168 00000000000000e7e791578e73937c3def13b4a7bf8b74b3743abfd056118996 0.18 MB 274 145
211,167 211,167 00000000000004794c9171c5a55589788c76137f744dcd286d6b100ea1695abc 0.25 MB 656 230
211,166 211,166 000000000000039e43efb9a989413f3ecfe03f460002d7277c374f6b83f1163a 0.25 MB 674 221
211,165 211,165 0000000000000177881fba3a47e5f265f319fab5da19dd33dc337d4232eb733b 0.08 MB 243 121
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.