Memory Pool Memory Pool Refreshing

1,797 transactions
0.61 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,861 00000000000000000002349e0000000000000000000000000000000000000000 0.61 vMB 1,797 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,860 (722,312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
185,548 185,548 00000000000001729e992d0f67a6524bad1c3e50e341bc5120eb0aeb0d7f2acb 0.01 MB 23 43
185,547 185,547 00000000000004607e5a7ce0afe3211b6f2b99a5a6608bd3250918efe6026895 0.22 MB 353 101
185,546 185,546 000000000000036185b392d6009140cb9be41531675294e021dc2d73cb3dd3f5 0.05 MB 134 298
185,545 185,545 000000000000013c22ba9797d54ada84b1731a6351220b0bc865a2ca3b73bf04 0.07 MB 235 1,525
185,544 185,544 000000000000003e64aec7d67ffe3e1b1c1fbd0676789b49f661551de53324d7 0.00 MB 10 15
185,543 185,543 00000000000006428f11fd69fd7de9752421f7aae52219c4ba71dcb0b3499bc4 0.01 MB 24 74
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
Previous 10 blocks ↓
Total Size: 769.28 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.51 GB sent, 94.31 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.