Memory Pool Memory Pool Refreshing

1,053 transactions
0.30 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,794 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 1,044 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,793 (727,486 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
180,307 180,307 00000000000005b1dbaca334d1c7e4f8e68f1aae35df79ce56b84e474399fad4 0.05 MB 151 71
180,306 180,306 00000000000000e2a27acef9b25ad56666995844cc0eddaa8cf5c8c8e9dd4e6c 0.25 MB 522 136
180,305 180,305 0000000000000984eb0cafd8caf8891ddc108eb6cfbe8d954594739ac6bcd26b 0.03 MB 61 638
180,304 180,304 0000000000000562ece8dc1586a6e166bfecdf89446ffb8e880d890172a301c8 0.00 MB 11 52
180,303 180,303 00000000000004ff6136bb43f36fa5a9560a686b245e708af8cde93677b05a0d 0.05 MB 122 653
180,302 180,302 0000000000000646ad7d6bb8a21ba44f1d3e4894d63a35a480218e67e4430502 0.05 MB 128 296
180,301 180,301 00000000000008e45062d62e8cf43e781880f98fd0e8189c9a3dabc30a753498 0.11 MB 254 185
180,300 180,300 0000000000000184b48409de0a7f21a6cd2a8769803cb25b79a23d7567c866d5 0.03 MB 69 18
180,299 180,299 000000000000081e4c5a18d1ba3da3a60ae4a34bee38eb10d3ada784c06b7256 0.14 MB 283 195
180,298 180,298 00000000000000a4a9bca98ed075719c6ac9a2cfb7cd85254a0eabb6f53db997 0.23 MB 561 178
180,297 180,297 00000000000002564fde3d344f21c76ee1d1f5786aa49a1c3ac50b69cbd9ee9a 0.21 MB 449 158
180,296 180,296 000000000000001ad42b91deaf12e073ac6dd2dfabfd535dc7ffe0243a47a713 0.07 MB 162 183
180,295 180,295 00000000000007348566365d241148f658a53232a7197ccce20d1b994a5166ac 0.03 MB 65 196
180,294 180,294 00000000000006a8b57ef1b1081eb9bdb23e64633a6156fdb08560c427c40adf 0.02 MB 36 88
180,293 180,293 00000000000007b83d9cbd083189b62cb32328a7ff8fbbbec891bffb3b333c09 0.14 MB 330 154
180,292 180,292 00000000000006946f979dd16602c85dab9a8d8e58521f3c41629c1e87e384ed 0.05 MB 116 137
180,291 180,291 00000000000004f9c524e02e9aa266c8ad472c051e2b4be37a9a49c09c1c42ef 0.05 MB 123 131
180,290 180,290 000000000000071c84009a785d8883dee6a3bf3e3d2fadc4e467b1f3e637bb51 0.05 MB 133 491
180,289 180,289 00000000000006216f1139ac09dbd2bc357e2907426675cbd85a03da01cd66c8 0.16 MB 360 126
180,288 180,288 0000000000000939303fd2b9b904741dcfd8ec7ec76f6f9149526522db2ef5c6 0.16 MB 359 144
180,287 180,287 000000000000044f648b34adb6cb967de43526fce1247cbc9922d6957c46e829 0.04 MB 65 43
Previous 10 blocks ↓
Total Size: 769.15 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,632.65 GB sent, 93.64 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.