Memory Pool Memory Pool Refreshing

3,543 transactions
1.51 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,841 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,649 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,840 (757,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
150,242 150,242 0000000000000b05f12cf06ea8169564c966a37657febdfce796d65b0ddf77dd 0.03 MB 80 170
150,241 150,241 000000000000019ffb448686feec7cefb8227fc6760cc1e145ee92aade082e39 0.02 MB 39 233
150,240 150,240 00000000000000d2f108dfd68e55bdb8f1c574116fa5b55d86c3e0af99fef374 0.00 MB 2 193
150,239 150,239 00000000000005e88c33b6e9c154bb017b261919e567a6844e535fcf4e685bf7 0.01 MB 10 231
150,238 150,238 00000000000007048f01d4a1f8f9e746fa4a59f6b1e8760c85c08bd6d0b82a54 0.03 MB 94 23
150,237 150,237 000000000000010ce352a1d9799bea65d7f869a4ff736c0a286587d3e514e360 0.01 MB 32 348
150,236 150,236 00000000000005c66ae7042e5ba281c3f617dde009c175b6b2a0c038f2225d93 0.01 MB 31 228
150,235 150,235 000000000000097109cb12432988bf5184fa1fbc02a6f8e3f8817c6a38fb432d 0.05 MB 101 171
150,234 150,234 00000000000004e159b7f955398608b1965a4c6606e8f92802454153b6e90888 0.01 MB 49 110
150,233 150,233 00000000000005fd87d75292866b5717482e0d937e5abcc8205cb30ddcf96c84 0.05 MB 152 144
150,232 150,232 000000000000089f05ea881d9937d6d709ef74f541c41adf2953305db5835f78 0.01 MB 10 117
150,231 150,231 00000000000005a16576b79d8fc3611d4a5d46f320f5c5e722df436fc56d6d48 0.01 MB 20 64
150,230 150,230 000000000000053f93c2ec564d74f200adce053c2a47b0990b3e138c4b701d26 0.00 MB 11 0
150,229 150,229 00000000000002ec9cf2a0af941d0c32dc1d0d955a2b2012ada76c5b18438e8c 0.01 MB 26 50
150,228 150,228 000000000000020cc7d67de2795e78119b656d5058c514d5d2365c2ae5f076a0 0.04 MB 123 152
150,227 150,227 000000000000091424a4a71981ed1f65000a6e57c54eab5938b2337ff0915544 0.01 MB 45 115
150,226 150,226 000000000000020557f947361bf5b519aa73b2a863a953afe569be9dd242a3c3 0.01 MB 13 46
150,225 150,225 000000000000046ec06b09a0ee5da3e28a9bc8190c9c37783eb05559851f7bb7 0.02 MB 61 310
150,224 150,224 0000000000000a5b33a207671f325ff0c047c349a7a8e2ecbcd3983b57d5e82d 0.05 MB 111 116
150,223 150,223 00000000000003ea8a1005e1400c7708f115f4f42af37ec56bc5d64882da21fe 0.00 MB 1 0
150,222 150,222 00000000000005ca5fea9a2e385d04f464071d7c65b3621870193ba6f59d92b1 0.00 MB 14 0
Previous 10 blocks ↓
Total Size: 769.24 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,635.06 GB sent, 94.14 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.