Memory Pool Memory Pool Refreshing

1,863 transactions
0.67 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 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,751 00000000000000000002349e0000000000000000000000000000000000000000 0.66 vMB 1,857 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,750 (695,262 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
212,488 212,488 00000000000002d0d8e6b2a72e8315493e014f12ff849b0fdc1e59d3ed03e346 0.02 MB 51 89
212,487 212,487 00000000000004c61c319b24dc0bb3aef5eac9abd6c20696eaef6cddfdcd49f6 0.22 MB 453 157
212,486 212,486 00000000000000a6161311f30c87b0473c594ffd660b4e96bc971581fab48f24 0.20 MB 501 219
212,485 212,485 00000000000004c0d0b8edb1768366fbd297203026966d862160e39a0e802ea7 0.05 MB 130 193
212,484 212,484 00000000000001be50cb57da885f3e903b0fe3d129c19c1f879c403494910bb0 0.14 MB 349 199
212,483 212,483 00000000000004f52687df39d73a43364784fe918470d0790af00f848d2e58c3 0.08 MB 176 142
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
Previous 10 blocks ↓
Total Size: 769.08 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,628.18 GB sent, 93.27 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.