Memory Pool Memory Pool Refreshing

4,841 transactions
2.21 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,738 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,948 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,737 (257,447 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
650,290 650,290 0000000000000000000746d6923ebc9522c4ebf4b74ab6242bc82e7fbb84ca09 1.43 MB 1,651 6
650,289 650,289 000000000000000000095f4b6203fe008852f14b1fb021a773599e455641808a 1.15 MB 2,497 9
650,288 650,288 00000000000000000007072b65400e529c39b5740a8e0db3b8ae51f9828f177e 1.58 MB 2,154 41
650,287 650,287 00000000000000000004efff125fc115de4e2e8c95ecf830b388a093ebf1713f 1.22 MB 2,581 13
650,286 650,286 0000000000000000000a5be9fc345f43a958e5c4e6c7b6312b038b2cefaf6799 1.41 MB 2,828 46
650,285 650,285 00000000000000000001173336390959521b786a77bf4ab56125a27f669b0ce0 1.47 MB 2,510 44
650,284 650,284 0000000000000000000aa24031f4032ffabf50201ac5c0e426a2106559647cc4 1.27 MB 2,585 63
650,283 650,283 00000000000000000005cde0d0d1ea26fa1d28b762d1d1ec03227ba7d963fd94 0.70 MB 1,244 25
650,282 650,282 0000000000000000000a9dc48920da0d931c057534ab7ea29967df2d4e49adb9 0.29 MB 621 35
650,281 650,281 0000000000000000000962f526c5d151efb34166507281c8aa40da751674c9c4 0.12 MB 231 28
650,280 650,280 0000000000000000000308ddf5a7f187fdbed226c221d58f8f1c0e22139ddb7e 1.12 MB 2,630 3
650,279 650,279 00000000000000000000bd0b822183931221c1d10eda80e5254b638600e5f580 1.29 MB 1,933 13
650,278 650,278 00000000000000000009222ab44806c89ffeac1afb7e94c3e3cbbf950e375e7f 1.35 MB 2,933 58
650,277 650,277 00000000000000000005a280761c349e6a455cb55a17bea6f3021052104d6f6c 1.37 MB 2,754 54
650,276 650,276 0000000000000000000b336c6ffbcb9e7efadd67546ecdaef0436a4a605182f0 1.16 MB 2,449 30
650,275 650,275 00000000000000000004d06c853220864a3168d37baf909c3890f819a77f307d 0.67 MB 1,445 37
650,274 650,274 00000000000000000001c1e1341a89a3f069b8bb7c569ecd632ff477493a40c4 0.50 MB 439 9
650,273 650,273 0000000000000000000dc69297a4fb9674555c0041ae3aa3751b33f33563102f 1.28 MB 2,461 29
650,272 650,272 0000000000000000000bae0dbafdeaa356dc6b55954ea3ff62712d5bc4b3de2d 1.17 MB 2,324 24
650,271 650,271 0000000000000000000110beced5dcb528a4f8cf4140323b84e303000b347ad2 1.36 MB 2,525 41
650,270 650,270 00000000000000000005bc12ecbb4609ccfd3201e81cf40e80f790bb5477eb5e 0.58 MB 471 16
Previous 10 blocks ↓
Total Size: 769.05 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,627.64 GB sent, 93.14 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.