Memory Pool Memory Pool Refreshing

2,640 transactions
1.09 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,916 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,424 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,915 (707,721 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
200,194 200,194 00000000000005807b1869314b8f16c49da4c68ebda6b33081fab2769d4b9aae 0.13 MB 326 134
200,193 200,193 000000000000015db259017c117a0dc66edbe5dbc6f726459e1e224c598d0b64 0.23 MB 565 149
200,192 200,192 00000000000001c3c1679d7453798564ac1f26bab1971a7f56991545da9df718 0.06 MB 202 11
200,191 200,191 00000000000005c1813965b35e865715e6f32d3bb554785d13b2cf7df919b271 0.14 MB 338 105
200,190 200,190 000000000000053d90510fa4bbfbbed243baca490c85ac7856b1a1fab4d367e4 0.38 MB 805 126
200,189 200,189 000000000000057a4b7bed5494c6dace5a87062291b63cd88d7a2e24b2054a22 0.15 MB 329 160
200,188 200,188 000000000000006fd9fbd32de69f74b786253d867119e706c4d14d5f4e829be7 0.01 MB 26 100
200,187 200,187 00000000000004d879e7380aa253141c21fa4ef1df32dd49a00ce64edd8c0ee3 0.09 MB 248 147
200,186 200,186 0000000000000574259e1ba46934d9123b14ff1eace009fa7db8f63c761df402 0.02 MB 43 95
200,185 200,185 0000000000000491aba7c4299ef77d8f0d90d2d854aa820aaac9c6300500654b 0.05 MB 147 116
200,184 200,184 00000000000004479804d8cf5c024ca9b5c536999078736fca6b7a172aad42df 0.25 MB 350 134
200,183 200,183 00000000000003872fe7d4cd275bdc37c798cfe7cd62426c33773fe181350b33 0.28 MB 535 91
200,182 200,182 0000000000000224c07b90f38a85b2af9ee9beb6dbe05e4b33af4ea404306b6b 0.22 MB 552 151
200,181 200,181 0000000000000197c826bc590bcdd97677278bf409fe97883ec619f458075718 0.08 MB 252 95
200,180 200,180 0000000000000019e2ca14d44b34b5a44e5a6c7eacddcc20a6ee244a263c8511 0.05 MB 135 140
200,179 200,179 00000000000004554d83233ca02ddac8f733e216bedb737ef505eeb5a614604a 0.00 MB 9 163
200,178 200,178 0000000000000170a81cc8aca31cc47080b978a7512a53258e062ac7bc7f5295 0.07 MB 157 125
200,177 200,177 00000000000003e680ccd43b335e89df55440b9c6a3d98c52a5440ccc18dff35 0.12 MB 251 124
200,176 200,176 00000000000003c91b94427e9605a6d2c21c688f33e443258c02310827ca2a88 0.07 MB 154 127
200,175 200,175 00000000000004e1988f5bc73b8cd5318181ed27819ab9bb2a6bbb2880196251 0.03 MB 79 83
200,174 200,174 00000000000004694d45aef66f018a6cead2edaab0db39abba5ff57a34cc535b 0.18 MB 522 152
Previous 10 blocks ↓
Total Size: 769.38 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.22 GB sent, 94.87 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.