Memory Pool Memory Pool Refreshing

6,632 transactions
3.79 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,200 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (767,245 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
140,482 140,482 0000000000000294af8272df24440089c5b4734b050aa161c89d87bd554fe25b 0.02 MB 51 291
140,481 140,481 000000000000018c23b2a8bd49edd6bdb3b8d6f8d416dd56b9c7c73adbb43fd8 0.00 MB 4 0
140,480 140,480 0000000000000782c55c7ecc4224fff5d9083657757aab6228bc78777d793441 0.00 MB 4 424
140,479 140,479 0000000000000418ceb8b5d4912e82ee861001d20bf9abe4fb278530b880bf73 0.03 MB 107 73
140,478 140,478 000000000000053dacdc5f8715ff1a1978b8263ebba3c6938c6763424d27f7c1 0.03 MB 88 241
140,477 140,477 000000000000039493ef87e8e222cd52972d671023b4ff81f11b667fc74ce94b 0.04 MB 68 153
140,476 140,476 00000000000004e00746316c254d7043f55771e22120b0b50968c8180b70f011 0.05 MB 106 315
140,475 140,475 00000000000006c0bf6000f26b231b5812f0f905f88740384716fc92cd30f506 0.01 MB 23 303
140,474 140,474 00000000000003a89fc70ac56d966d7526cbd680c9b9284f4edd789fbd8192ec 0.05 MB 131 375
140,473 140,473 00000000000006bbd3c7700a070239ce41682ddf2c3554decd6bf8461a215d26 0.04 MB 81 368
140,472 140,472 00000000000003a5604d5185b0b36416fea769a1f4668ca143a8b3e6b826c710 0.05 MB 142 143
140,471 140,471 00000000000008c5ff65e77e230c0d7f0de420f3cf8157ac89ba8fd2610c6601 0.00 MB 3 97
140,470 140,470 000000000000077f812c29ad84e385eeb80eb4e87b6f8795079740acc9b6c73a 0.00 MB 12 299
140,469 140,469 0000000000000670ce93eb62cd8792e8da088f29b8b30213854e03ac60bf6721 0.03 MB 52 345
140,468 140,468 000000000000066773cf35b16829ea4cc859830a21cf59cdc8dd078b5daed3cd 0.01 MB 21 74
140,467 140,467 0000000000000626b0e4e522f75c94aa0e92dc0110b8542dbeb0c315f13de9a7 0.01 MB 22 315
140,466 140,466 000000000000048943cab74fd3dd59729d96e255a678069966df458a252ba937 0.02 MB 85 25
140,465 140,465 00000000000007fc2ef11cdc4c8094fa94ef982ef1510b75ccb8107e4a789467 0.00 MB 12 11
140,464 140,464 00000000000008346c19dfcb934f6cf4903a13e6e40a714557c8739a3a2e1d9e 0.02 MB 17 304
140,463 140,463 00000000000002b6278f2ebd5863bd6fea93012f1df0003c209a38988ad6013b 0.03 MB 75 355
140,462 140,462 00000000000000936761aa03e6068be1a7f15a2e3c5d4c87509f10a00a609925 0.02 MB 37 263
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,625.91 GB sent, 93.05 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.