Memory Pool Memory Pool Refreshing

8,243 transactions
3.01 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,279 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (695,299 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
212,482 212,482 00000000000002551f1ccb942d4910f8770bd795f0faae3ce7c6f815cbd4922e 0.03 MB 45 99
212,481 212,481 000000000000011f0c67c80aa1eeda17d9853e5af25236ff9d6bf68a3c65cf82 0.05 MB 110 149
212,480 212,480 00000000000000a49628adca5ce9c417f12756182c01334c20d21858a3dcf5cf 0.11 MB 199 149
212,479 212,479 00000000000000a9ebb1c84e938a5517f7cd1b2b2b12db37d60915b0b8295e6f 0.32 MB 706 147
212,478 212,478 00000000000001cf088752928da8b975475b42b26c5f378fc93e3612515b66f7 0.01 MB 25 96
212,477 212,477 000000000000004b73ad321937e94edfdbeba60750ec83e1cf9512e71e4a7d5e 0.17 MB 408 177
212,476 212,476 000000000000010dd1e2681e8f5a28df0c06f12b1b16941dc19716501bed093b 0.25 MB 594 177
212,475 212,475 0000000000000088448a0fdfb7b586afefc09c8ce4eb3049714da61d4d024764 0.04 MB 103 190
212,474 212,474 0000000000000443b140596506aa83626602e4b8f9215270eb9b1d14e4559230 0.18 MB 283 92
212,473 212,473 00000000000002231eec096254fbdb4eb2fe5d31b35a2f5739fd15ea86fbc79e 0.00 MB 11 317
212,472 212,472 00000000000004a263842f65fd9252fe6278dfa37719c712f3a9bff9d5ac52b3 0.24 MB 580 186
212,471 212,471 0000000000000269e050ab0a2098e862fb1744a3b3009730964b0d52fdc64563 0.05 MB 152 209
212,470 212,470 0000000000000042ce2b9851c3e5aef75066ce4e0beb6c2021c4b620033abf09 0.10 MB 251 193
212,469 212,469 0000000000000423e5a277fd1c0bb44fb8a5cfb236c3394e86688d7dce798f9d 0.01 MB 22 197
212,468 212,468 00000000000001017957439079a308cedf66871c4eb29f1d2f361bc85acee96c 0.25 MB 332 115
212,467 212,467 000000000000038d81ac51aed352fbe972f8f967d2119debeb64a16de005d559 0.20 MB 469 206
212,466 212,466 000000000000001f73f0c5d68e01cddc68e0c90dc4acb2788d37e65bb7c42bf2 0.25 MB 631 211
212,465 212,465 000000000000000fe6dabbaae8ccb81a70a2ff9428e16a647e3d81033281897b 0.20 MB 485 200
212,464 212,464 0000000000000303134e045ebfaae7bb4a82b514357c31bcae7bdc72d56028fa 0.25 MB 662 202
212,463 212,463 00000000000002276b0cd77af760c95d1a111ff99a4227d349688b2f82d97ef5 0.00 MB 11 148
212,462 212,462 000000000000026bf3257d78eafcb9312afba9ae30b96832e4130e8b4d3a759f 0.36 MB 974 190
Previous 10 blocks ↓
Total Size: 769.13 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,631.69 GB sent, 93.56 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.