Memory Pool Memory Pool Refreshing

3,503 transactions
2.55 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
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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,454 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (674,169 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
233,636 233,636 00000000000000baa2d699a0f50cf8f10e6ed7ead74429886092a7a48388040f 0.08 MB 167 170
233,635 233,635 0000000000000197290df44b17da67269fb1fc289e77ac63cd76a945831e88f1 0.25 MB 471 143
233,634 233,634 00000000000000fb11d71d21d03e04edd84b7d293fd9d2c0d1ccab5079aff3ac 0.01 MB 16 144
233,633 233,633 000000000000011be16aef16585d0f2bb20ee575f1c7841aa56303f6402dbc31 0.17 MB 412 183
233,632 233,632 000000000000000a7d49ed1076fe1e8dce6301af8377d0a59a8d05ddf8bea518 0.04 MB 128 209
233,631 233,631 0000000000000141e42cd2116c79def96ac1a0557807e6f5b7c742723c5440b4 0.18 MB 384 153
233,630 233,630 00000000000001d5f22cc0a60c9f7da3904006c323fcfae6aa65421e83b341c7 0.15 MB 36 17
233,629 233,629 000000000000007b7824ce4e8c3f341191254db5335040fb942ea2376678848d 0.25 MB 62 14
233,628 233,628 00000000000001609b9185b905b17f1b0decacf8f5ed6c0f7e1919eb468c8caf 0.07 MB 185 235
233,627 233,627 0000000000000024a7c842b33c9cf74cb29c63cc3860f5ce54c626bbee33528e 0.05 MB 120 173
233,626 233,626 0000000000000189490291dce8da4eaef2346042769702691dfc17888e70671c 0.25 MB 225 64
233,625 233,625 0000000000000190b319467760f179381d80a114961d9aa0d422d17ccee99205 0.14 MB 267 167
233,624 233,624 0000000000000039da0854e55a055a0afd55b76f3f5fc6ca92fa5d9afa7c47c1 0.15 MB 62 15
233,623 233,623 00000000000001d050148f452ac625a4e132546750a58e85350581338e1348dc 0.30 MB 673 153
233,622 233,622 0000000000000056ea1361c4855cbb9c6b4219b65b8d45e2af5b62f38414690f 0.20 MB 358 141
233,621 233,621 00000000000000507784093d383f5b27772ab34434417397dffbeca677c855ca 0.16 MB 264 125
233,620 233,620 000000000000008c85c77eeb5ace6feade99fab35036d12f038446b1ec938d9f 0.25 MB 711 191
233,619 233,619 0000000000000173e18d07d9e15d44d2dc83515fc0561456021206e3f0b5a691 0.08 MB 231 130
233,618 233,618 00000000000000370bf21f112409d2bde35cc803260838908d75396c31036cc9 0.08 MB 235 29
233,617 233,617 00000000000001a48452744a8ef6f1f7c7e907f53f26d4cfd90923704df048a7 0.15 MB 241 101
233,616 233,616 00000000000000f11ab90bcad800fe3946b41e022322b6abd66b46c8411a1320 0.08 MB 156 135
Previous 10 blocks ↓
Total Size: 769.17 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,633.40 GB sent, 93.79 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.