Memory Pool Memory Pool Refreshing

5,630 transactions
1.80 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,648 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (701,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,445 206,445 0000000000000074e5637dac7864fe6e72ed9f4621ef46db5c6cdc95bde635c1 0.06 MB 151 172
206,444 206,444 000000000000035f584f2f7cd8a2066b3dcdbebfcec531a74674a9d0b6280bd7 0.07 MB 188 178
206,443 206,443 0000000000000333b06fc221f43729ed561b476d69f6c8f5fe1d0129ba108914 0.09 MB 63 77
206,442 206,442 0000000000000125ef3a47e668ce065373f313f22b203f537f2ffca5843ab8ab 0.10 MB 274 211
206,441 206,441 0000000000000338fa629f573b098b6ece1599862e839d0cd830b1bb261a86db 0.02 MB 41 174
206,440 206,440 000000000000047d08faaeffecd1ade6c0cf519ed17ca12f329b687b1671f914 0.13 MB 309 202
206,439 206,439 00000000000001d615456454b639533f818aec2484b4a0983277689d4bdbfe41 0.03 MB 79 159
206,438 206,438 00000000000002a02b9507a5c4af1b5a2a018383762cd8732e5403fe8d60aea0 0.03 MB 66 170
206,437 206,437 00000000000000024d01c2801c8b7de388ddbeb92c1a98ac05460d39ffa94d1e 0.05 MB 116 133
206,436 206,436 000000000000003af33e529ec82a5f0c75c26762c143e0dc45ee51e935976604 0.01 MB 25 208
206,435 206,435 000000000000022fe713eb0210c17afd221270c757296bb0271cd8a62084bcfa 0.00 MB 8 127
206,434 206,434 000000000000001984f1ce5dd9c0770e6e394b1ac19c764091d81d7def3bf04b 0.04 MB 57 107
206,433 206,433 00000000000000803d951b9afaf001beaad143d7ba33ff527cb28855412deeff 0.14 MB 286 154
206,432 206,432 000000000000002b29291b12136689d49b475fa174af8c5b2cc01569a3fb5093 0.00 MB 10 160
206,431 206,431 000000000000000dec0f0817751ddacf8845ccb2059f1a47c831ffaefa55c6cf 0.08 MB 163 176
206,430 206,430 00000000000001fa01e107844695132d9a7b5477e3b88cf69aef4b07b09bb400 0.05 MB 102 104
206,429 206,429 000000000000032aeb6ca25a56a114fbf62fc8bc3fac619e1855870942a45ef2 0.18 MB 421 199
206,428 206,428 00000000000004b0a57af755fdc5395844c0a1d531d9462bdcadce35d506c7fb 0.02 MB 45 134
206,427 206,427 000000000000035bafd839bfc6b0d294b9a62ae8355417fc90cbc7e79df8724e 0.06 MB 97 136
206,426 206,426 000000000000033e5cf5b2331c5b87b5d9655e19b002c12bba3a3635ce37dcec 0.02 MB 37 161
206,425 206,425 00000000000002f6db0a8f19e8e736f66404096d89cc9f779d8bd67c840337d7 0.07 MB 152 169
Previous 10 blocks ↓
Total Size: 768.99 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.56 GB sent, 92.76 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.