Memory Pool Memory Pool Refreshing

10,281 transactions
4.53 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (563,572 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
344,151 344,151 000000000000000002c94bc79c7a9e5e6757905041e79006aed470016ab9e477 0.26 MB 732 43
344,150 344,150 000000000000000005d6c34bd66faefc9e8d5776dda459cb58faa493dbc657b4 0.14 MB 219 21
344,149 344,149 0000000000000000168949f6d431b9eabd3db4762f82009ba835e8168d80e3cb 0.09 MB 132 20
344,148 344,148 000000000000000014c1b9c05f51c8ad93dc4433deaf9131f8b8cbee9fe32f37 0.29 MB 546 24
344,147 344,147 000000000000000004fccc8f908ae830f285cdd83d67a68c11536882ba55d27c 0.12 MB 257 28
344,146 344,146 0000000000000000171148cd0127c44f66b93f663c028f496058c1412d465f2e 0.09 MB 157 23
344,145 344,145 00000000000000000907dab3afe4ef03ab35a899f290e9e33220ff186064c7e4 0.09 MB 173 29
344,144 344,144 00000000000000000ef3da9af36ed731b813be34578eebc1a137750142afea91 0.19 MB 327 25
344,143 344,143 00000000000000000242b6edd4e9223d1923fb2bc45f38bb86cba27060815fd3 0.25 MB 459 24
344,142 344,142 0000000000000000174d287220ae6160b656e7da0c68ce1f3d16e550a67b295f 0.02 MB 18 6
344,141 344,141 0000000000000000157cf38b7e4d838dae74f7ffac98a5e7beca332cf984e69a 0.34 MB 395 19
344,140 344,140 000000000000000009478a6f80d407a12b9a621d5229c9de424d670cbf7f540f 0.16 MB 332 25
344,139 344,139 00000000000000000fa3769b4dfe7146b530adf43f8473a0f7f1a0a7a3f48a5e 0.17 MB 317 24
344,138 344,138 00000000000000001111df47b8c43cb2dae794a883c4097c10c093a81d784e2a 0.05 MB 105 22
344,137 344,137 00000000000000000862a3f60a39f3e18a6e670765bb5b582ca325fcf7ab5697 0.20 MB 103 6
344,136 344,136 0000000000000000089dd942bf83724698d76a80b83485c5d80738115fb70fea 0.33 MB 631 26
344,135 344,135 00000000000000000b46ed28b45623dbb8c21552a534f0b2f6a251601d4c945e 0.60 MB 1,112 33
344,134 344,134 00000000000000000fd446d38e7a6b9651543e2b397586f1634861803db5b0e6 0.02 MB 32 16
344,133 344,133 00000000000000000afa1628cc74ecc9816ef9835302923161918d8cbc638901 0.13 MB 262 26
344,132 344,132 0000000000000000133f4b07432ee03b07663a5ae048dacb31a2ca08ffa49288 0.37 MB 610 22
344,131 344,131 00000000000000000d37e16ccd67cfbae080000819ce2a846ccc7ae45a2e5cbc 0.14 MB 254 23
Previous 10 blocks ↓
Total Size: 769.03 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,625.03 GB sent, 93.02 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.