Memory Pool Memory Pool Refreshing

3,580 transactions
1.24 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,677 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (664,960 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
242,793 242,793 00000000000000dd409cfb14621e4cd43c6f11d8af6d09f7e0fc1537dfbdf6a3 0.16 MB 208 242
242,792 242,792 0000000000000030b2128d5c0bb7302666ca445e708b7cda1d89c284b1e1059a 0.06 MB 128 56
242,791 242,791 00000000000000d7299eecfe2f5159e928c2f86ee54b3b20e714ee320f5ae1e8 0.25 MB 634 408
242,790 242,790 00000000000000037158b6012f41d975fb0435349fdc661f35df516e87f1ae28 0.06 MB 102 88
242,789 242,789 000000000000001abc32afa6f53dbaa36174e44f29466df9cacaea1d738fa292 0.21 MB 227 65
242,788 242,788 0000000000000095504149eb87705f6515a0c8e0c3a3f2295a304ede4bd6a56b 0.25 MB 561 178
242,787 242,787 0000000000000090148cf5a171e22285ddc7da84eae55b0b28323d767f87f97f 0.25 MB 716 281
242,786 242,786 0000000000000025e684692fecb73090111403f082ab678b407c19433dd3e102 0.11 MB 262 167
242,785 242,785 00000000000000b3a6d0fe9d8d7ea618b49d8e9bae376e802bd72d48dfec1485 0.17 MB 329 163
242,784 242,784 00000000000000afdc91b3f8336ac95045c017e4265bc1f593e963a8cb252119 0.25 MB 363 155
242,783 242,783 00000000000000062a581e7c75fb0a400e72e2b7d9c17486a14384a8ac1f37a1 0.02 MB 47 235
242,782 242,782 0000000000000093054c8773768f53807d4d1eeb72089af0347d09559e62b8de 0.04 MB 80 165
242,781 242,781 00000000000000b5f1a1d81462c7bceded6e3977aaa878928c87e7f4dfa1119d 0.23 MB 429 322
242,780 242,780 00000000000000a26c81e433ba8706e67a68b27feeffd14593dd8f14a9dafe9c 0.19 MB 260 161
242,779 242,779 000000000000007c6d7bb0711affd8ae5ee03f5c50e442f7615135425a0274ac 0.16 MB 378 491
242,778 242,778 000000000000002a3821d6c8d49c0df3711b4b94a4dd0d76e7374830ec1ccd50 0.16 MB 359 330
242,777 242,777 00000000000000b59ef89354870cd4704199fe07e68882e7fa60bc31eb4ea633 0.11 MB 196 94
242,776 242,776 0000000000000085e1526ec7ee9b915db25f494e3848dd444952410a61725105 0.25 MB 601 603
242,775 242,775 0000000000000058c1485e123d771e217fb9ea991a23509eda91b9f284318593 0.03 MB 60 421
242,774 242,774 0000000000000052e46b5f676ce6cbfb9fe266006f1efb7c01bc306388e91275 0.03 MB 64 30
242,773 242,773 0000000000000064ed6311968ece7e7e73232257deab1c35de78c7bd2fab2761 0.22 MB 522 412
Previous 10 blocks ↓
Total Size: 769.08 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,628.26 GB sent, 93.31 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.