Memory Pool Memory Pool Refreshing

3,749 transactions
1.20 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,000 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,282 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,999 (692,870 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
215,129 215,129 00000000000003709702c672a6bf21972e47034c56b0e3de0fb153d2de09ce3b 0.19 MB 512 250
215,128 215,128 00000000000002caa0aef5665bcde3a0705ffea59ba240827c8d3ae85b144246 0.33 MB 803 195
215,127 215,127 00000000000004e4d5771621599c88ec553260955d0e588f50219f31ef8cb681 0.00 MB 11 67
215,126 215,126 0000000000000431d16b2597b86276763efbbb5544c9cd42c203cb81db6388ac 0.00 MB 11 487
215,125 215,125 0000000000000357f7d9d4180cba55e2e740100b45a6652ce06d6cdbccbffea9 0.12 MB 237 142
215,124 215,124 00000000000000784382a9164c77888b43ba77748f14041b15188fe0d9faca3e 0.09 MB 171 143
215,123 215,123 00000000000001ce6a9f99bc7a52bb100fd4a380cfe0a4ab294be52954af4e34 0.21 MB 603 222
215,122 215,122 00000000000004ca515fa7672f2968cd92fb1eb35aea4d46733ed33538eb6959 0.23 MB 128 36
215,121 215,121 00000000000000168b517b41ced50148078e54c2deafadab94e76c029aec55f7 0.15 MB 262 172
215,120 215,120 000000000000029f07fb337febb410550e19e9d3ce8db5d4cf76c3b1d68be56c 0.13 MB 85 60
215,119 215,119 0000000000000572928eb0963cba5510d36fa2f3535578d59b05f1cea83c7efa 0.20 MB 350 150
215,118 215,118 00000000000003fbae73d26e5b90ab0711eeb24743b19a256bf84c733ef8bc1e 0.15 MB 256 174
215,117 215,117 000000000000002d9c8e620c56c09ad985b692c2e06aa306acbf42f3ce2b067a 0.25 MB 693 317
215,116 215,116 0000000000000310a0c0210afd208add45aaf4c8f9825d01969b2c4de396a9c0 0.00 MB 11 591
215,115 215,115 00000000000004d4a9d3ad33ee62d28e486f018c4386541799a3e9e314d15160 0.25 MB 413 128
215,114 215,114 00000000000001b10cf4fe9ff330311b7560dd9a52d5874c9b26dd2faa099f20 0.25 MB 647 193
215,113 215,113 00000000000000d77232764aebc16bf4ccff5ec4c34c53e95d8d9900a2cbfd83 0.20 MB 661 277
215,112 215,112 000000000000040ce407f2125c1ce5d2f36f9be1d24f82db0ff15c47fc9559fd 0.09 MB 208 169
215,111 215,111 00000000000001868f5320d9bb810d8daebbddbd4509e6f9b44ba1bcf140e8d2 0.08 MB 179 172
215,110 215,110 000000000000017571d01196fd25a1fdb8cd400cd7256d4cc21176506a084fc7 0.18 MB 438 188
215,109 215,109 00000000000001a213b4292190030151f76080403c7f57fd6b6c0507fb1a514e 0.22 MB 427 139
Previous 10 blocks ↓
Total Size: 769.54 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,648.72 GB sent, 95.66 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.