Memory Pool Memory Pool Refreshing

1,883 transactions
0.84 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,923 00000000000000000002349e0000000000000000000000000000000000000000 0.84 vMB 1,883 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,922 (720,758 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,164 187,164 000000000000051518b2fcac6cf59386dc019b59fb6ad601b81a158eaec55849 0.08 MB 202 142
187,163 187,163 00000000000005b438631a84755d3683be027d9ea4218a66ee5de9daf19d9a8d 0.00 MB 8 0
187,162 187,162 0000000000000278b2a5767b1cda352755f24b3c72a51d215cea260706b93c9c 0.05 MB 131 132
187,161 187,161 000000000000013eb6eadc163cf0516dc270b0e18bbdd215399d6db3d97f6854 0.00 MB 1 0
187,160 187,160 00000000000009836cf51fcc5fa5a04ae4bad984767c836285e4d66001ab82ab 0.00 MB 11 18
187,159 187,159 00000000000005f78da32fbb59913bda7be33b4e2c3fed1dba725fe0707dc142 0.09 MB 236 141
187,158 187,158 000000000000025db5f0cff013e2f95fd0b845bb726b4dbb3801861733ea6f53 0.02 MB 45 32
187,157 187,157 00000000000008fdd7ebec7f03c9d6c180b081dadd652ece86b81b176307b279 0.06 MB 126 91
187,156 187,156 00000000000004ef0f2aa85c484f635f1436ae84dcf8cb65e6ba39dd63c08310 0.02 MB 64 143
187,155 187,155 00000000000000538b34eb0655ab9e5479f0bb8afd4404301ff9374881b53b32 0.12 MB 175 120
187,154 187,154 000000000000075bdb8ee223b92bcb8183879e52a61beed7dbd670f3dd0be7e7 0.05 MB 141 241
187,153 187,153 000000000000006385a8bef8e43ab32135fcf0214bbca0da5ae4f28e9976f5a3 0.22 MB 512 119
187,152 187,152 00000000000006cab09a54f04f0e6dcc9d0ffff8cc2a8cdad24a216dcefdfd47 0.06 MB 99 78
187,151 187,151 00000000000004823091c08b6a3d3e94214a1ec6cddfa5d633baa03f814e74c5 0.01 MB 28 20
187,150 187,150 00000000000001202bcfa78bc5eeb43b91aff1546e44e94204b8e9351ad7ea13 0.09 MB 207 130
187,149 187,149 000000000000028143359bda2f20f745e28194643f3246168699ba841abfac5c 0.21 MB 256 89
187,148 187,148 00000000000003f335e1901b1817c338077d40380215e13ba843dfb8d96697ce 0.02 MB 65 49
187,147 187,147 00000000000008285070ded28c3c46f6904f12ef4bfae50a6fbaec28e781de9d 0.05 MB 149 94
187,146 187,146 000000000000006d3fc9b0da15b7cbe93f058a7040f3d5bc38f2bf474e031318 0.00 MB 6 0
187,145 187,145 000000000000091279d5b4252697bcf3e7a3b69e18d5721629bf4979e57e0fdf 0.03 MB 104 165
187,144 187,144 0000000000000217a5b870e52bd2e62f5d147e25a488c12cbe1c7bff4f4bd180 0.05 MB 189 22
Previous 10 blocks ↓
Total Size: 769.40 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,644.46 GB sent, 94.93 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.