Memory Pool Memory Pool Refreshing

2,284 transactions
0.83 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,767 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.83 vMB 2,283 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (696,587 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
211,164 211,164 0000000000000077cfac2634d2e562d17ba79355e1a0f300a263c9aa0447e244 0.04 MB 81 41
211,163 211,163 00000000000001d395d60906b7f2c1772b3706caed8729587922e6fea82b2f91 0.00 MB 1 0
211,162 211,162 000000000000017946e1254c176f3ad0ef61d0b483d9d6cf098592265906feec 0.15 MB 333 261
211,161 211,161 00000000000003595a13f4eb4bd4de5a74c019cdafe941d6c08288c903d93159 0.11 MB 216 111
211,160 211,160 000000000000035179db40028444d12732fe6064bcf197f32310bac3000f42ab 0.13 MB 248 133
211,159 211,159 000000000000023948b64248f7752e0d49e7396327cb202e36906f82f7627063 0.25 MB 688 307
Previous 10 blocks ↓
Total Size: 769.10 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.20 GB sent, 93.41 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.