Memory Pool Memory Pool Refreshing

11,282 transactions
4.11 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
2 sats/vbyte 3
2 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
908,158 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,849 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,157 (741,918 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
166,239 166,239 0000000000000a6500ec8de06987f15b341fa668ab21132d931e91e638800022 0.06 MB 106 72
166,238 166,238 00000000000001fe480e05cb2fd9e338f6558ccc1996cefc2625552cf14c08b8 0.05 MB 110 89
166,237 166,237 00000000000008b51f3613d79c7e60c662f9b38b36ab2c6878643c267bf9520e 0.04 MB 76 58
166,236 166,236 00000000000006e6fed5e4ce438ee4a563437632c26f38c165031fdfda2120c9 0.01 MB 24 15
166,235 166,235 000000000000074989a929f49d3f6c60fa5b34397320f8e71830d6ac9894469a 0.06 MB 50 122
166,234 166,234 0000000000000b5f91834f21ea07dc7a83573020ab28275c5bd84cfd2f230b69 0.05 MB 141 91
166,233 166,233 00000000000002a613f1ffb0887bcfc4ae5af2694ffff4b13fd4b537d218cf82 0.04 MB 60 147
166,232 166,232 0000000000000332b407c5a8901fa18f5b088435ee85eb53e69598b87c3151ff 0.01 MB 15 211
166,231 166,231 00000000000006d13a7fb8369f85815a1be54ff250159c77192b86fc093d7a6d 0.02 MB 24 25
166,230 166,230 0000000000000bad18dcb810b6302c4ef6801ad8ef0d9e2d713dd50280f5f9ee 0.05 MB 74 230
166,229 166,229 0000000000000a0935051425a6c3348a7bf8cea5a76bc0aaf774f2c4ea3b363e 0.05 MB 142 28
166,228 166,228 000000000000076f404c7aa7c569362f81819a80189f7813c2bc4baa83fe769e 0.01 MB 10 43
166,227 166,227 000000000000020c14d661b261655b055ea6e4bf51a86e307b7fde99a04c723e 0.05 MB 57 92
166,226 166,226 0000000000000b2a46178e7a9d75d3b67e404fb1e2fb92c24935ae37607ba2b3 0.02 MB 51 117
166,225 166,225 00000000000004a53e4b3d8ca28619a27854c2dc77520822e8a481c247a770b0 0.02 MB 49 260
166,224 166,224 00000000000003e9da237249dbc70501d01c9085b919c8e225768bdbc1e1ceac 0.03 MB 66 114
166,223 166,223 000000000000025b9bfe03628dbe67c61857415fcfad2e2ed50afd306ab6057a 0.05 MB 142 5
166,222 166,222 00000000000009612c8d80dfbb3cc93b7ae43a85028c38435fbd4f15b4efdb06 0.03 MB 76 22
166,221 166,221 000000000000097b7c075ccc95aa2f99e326aa5e48192ac00888f989a501d111 0.11 MB 218 109
166,220 166,220 000000000000063acbf99ace32582efe8e1c6b3ccc0c6712461856cb01e53c48 0.05 MB 98 20
166,219 166,219 00000000000002b011c39ac004ce8d178a873050079faf900a4d53ed88326abe 0.02 MB 23 873
Previous 10 blocks ↓
Total Size: 769.85 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,680.85 GB sent, 97.12 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.