Memory Pool Memory Pool Refreshing

7,409 transactions
2.32 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,646 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (690,371 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
217,492 217,492 000000000000039b4ab4b12620574743521192fedf2b20951ef91fdf3063bfc7 0.14 MB 268 200
217,491 217,491 00000000000004a73a66e8205b969dc12ed54f820b0072a477bff169bb743df0 0.18 MB 425 189
217,490 217,490 0000000000000036258804a166959e1059a2dfa2cdb1b6aa67872ac6786bbb23 0.25 MB 589 181
217,489 217,489 00000000000002de9969d155dc25d6b602d8fc738a491b07a49ef304602347cf 0.03 MB 67 145
217,488 217,488 00000000000003405712f56cea3dee20fd44f599e13bff384993343c9f5f7f02 0.40 MB 1,209 140
217,487 217,487 00000000000000de63bacfbc28f21b2a5f7f99416a767468ac06ff80854ad804 0.26 MB 425 126
217,486 217,486 00000000000003a752c23ef6a6cc33e42d35bf7a26938644755e948e3bf5dd3b 0.25 MB 840 262
217,485 217,485 000000000000019ecb8d02afa64b08fc831ce815abcdb642fc23477a8671ded1 0.11 MB 188 147
217,484 217,484 00000000000002971315ac64431f80f578919d52d59dcf272260d4f2c866c938 0.05 MB 116 150
217,483 217,483 00000000000002b53e97d7f1e957b37c93c4a7fa208b9253c2ab29715288de2e 0.29 MB 507 211
217,482 217,482 0000000000000234a5ed529c35452b3f1916d11cbf4fc2413187c4a1084f27ba 0.05 MB 87 107
217,481 217,481 00000000000002c8dbb5426b0562a396eb0aa3edae9aeea694774fdb0e952060 0.25 MB 768 245
217,480 217,480 000000000000046cd1729998839e71970bd51a34327a6d878ddcb22a9a331ad5 0.35 MB 826 120
217,479 217,479 000000000000044c8be032d93df9e0b7c26d8b514f311f5de138e2658879fc0b 0.30 MB 694 195
217,478 217,478 0000000000000165834b811998e5e655de0ab45c2fd97a18aeff479437ae2e52 0.05 MB 136 183
217,477 217,477 000000000000022af000032297313c26da32b251730bb8b884a2165e8a09d590 0.05 MB 139 150
217,476 217,476 00000000000003272370c3e5df180e5c6f3420918f7add7eb5a18c445653b33f 0.24 MB 512 169
217,475 217,475 00000000000002b45cdc3188e0be20b994ba0bd429fe802e35b6181aa25a1a64 0.41 MB 468 9
217,474 217,474 00000000000000950d8268264cccbd8005b24d3bdb3d145df28988da9b4779cb 0.25 MB 473 138
217,473 217,473 00000000000004b66354813ea813ed3b416c4718073fb41e476685ba53aabac7 0.27 MB 255 170
217,472 217,472 0000000000000506a6fbd5cdd16a656e8cc2c0c71d96ef50080fb6348ef27b52 0.25 MB 699 242
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.60 GB sent, 94.35 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.