Memory Pool Memory Pool Refreshing

986 transactions
0.41 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
908,021 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 975 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,020 (741,784 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
166,218 166,218 00000000000002866a16a25d61ae8ec851ad5aa5e9acc9f875b1a0d097e41aa8 0.02 MB 79 15
166,217 166,217 000000000000019034e5547960fbe837b1a9d70de202a448e79ebb21fa4e9967 0.03 MB 42 64
166,216 166,216 00000000000005ff01b50df8ef8c89167a4adecc129c86b2a7ebc1480323cd97 0.05 MB 115 178
Previous 10 blocks ↓
Total Size: 769.58 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,650.87 GB sent, 95.83 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.