Memory Pool Memory Pool Refreshing

7,051 transactions
2.66 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (695,156 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
212,543 212,543 00000000000004da70c10d1b0c33f6af467649107c7e26dbcefa242dfb58311a 0.03 MB 87 70
212,542 212,542 00000000000003fc8e8f40cdc4eff3870c503756b00b9aa4dc199e4d555122be 0.13 MB 337 189
212,541 212,541 000000000000007daf642e0966160786a9d04555d7fe7a7a8822b8ca181d6e22 0.09 MB 173 128
212,540 212,540 000000000000027359d4101fc9b35edaea8aa1dd535e6f5628316f32da44b21a 0.08 MB 204 166
212,539 212,539 000000000000042dc23aaa8d5406ea3dc27828bdeb67369fa03b141a80db6018 0.11 MB 250 194
212,538 212,538 00000000000003458c4a256f9afa30ddb579702499c90f9f07676d9438681c05 0.05 MB 109 198
212,537 212,537 000000000000010a697b12dbede0b703fbb64ca1b5f4293df524244cbb6b787d 0.09 MB 181 144
212,536 212,536 00000000000003e71f0356c5100ad2d3feec9534a727714eb06e8a0531c01340 0.18 MB 487 254
212,535 212,535 00000000000002e7fd1146113b73afa9d4820044e66c9db3c6e850d53e16050c 0.05 MB 119 168
212,534 212,534 0000000000000137bf0c5cc66f3f74cf76eba7e700baaea0923bd61db4ad7c44 0.08 MB 167 207
212,533 212,533 0000000000000380cd7852171365846fdd35d6af4613e0307cdb01e0b071d6bb 0.01 MB 19 134
212,532 212,532 000000000000049f1124cdcdd7520ccff7ccd44bb4115666deaa96c41297be9c 0.10 MB 237 187
212,531 212,531 00000000000002f72cf68e7edb1441d462052453a5878bf117dbd6d0fb06dae2 0.08 MB 169 299
212,530 212,530 000000000000021e541c93c9291e079d7f8ecff8fab3ff163548a0f00c658ad9 0.12 MB 166 123
212,529 212,529 000000000000026a2f1414adda6dcf595119641a51465abeae44228f1af8749e 0.13 MB 176 103
212,528 212,528 00000000000001102880520f48e2853dbe2272a2c787ba2c64eb14f792314eba 0.25 MB 609 215
212,527 212,527 00000000000002111058f52bd351758d3d4a079b1a30e7a755339be4dd0eec2c 0.21 MB 493 184
212,526 212,526 000000000000034436d13727fad0517721aa6f2eace410669fc66e8b60f4883e 0.20 MB 444 144
212,525 212,525 00000000000004456a329a3993d272a76ddf72322433b053151020be10b026e5 0.00 MB 11 187
212,524 212,524 000000000000011280b630749a72e233fe57e1ecb7dc2dbdebcf112375fb54c0 0.25 MB 823 243
212,523 212,523 00000000000004b12d657457b8a0238c20cc8d53c628558bcee923b63a1a3c93 0.03 MB 66 80
Previous 10 blocks ↓
Total Size: 768.98 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,616.52 GB sent, 92.74 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.