Memory Pool Memory Pool Refreshing

6,676 transactions
2.10 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,800 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (327,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
580,113 580,113 0000000000000000000dd9ccb5f5596f51036cddd6fda9728c6b4ec38a96ddff 1.09 MB 2,242 58
580,112 580,112 00000000000000000022759a5ec9e66c2f03aa4d9d07d64d37833e19f376668e 1.32 MB 2,425 82
580,111 580,111 0000000000000000002212257c3defcbc75a5b2cd51bb4e07e017eccb11257fb 1.19 MB 3,228 107
580,110 580,110 0000000000000000000f65b3971f4f9328c95d0bb951ed574ad06f3eea792545 1.35 MB 2,246 66
580,109 580,109 0000000000000000001dacc82e9524d68455a9cc054cfed741294a179609caaf 1.27 MB 2,911 116
580,108 580,108 00000000000000000020762b2919d9aa37a2bc07bce21221adc8ea2d2d0e4a74 1.55 MB 1,633 79
580,107 580,107 000000000000000000021019ec3cd856eff82a1c149886bc9e5888884d56307e 1.45 MB 1,873 67
580,106 580,106 0000000000000000000e0931d94ee72ab29686f8b6ed1232b6d12786e4c9e0c2 1.21 MB 3,007 128
580,105 580,105 00000000000000000001b0cda89fc73177569f3a95503abb0b2a422d63f33067 1.27 MB 2,852 141
580,104 580,104 000000000000000000230f027b479acc9697956e46c91c69d41105fad151cf90 1.26 MB 2,705 93
580,103 580,103 0000000000000000000612411ec0c6ef5f4a928b57a5e7bb2b1a7255505b8b10 0.11 MB 242 64
580,102 580,102 00000000000000000002a71e34d65c986e186bf7c78b971666bd38e4a6dd544d 0.64 MB 1,402 57
580,101 580,101 00000000000000000021c621e4d8116c3fb424424cfc10c49cdda25c98e10159 0.97 MB 1,618 57
580,100 580,100 0000000000000000000dac022333af2010cb2ec9af7d9435872a712dd9352dce 0.00 MB 10 60
580,099 580,099 0000000000000000001297013ae4fbcc2f7f1a1dc597d1790a5676e0b616b6ce 0.56 MB 1,158 55
580,098 580,098 000000000000000000124150817d91632e065df79f537899cc8617601a54cc0d 0.60 MB 1,027 10
580,097 580,097 00000000000000000021b8883a3e339e29f98bf78a5b4f2e4e2d8de537aff42c 1.17 MB 2,432 29
580,096 580,096 000000000000000000127c714e2a1ace441d8bbcfe6f686924f4a458cce0bbd8 1.27 MB 2,468 75
580,095 580,095 00000000000000000014d15251b8afa1beed7507f74dfaba70002eb9b74eceeb 1.36 MB 2,993 106
580,094 580,094 0000000000000000001a01e18a0a54f7011e58e2ee5006f546721af8f8fd5b7c 0.91 MB 1,785 18
580,093 580,093 000000000000000000248fa2d71903a329ff6882a0f7bd3d77429659f5ffc459 1.16 MB 2,522 25
Previous 10 blocks ↓
Total Size: 769.28 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,635.59 GB sent, 94.35 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.