Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,870 00000000000000000002349e0000000000000000000000000000000000000000 0.72 vMB 1,324 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (252,602 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
655,267 655,267 000000000000000000041202aa33cfff1ec6f13bc5cae1b6260720afd21417a0 1.91 MB 1,240 105
655,266 655,266 0000000000000000000221e14ba1a394f6367f760127ad5ff9e6724f09a57e21 1.31 MB 2,187 159
655,265 655,265 0000000000000000000ece0356b586f07c91a326b18183e3176202054b0440e7 1.41 MB 2,346 148
655,264 655,264 0000000000000000000c77eee6337041dfaec8bf8f8b9ce26693237977a42f9b 1.25 MB 2,928 189
655,263 655,263 0000000000000000000c871bda4b6d13e77f6e86d02d01740da0facf6cc80b3c 1.38 MB 2,948 237
655,262 655,262 00000000000000000010a09c8c28c10b58d9b7a36a9e6fbb8922b559fcce49b2 1.32 MB 2,915 262
655,261 655,261 0000000000000000000797370f929521973ee5b5e2a0170d4114e27dffae8c4a 1.25 MB 2,711 273
655,260 655,260 0000000000000000000d4b8304763554d550ded4ac736285ab741f63d5197920 1.25 MB 3,159 278
655,259 655,259 00000000000000000001a890ec44190a08e0be8b3d5ff853c43c7e0c97184fd0 1.33 MB 2,843 354
655,258 655,258 000000000000000000109d69300695443fa2b2661f674f2629128afc772d1883 1.30 MB 3,080 289
655,257 655,257 0000000000000000000397825492b2bae92159e891b53ee8b880b1b9d8bb3316 1.35 MB 2,867 285
655,256 655,256 0000000000000000000ee1d5b8b8518250a4ec1d252cc3cefdb94b7eb8d29136 1.36 MB 2,773 334
655,255 655,255 0000000000000000000035ee7dc18414cf4f67457ca94d4274595d82f24c0539 1.28 MB 1,982 285
655,254 655,254 00000000000000000010a14127f9d48bd510993b715d09323bc3279722c04ed0 1.22 MB 1,909 317
655,253 655,253 0000000000000000000503cd97c3d7d40db938e99fe6794677bcde7fc00b456f 1.21 MB 3,040 301
655,252 655,252 000000000000000000054ff0aad07340ca1cceb1998e6e848933989f488f6ac5 1.31 MB 2,325 312
655,251 655,251 0000000000000000000f5d6c2bd81105024c3199e5a021ff844245779ecfc000 1.19 MB 1,956 302
655,250 655,250 0000000000000000000fc04b0acbce6198f6ee544ab9f6f5f8ea67b1b91573d4 1.32 MB 3,017 330
655,249 655,249 00000000000000000007509ab8c026d35fe01fa2f527f7da8d7178020ca86a9f 1.60 MB 2,398 328
655,248 655,248 00000000000000000009406b942ae7f2d1de8d84b49918b462f463e774b4d801 1.47 MB 2,956 324
655,247 655,247 00000000000000000003d3f6138730374fc1cee478a714ee8312940dbf2d09df 1.33 MB 2,836 360
Previous 10 blocks ↓
Total Size: 769.30 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,642.58 GB sent, 94.41 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.