Memory Pool Memory Pool Refreshing

4,898 transactions
1.99 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,701 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,979 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,700 (695,224 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
212,461 212,461 0000000000000227f6e74827e56e8241a2edcd9902228735aa92f9d6c8923a91 0.26 MB 456 140
212,460 212,460 000000000000034f1ddaad1a1afbbc5093940615c80fe95c6d6c48cc5488da6e 0.05 MB 142 226
212,459 212,459 00000000000003f259b2d9ec36c12b60d4ea852d271027354940e2919cb90a82 0.25 MB 894 241
212,458 212,458 00000000000000bf5ed0bd281526a35d2b5463eb029554208de3a767ec25b5bd 0.10 MB 193 132
212,457 212,457 00000000000004a9be87231bd116aa4bf69d94a7564ee27f6e9c9115da4356c9 0.01 MB 36 154
212,456 212,456 0000000000000245a9c7394edb0278dd9ca2591d506387d028d98cf6de64c973 0.24 MB 487 154
Previous 10 blocks ↓
Total Size: 768.99 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.