Memory Pool Memory Pool Refreshing

8,209 transactions
2.73 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,843 (670,206 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
237,637 237,637 000000000000017a38ab33d78455e1f599045ede5eafc23442626cb3f841fcb4 0.09 MB 134 120
237,636 237,636 0000000000000154e2fc0d5d97e5deec0de889ddadb63d91d9c158ecc850cbe8 0.17 MB 186 85
237,635 237,635 000000000000012ea7114ff170646a031f2e1ca96f94cf379868db83c9517d36 0.25 MB 580 174
237,634 237,634 000000000000015611c5889ed10a12b36f40b3fca7381bf35d4c699c13bea71e 0.25 MB 616 174
237,633 237,633 000000000000004020280bbdfb3675a759e03cf86bde6a6e4900e6167bac6f8e 0.07 MB 89 79
237,632 237,632 00000000000000abe85a7cda4a278e62a9b501950266e22297c7005d1720e335 0.23 MB 564 204
237,631 237,631 000000000000000fd30e80a55ec83e5aa4ed43c2c33ec1409e90887f79cd22e9 0.10 MB 125 76
237,630 237,630 00000000000000a1340fca3c70c31375d0a3fdc86fb7e78e47285178010e633c 0.14 MB 280 173
237,629 237,629 0000000000000119d3b2cc96bca9d603b5660656cc794cc20e822e75a6e8ccb2 0.22 MB 194 61
237,628 237,628 00000000000000140b1bd3cd71ab480ad3c8b4dcb080c1553938345f945f3e74 0.25 MB 585 206
237,627 237,627 0000000000000174c92a41e243b50ba671f3cfa794979faadfd0f3f1a72dbfef 0.28 MB 536 132
237,626 237,626 000000000000012e9c74acaddd8a8b8dd3b485d7ebde11c98a8f38359d0058f0 0.10 MB 192 135
237,625 237,625 00000000000000bcbb83199d678ea9aeb56de000c386dd53b4d7f569aca3b707 0.15 MB 301 172
237,624 237,624 00000000000000a24905ace902152f04372045d2c35785de633cf699b4750f1a 0.02 MB 39 147
237,623 237,623 0000000000000127e68f008ab09270483a0f6d323f867ec0c609f05513c66b76 0.03 MB 63 171
237,622 237,622 00000000000000a563c8f68c4e7b63344b423c65e97818a9391f9956dfc4b8e8 0.15 MB 305 179
237,621 237,621 000000000000007adfbc2aad42fa1a648b2ea66f0127c1d34505575dfd52ec08 0.07 MB 148 127
237,620 237,620 0000000000000085aa8294fcf5a5676e2845e8bff4c83897ac9190361910f9e1 0.00 MB 1 0
237,619 237,619 0000000000000015c784354da19ad26ff6bb73b464c45694ba0c34322e0bbed1 0.19 MB 215 94
237,618 237,618 00000000000000df9709228c1e6cf0e3f184e8fa70b4e64da0fff048e035a7c0 0.25 MB 737 233
237,617 237,617 0000000000000147e9116ebf6da07db79a08d8b6244273027b70991ecf71faf4 0.12 MB 211 94
Previous 10 blocks ↓
Total Size: 769.25 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,635.14 GB sent, 94.17 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.