Memory Pool Memory Pool Refreshing

10,792 transactions
3.25 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,576 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (670,091 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
237,616 237,616 00000000000000c72ebb43a953c4182c232b7037a44c8cb7d8ca591b411bff43 0.25 MB 530 159
237,615 237,615 00000000000000f768865fa2669170843a9a9290cb691415232e64a50dc1dfb5 0.23 MB 426 145
237,614 237,614 000000000000005cc5b79b1211f17f66fd0d04b4464cb11cf3c977fe13448dcc 0.08 MB 268 61
237,613 237,613 0000000000000043c94b16ca8d8e927bdb5a6e43700e27a7db975a9c37225c0f 0.04 MB 64 92
237,612 237,612 0000000000000050b0dd8026afef180ede13ae95d2db920375a5caaa30bae72a 0.25 MB 485 161
237,611 237,611 00000000000000c34326f86f2a77d5b4ee672b0dd30d5dc141d7e107cc22427a 0.25 MB 335 120
237,610 237,610 000000000000011bd4b50a8f6100194cecf67b81b16509c4fa3ccaaa59bfa9b0 0.25 MB 683 209
237,609 237,609 000000000000007ca0914fd4309591562bdff110be5f07bd1ab43b26a8c144bf 0.25 MB 695 200
237,608 237,608 0000000000000085200b3e1149686bf45b5e96bd51e05dce99563cea7db7b543 0.14 MB 324 150
237,607 237,607 000000000000005b24ba68b752b77f27ed5ea638b2fdbc3d9682ba857c1145c6 0.10 MB 241 182
237,606 237,606 00000000000000d91e7065a03b0f82daaa02d7a867afeb066424984776b194f3 0.02 MB 42 182
237,605 237,605 00000000000000f55ac72fa41ae784b12519cd3a31e12381b8fd0b764f8c9160 0.01 MB 26 146
237,604 237,604 000000000000015b0a9e29fa1d76824feadb1a9bd6788ce38f64e022a391fe3e 0.19 MB 279 101
Previous 10 blocks ↓
Total Size: 769.01 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,621.47 GB sent, 92.91 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.