Memory Pool Memory Pool Refreshing

8,195 transactions
2.16 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,709 (710,424 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
197,285 197,285 00000000000000f57545d610cdb02392f20f37efe8f8a80fc42c0bf6a493374e 0.05 MB 192 15
197,284 197,284 00000000000003ab6851f1c138d032075cace7aadd90b7a1bc0d5792b2637ea5 0.07 MB 169 185
197,283 197,283 000000000000069a17b56ae5dccbfc93afd8f4c6c98bfc705d9b7c7df54f09e5 0.10 MB 268 134
197,282 197,282 00000000000002b5d58ff44106383b6988ff3e1267b3bfb4c3a85364237f261e 0.14 MB 321 143
197,281 197,281 0000000000000673a1645fd6281d9033df933803f7db90c3f509ca29a24a0b5d 0.01 MB 26 117
197,280 197,280 00000000000001b38e93f02be1f00ae3f39c4ab32dfb989154d38cfce2b29a4a 0.10 MB 145 104
197,279 197,279 0000000000000088246a0a90732f7fca77d0b0087c1997a91311e70a54b33da8 0.09 MB 218 138
197,278 197,278 000000000000048cc655fa1a2506237e1dd0d027a77519e3eae16b6a4bddd16a 0.05 MB 122 64
197,277 197,277 000000000000021ab1de790e219895a41ef2000e9faba426695b7425ea33ffce 0.21 MB 534 133
197,276 197,276 000000000000030bc1f6d8a0ad70da7be6b910ef5cb639e94511a8400dcc35b9 0.01 MB 32 0
197,275 197,275 000000000000046795799f2bcfdda0b3cc32562508bd014fcd0c1a4762cf47c2 0.01 MB 29 12
197,274 197,274 000000000000035235826b944fe5af77203bbf986784b56f1c4f11de23113db7 0.17 MB 409 128
197,273 197,273 0000000000000460b82f8f613e1b9fbc7f7c9a7741b929170933af2d97bbb71b 0.18 MB 512 185
197,272 197,272 00000000000003cf7ba529523b227dd896032dc6256f45c047b21a0cb6b5d523 0.05 MB 128 141
197,271 197,271 00000000000003f520799952e59bbcbf86d202cb332f4d63b990e47416f996ed 0.05 MB 143 106
197,270 197,270 00000000000000bba74365ba9b4733c7423ae98e6ac816edbe0ab24ea9eddd34 0.17 MB 396 143
197,269 197,269 000000000000032ed732961cdbdfc8a92955045954dddf43263de9043ef0cbb5 0.03 MB 31 76
197,268 197,268 000000000000001d3143dfa1572987a52bdb9b358269b3f625b173cdd25383d8 0.03 MB 81 114
197,267 197,267 000000000000046a61d6b1a03fd4be40d0625c6017814891168330221bdd12af 0.01 MB 32 0
197,266 197,266 00000000000004319e7d3390e54421baa436dd16c2d3d5538122f8dc2b3a8682 0.02 MB 83 2
197,265 197,265 00000000000006a95a6a8a274ca1c3c0a58ce7b8dfa2de54d1e80604a1656e73 0.07 MB 100 84
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.85 GB sent, 92.83 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.