Memory Pool Memory Pool Refreshing

1,369 transactions
0.41 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
907,788 00000000000000000002349e0000000000000000000000000000000000000000 0.40 vMB 1,350 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (741,388 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
166,399 166,399 0000000000000bdb8b9ba70344c46b7df1d20f69a14d4cc600d611c2fb5ec00b 0.03 MB 104 60
166,398 166,398 0000000000000116fffcb6b2b3e2969775f76108b93f541022b091ba0cc84abd 0.04 MB 79 247
166,397 166,397 000000000000014c301e27eb2591ed6b9abd40b334eb260d99b242d20638a60f 0.04 MB 117 62
166,396 166,396 000000000000050b83565f2765a6436f2a250961a9036c19d7fd514fca503838 0.03 MB 68 81
166,395 166,395 000000000000026358028e4a8fb023d6f6d9e5c1b2373ba16b890198a9c9df02 0.00 MB 8 0
166,394 166,394 000000000000078042dca7155c324947186575674c9636874e505cb592f1c560 0.04 MB 118 109
166,393 166,393 00000000000004d50db740738a694d6df0d6a26d388d98a31500106ccf475fde 0.02 MB 58 91
166,392 166,392 000000000000077cb781e3c05897ce37b7e4c2b39470f7f56ae5c6fa6ba6dbb0 0.03 MB 62 72
166,391 166,391 00000000000004fb5d30cd97d98f7d79de47b0a14e1ec33288a198a292d36c0b 0.00 MB 17 134
166,390 166,390 0000000000000a453efb6e88fdebbb6c001fa64283e35b753982bd74361d73fe 0.03 MB 55 79
166,389 166,389 0000000000000a2558d11ca77346382134bf9b8a1a6323825235cdb6a3c30a0f 0.04 MB 68 47
166,388 166,388 00000000000002adc8118f8e3a49a1de1207e9a42e982cfc9425001eb908d07f 0.02 MB 7 61
166,387 166,387 000000000000061126c71e17008b985f16a19d007c1734af6a64cd82bd3d031b 0.05 MB 141 26
166,386 166,386 00000000000007f52ea028c0e209b2265def64177c49b32fa626228ac42be4e2 0.04 MB 77 49
166,385 166,385 00000000000006059df56355cb11a0258b8a877b72d116247a77585d6b828c1e 0.02 MB 39 113
166,384 166,384 0000000000000251a3500bcc2e5a8fe84b5b32379fea37a90a66a14cda1caefd 0.00 MB 1 0
166,383 166,383 00000000000005ffba3fc76adda7ea4460985f3a7d74beba2d0c779141744ff3 0.01 MB 35 125
166,382 166,382 00000000000007369c8f5bd48f2283b4921ee463b5b36e6a23a5e21f41b21cf0 0.05 MB 110 88
166,381 166,381 00000000000008ff8eed6013f2c682970c84778c3b8120b4fc77ae8e182056c1 0.00 MB 8 452
166,380 166,380 00000000000005d332053f13e1ee54a79c5a523cbf177d61d21f4d0194b9d454 0.02 MB 34 66
166,379 166,379 00000000000004615507ee2628bc8c364cee18a944bd1d8decc98c1690184741 0.02 MB 65 140
Previous 10 blocks ↓
Total Size: 769.14 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,631.95 GB sent, 93.59 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.