Memory Pool Memory Pool Refreshing

7,858 transactions
3.33 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 sats/vbyte 6
2 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,657 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,304 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,656 (696,616 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
211,040 211,040 00000000000004d7d38d84545b53d6e1e52483a4c2bc90b7e5e82b7113fb6f2b 0.26 MB 252 139
211,039 211,039 0000000000000076292ef406d2c4f843433b9e166d72e32776000243e847787d 0.00 MB 11 327
211,038 211,038 00000000000001fd9c12ce42e09bff9c5b600b653ce37e16189606c68c6ca67d 0.25 MB 635 213
211,037 211,037 0000000000000177291c75d1c2dad783f1290bbd03fcb18b0688c10af3d3b919 0.25 MB 454 151
211,036 211,036 0000000000000222e2177bee8a148018f24c78733f0c61930bd034960dc35436 0.05 MB 143 79
211,035 211,035 0000000000000453870a850c712d9d8478755e76f120e3158c7b308a3ae3d25d 0.25 MB 582 216
211,034 211,034 000000000000029d7edac047c00f1fdb378e41ef32c01dfdf811d233b7478401 0.00 MB 9 164
211,033 211,033 00000000000002016df2491c741046945b311545a9fe58e5f4a7cb851077a661 0.03 MB 42 95
211,032 211,032 000000000000000af4e5786e291b7ea1ed0200ab1fd298af36e9c375f1c98326 0.11 MB 214 159
211,031 211,031 00000000000001c27c24f452af8e1399e46b77623206ee6f538df73f338edb63 0.02 MB 43 206
211,030 211,030 000000000000024216d689107579c7c02c5204dff7973fffe2898ccbb6ef78c9 0.05 MB 69 110
211,029 211,029 00000000000000df97e05f64935b5b6cd2b931496ecff9c4532cb29f97ab0383 0.15 MB 231 133
211,028 211,028 000000000000019d4a36502538d078f3324722c17b3adb42d4de5d571f198c3f 0.13 MB 183 189
211,027 211,027 00000000000001eacaa4b3172f5415e6baeaca6cf5b224da15efb235097d6d19 0.25 MB 440 171
211,026 211,026 000000000000047d24b101b82904a0604a966131c1046b5705b0893dee523fa0 0.00 MB 10 82
211,025 211,025 000000000000024529e3ac5fb5dae989c95da7b6cbb6deb8c1d194ca8382a1c0 0.24 MB 508 99
211,024 211,024 00000000000001fd4dcb1cc1750acc9573640569b4f7cbd8b3ca536445e7fbc6 0.42 MB 808 164
211,023 211,023 00000000000001c5ac979da6df4e6fad91abab19ae4d063e55032a9b8b55eb3f 0.20 MB 425 209
211,022 211,022 00000000000003b20f2f620621add4af72c94ae587b1e59fa971afc642cbd316 0.22 MB 431 172
211,021 211,021 000000000000004f797d6a10f2b0fa1420b74c77dc335a37e3ab98efa76ebd2d 0.25 MB 571 206
211,020 211,020 000000000000038ad111e773453f172891263e1a7a2bca9b2017ac474c54fb0c 0.25 MB 573 198
Previous 10 blocks ↓
Total Size: 768.90 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,600.02 GB sent, 92.28 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.