Memory Pool Memory Pool Refreshing

2,833 transactions
0.92 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,769 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.92 vMB 2,828 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (722,226 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
185,542 185,542 00000000000004030e9b42832c43cf15121e7cd0730e51b4dac355d54f549db0 0.19 MB 485 127
185,541 185,541 00000000000004cf0a7d7743ed9d8215085ba11313006bb90d9343169c85e221 0.25 MB 520 114
185,540 185,540 00000000000009b65306418289b214879878335d43d90861b631c9bba0e938ec 0.05 MB 99 99
185,539 185,539 0000000000000962bcb594d162a504c6396e89391f7634947d877565666ad1a6 0.21 MB 508 148
185,538 185,538 0000000000000895682733ce2da8dbe66f682dcc42947d20827b6393e602a16b 0.17 MB 392 101
185,537 185,537 0000000000000569ccf29a8406c7ded1f6a5569eb5fb25c2e5f50fead1826dcf 0.07 MB 120 151
185,536 185,536 00000000000001c6cae1022fd4d4d00d1ba9ee9dae2580c6e187d590f0912cc6 0.29 MB 628 119
185,535 185,535 000000000000031967ab077fd7485f6faa99add1b6ee076ad4ae963d2de58eef 0.04 MB 145 64
185,534 185,534 0000000000000434c8902a479fba8b3c2f593aefd7b5e90e7c17375385d8957d 0.05 MB 131 1,030
185,533 185,533 0000000000000798e036004069e37b70bf66e64f746e91f9bbcc6be483061aea 0.25 MB 383 134
185,532 185,532 000000000000009edcf9b74062bcde91f229fb6b83aacdcf8b5a70423dd174b4 0.28 MB 596 137
185,531 185,531 000000000000003d0c3a615532c522d64376b774fb1f318a1cf6589694ac0960 0.05 MB 107 178
185,530 185,530 00000000000009a33f1047feb74557afabdd210a65b729ca138568c0e07a0bac 0.15 MB 259 108
185,529 185,529 000000000000005d103ddd18b214c98721bccb9ff205500a9368deacf7c3eea6 0.18 MB 349 106
185,528 185,528 000000000000082c163d62c5b0b993b10f70f5f52695c8fa342e36066813893d 0.25 MB 502 124
185,527 185,527 000000000000052332414571ef80c3c040807f5bc15b240c1528ff6a1d32a089 0.00 MB 1 0
185,526 185,526 000000000000096597140a1b463d6d48a34252820d9a030a4b74136c3b77549d 0.00 MB 10 0
185,525 185,525 00000000000000eacc136cf2ad2cc5b08776b397de257349bd07af5053f845f6 0.36 MB 919 231
185,524 185,524 000000000000093d61598251d1e9e4cb095eedd9d70dd5b660f4dd9572eab51a 0.01 MB 11 116
185,523 185,523 000000000000026224d89b29879a993de5120de054bfd295256dab5b4a7ecba6 0.06 MB 189 51
185,522 185,522 0000000000000821f5b441c846b5f81a2aa69e569d3e3e74981b641e52a8285e 0.11 MB 328 154
Previous 10 blocks ↓
Total Size: 769.11 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,629.44 GB sent, 93.43 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.