Memory Pool Memory Pool Refreshing

5,413 transactions
3.24 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,805 (441,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
466,199 466,199 00000000000000000013ea8d6234bd6212730fa1772b98082ec9f2489f4a5a44 0.93 MB 2,337 242
466,198 466,198 000000000000000000ff5659fc1cc24f104dd34f0dae6e8eaadcecec5d27aee3 1.00 MB 1,334 123
466,197 466,197 0000000000000000013e54aacee7545badb944417fd1b575ce4fe060678dbfe4 1.00 MB 2,181 186
466,196 466,196 0000000000000000007aff0ddba7b65a0a53b83f9227700e4e376e0ed82ea81a 1.00 MB 2,510 244
466,195 466,195 00000000000000000020488b78ce0dc9fbe677639550e1f2b2cc41d75cd1cb9b 1.00 MB 2,063 190
466,194 466,194 00000000000000000045007a69d2a3a65852d46843eea9b536bcf849b2d1ceaa 1.00 MB 2,306 177
466,193 466,193 000000000000000000f56362234711cf055854c7c5b8683bcb88635e76404b61 1.00 MB 2,661 255
466,192 466,192 000000000000000001077856519d6a305905cff3a75b9f961bcd0f0d1ac6a892 1.00 MB 1,818 199
466,191 466,191 0000000000000000000be6fb7fe0e59fed533fd8473b875ae40c4d4777049d7f 1.00 MB 1,473 190
466,190 466,190 0000000000000000007afdb4ac738625f1167771ee6498072bec4f33d17aa08a 1.00 MB 2,365 223
466,189 466,189 000000000000000001a1ec1d1dad9c8f84572fb5ea2ab97cd63815aeeed3463a 1.00 MB 1,994 196
466,188 466,188 000000000000000001b79a55ea5938a48a89907bf9f0d45e95b744c213d939ad 1.00 MB 1,495 347
466,187 466,187 0000000000000000004dd7b0ee5e0c4829176246d8490aabd2d25aa22bca5b09 1.00 MB 2,507 252
466,186 466,186 000000000000000000a5bd8a426d389c14c10b5c776ce5c6aa60362e78dbba60 1.00 MB 2,690 274
466,185 466,185 0000000000000000003c283a12475c686d77381b349f2f17eb493bd2a8041527 1.00 MB 1,362 127
466,184 466,184 00000000000000000156f612dca1d1a0c63ff4f1ce42a8e40198aaec0a45211b 1.00 MB 2,982 135
466,183 466,183 000000000000000001145c81717594e13debbca56fd1668b23b6adf048b46501 1.00 MB 2,385 175
466,182 466,182 0000000000000000003505ec247a128c35e4e8a5ec2d2639b6910939f27eee40 0.10 MB 210 202
466,181 466,181 000000000000000001e53ff8df4f480ade6ded9baf388c890e98aeb95c9294c0 1.00 MB 2,736 299
466,180 466,180 000000000000000000a5226186363e5b75fe9b92a63862453611a77d3166bc8b 1.00 MB 2,943 262
466,179 466,179 0000000000000000002b7b2cbedc39692ad7608acd0d1c518399bf059e74432c 0.47 MB 1,055 274
Previous 10 blocks ↓
Total Size: 769.17 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,633.41 GB sent, 93.80 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.