Memory Pool Memory Pool Refreshing

5,654 transactions
2.01 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,867 (750,545 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
157,322 157,322 000000000000033bbbb6e6868444f4d08f9746761c42fd6ebe99fd3c6129974f 0.01 MB 24 0
157,321 157,321 00000000000006f97b30194becb6551cda3e79b3c44276fe5021572c640d7a13 0.04 MB 89 32
157,320 157,320 0000000000000d955f71f2c885a11697e77cc7962b4e27ddc867f2976f78d95b 0.00 MB 13 583
157,319 157,319 0000000000000e5a9855d09e424cb619a13678d88dae4efb50ecccdabb0c9d71 0.00 MB 14 2,984
157,318 157,318 0000000000000549502495c725e489bbba5a1ecda24d6054530f3ec86b33eb56 0.01 MB 16 191
157,317 157,317 00000000000001404c37f8bebf9b9b866625b8199a40af33ce77a6e957456d3a 0.01 MB 36 261
157,316 157,316 0000000000000238179d6a18bff8473c8a9e59c85cb9ef655d5bfca7b3b9774d 0.00 MB 12 34
157,315 157,315 00000000000004fa3d670d8dd551b7f17c11979e38a785c6225e70a28f97f52f 0.01 MB 22 43
157,314 157,314 0000000000000b322fb5f6c910f7d935c7a3b1200b2a0c2af98363a33a247464 0.00 MB 4 151
157,313 157,313 0000000000000d4db9843bf6fdd441d3c823684c7b3a13782e5c653baf91ac3b 0.02 MB 28 38
157,312 157,312 0000000000000dded9c9c41abd87b32e4557b69560968e20331035d025a54d0c 0.02 MB 29 338
157,311 157,311 0000000000000714698456180451a939b3ea38243868e432992292be9ddff44a 0.00 MB 9 11
157,310 157,310 000000000000021c4d40be5663c2907261993d226e4b48b828567f6a24847f8f 0.00 MB 12 67
157,309 157,309 000000000000006a6a1c282e6b59d0179c0b006046cae336ab7b39970c3b36fd 0.03 MB 61 82
157,308 157,308 0000000000000b2b277430bca276bb9806e53fa7d72eaa62786771f9024631cf 0.04 MB 66 175
157,307 157,307 00000000000003336ac934fbca6ed97d04f349304b0b4e6d51cdc0031d44ebe3 0.03 MB 99 25
157,306 157,306 000000000000078a19695c07a328dae975dd1562efcce935bdad33fc40404334 0.03 MB 66 241
157,305 157,305 0000000000000b7e02f9d859d2a70f6a06c8c9ab14ad17f099ee2adb64edc82f 0.02 MB 47 177
157,304 157,304 00000000000002e2438e4f89d00736b16d9df49b1f0bcab730f5ece788388e5d 0.02 MB 55 51
157,303 157,303 0000000000000994685af010252cd0ed729c2a02df54f1a661ea0974c05579f8 0.01 MB 54 0
157,302 157,302 000000000000018cde7549a626ab947fb8dd7da4a280c565e2bb1919cf43ca0c 0.00 MB 11 16
Previous 10 blocks ↓
Total Size: 769.29 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,642.56 GB sent, 94.40 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.