Memory Pool Memory Pool Refreshing

759 transactions
0.23 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,007 00000000000000000002349e0000000000000000000000000000000000000000 0.22 vMB 748 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,006 (683,685 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
224,321 224,321 00000000000002b759116dacec5914dc7e6f6a16af95e79e942fa5125c6076f3 0.25 MB 569 177
224,320 224,320 000000000000016df038f74bbbcc5bc8b9d4402018f6452a8aea014e9ce8c922 0.05 MB 152 98
224,319 224,319 0000000000000111398cf87f1e89be15397673897b16ee4289dfd6332c633bca 0.25 MB 740 306
224,318 224,318 00000000000002cf29c1db30d28d02778571fcc1af1d4c33f60f878e7678b080 0.29 MB 588 167
224,317 224,317 000000000000005b10d684efc054821c789400bbcd5020eb5a259bd5d90e0964 0.25 MB 385 118
224,316 224,316 00000000000002ef419666723719f36eb308ad05ab5aa551103f39ac240bb236 0.25 MB 763 279
224,315 224,315 00000000000000f56410e9009b6da590d5a37bd12c80773c9f241b3075c12a29 0.21 MB 508 168
224,314 224,314 000000000000004b421e50755296ce9f438128c2d65302efc5f487c8ab277cfb 0.21 MB 464 149
224,313 224,313 0000000000000224f80b7c8d5deda231d6dda6f06366b729a9b7529f1291c1ef 0.20 MB 385 172
224,312 224,312 0000000000000266bfb43d8996cb2903bfc0afa8b6bc0d4c676bcc0335432f7f 0.07 MB 82 57
224,311 224,311 00000000000001a334baa36e38e7af51e40d978366574e42862da63deed965cb 0.25 MB 595 213
224,310 224,310 0000000000000082215df6086ce478786777ae31fb9a42b43a082fd533ab02ca 0.00 MB 12 512
224,309 224,309 0000000000000269469feb86f267e1aecd223f75ccdc564d68e2309af16ebf88 0.16 MB 361 179
224,308 224,308 0000000000000091fa2737a2536b7690bc469714f866450e3f23c670d124b5f7 0.25 MB 497 160
224,307 224,307 000000000000004dc9025da3fce9aae275ce10025b2ece1bea60f35b8ced521a 0.13 MB 104 59
224,306 224,306 00000000000002e91cb0f9eee20d798c050c89ff21234f632abc943d442d44aa 0.25 MB 651 224
224,305 224,305 00000000000003119c05d0a0086c2b19fcb6465f4adc1c039e4ccbb9d042bcec 0.25 MB 845 287
224,304 224,304 00000000000002447d3c17a13bbf549dc66da77b5b6d584c532d6ea59b5441e3 0.00 MB 13 310
224,303 224,303 00000000000002aeb4e5e4057bf49c53f6060623004549a70f43fe3c31bcd361 0.16 MB 481 188
224,302 224,302 000000000000001c3122ee0bb2645f6085aab4616c9ffb10ee6b8017e252ab24 0.05 MB 134 129
224,301 224,301 000000000000000b34819029bee4557efd485c077248d75d5b0489c04d7e0698 0.09 MB 172 170
Previous 10 blocks ↓
Total Size: 769.56 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,649.05 GB sent, 95.72 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.