Memory Pool Memory Pool Refreshing

1,158 transactions
0.63 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,873 00000000000000000002349e0000000000000000000000000000000000000000 0.62 vMB 1,153 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (730,641 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
177,231 177,231 00000000000000cbe04c4c4ce18d813d492f1cb828a0a981b6580ba782c8e7f1 0.01 MB 8 23
177,230 177,230 00000000000006ad1d3e4c7d661cbfa5c75da9c3750a519d6f3ce69218d3c45d 0.01 MB 21 277
177,229 177,229 000000000000027e08e0a31def78701b26d05fb09c32f22e06a1e26a798f25ae 0.03 MB 42 213
177,228 177,228 00000000000008ca73b368f2c060a8652143dbecb4b8bd87463e3df986f264fe 0.01 MB 16 76
177,227 177,227 000000000000089eace50a5eea4bb888cff363eb620873b4402e9c3188c25c61 0.02 MB 35 74
177,226 177,226 0000000000000659528bddad5a9bfad64528c5e28d6634c82d3751180b99b5e0 0.02 MB 51 263
177,225 177,225 00000000000007179a2ae5bf49107575b9bc97e836f3261e289bef29780ecf08 0.03 MB 98 51
177,224 177,224 000000000000071d17de3d14e7a3844142cf16b91f7b843039eedf7c7b72e2c4 0.00 MB 6 509
177,223 177,223 00000000000009ce5c4564b803bdc091bde242980f21cabfa7927619938a3f99 0.05 MB 98 74
177,222 177,222 000000000000029293609f540c5e82ee970746dcaeb98156b14293fc8be1c610 0.00 MB 14 861
177,221 177,221 00000000000002288bd6baec8a8cba006ebe3f5d987e13efebdb583a31bc4b15 0.04 MB 81 59
177,220 177,220 00000000000008a7c42339dcefeb81c6c6344c9651b265f0b1ce3d629830a473 0.01 MB 12 53
177,219 177,219 000000000000044252a6f6c9afac2695e8efeb50f47a37925b7c363e37b5e917 0.03 MB 45 155
177,218 177,218 00000000000009f70d6e2e00c781d7d23108653b222c8b7da76b46ccca9fefe4 0.03 MB 39 97
177,217 177,217 000000000000006157f8a1bee5f55f57ebdfa30e5494f182adaa6d6dc4fc6290 0.04 MB 65 83
177,216 177,216 00000000000007d96227dbef8825bcd7191b1e8642246facd0c12f1f013277a8 0.00 MB 16 24
177,215 177,215 00000000000005f8fa6fe54b9ae042bbc783b56b5f803919df15957be1cde2ac 0.03 MB 103 247
177,214 177,214 000000000000038fb075cde499b1c2ed84fba96dd82abb473397cdadc115940a 0.05 MB 76 134
177,213 177,213 0000000000000175b61c6c5a0f15d2f0a451f6ed74c672efc6b0e36b40398b16 0.03 MB 85 263
177,212 177,212 00000000000009e8b155678563ef1b765f9cbe5e247c37d5ba8156b9a93cfa65 0.06 MB 100 145
177,211 177,211 0000000000000a6c0d52a8d9843315dc05c1a0de4fd3570f656a90a6951b6226 0.05 MB 162 59
Previous 10 blocks ↓
Total Size: 769.30 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,642.69 GB sent, 94.44 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.