Memory Pool Memory Pool Refreshing

3,895 transactions
2.03 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,739 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,322 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,738 (698,458 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
209,280 209,280 000000000000006b25116a9d0e62307c7a381cf1168be2f9cd33937329a6df05 0.04 MB 81 290
209,279 209,279 00000000000000356454638c644b644ae6d8b21a1bba422862b77150910cafec 0.10 MB 170 131
209,278 209,278 0000000000000313c88fdf275393f33d9fc5d0f1fd8fd48d5219c34bfec9c706 0.02 MB 62 99
209,277 209,277 00000000000003e2e8fe9fe737c4fb1291797d9ff280463217e8ac3772ce87e1 0.02 MB 16 95
209,276 209,276 00000000000001502700ff5e5e00f03009cee258818612ca3ec33db70f9f8140 0.16 MB 193 124
209,275 209,275 00000000000000b167eb47d4f4a9f034879d276c7b8c994ccefb75e620f05992 0.00 MB 11 150
209,274 209,274 000000000000014db6718c1fbb1a740b2f5ec5545307a6de61a38696fddf00b2 0.00 MB 13 33
209,273 209,273 000000000000038ec93a9732ee8c3e65d317ea2a0ba27694ebcc6a46f2174f57 0.04 MB 94 170
209,272 209,272 0000000000000040cdd3253654ca422c980fbaecc2a30d24c6f934cbc1e8ccf6 0.06 MB 149 160
209,271 209,271 000000000000028fac9d76c16acd70e9fbda5d3d350a8d6ed7145de064d5d3f5 0.04 MB 83 153
209,270 209,270 00000000000001c90a047f652133a082cda679505707f321aafdbe3f4e231554 0.02 MB 45 127
209,269 209,269 000000000000038bab7182474d88b289d2c0b8d37b42e1cd40958cb75076be36 0.02 MB 63 126
209,268 209,268 00000000000004c5ebae1cec6f500026fbfa0a4dd2f702025fa77ed71ca200b5 0.03 MB 95 53
209,267 209,267 000000000000004ebbf65425070a364f09fd5d3812d1e1ce35f2aa55c097d124 0.20 MB 414 413
209,266 209,266 00000000000002b6e6f76c78cb34ceff3dda75df001c6d4cfbdd0906218713ba 0.08 MB 190 181
209,265 209,265 00000000000004a0ae6f3c0df9f3f391d5a83cd8cd0593ad1d972e4658b78670 0.23 MB 366 166
209,264 209,264 0000000000000234ea46f84bcb185cc163f7225dd58482c8406ec08d0be5d085 0.06 MB 102 78
209,263 209,263 0000000000000322f9379c8cef24b01dece3f2b915098901edee0b99d6e97bb6 0.25 MB 414 171
209,262 209,262 00000000000002c6c37be545c1f9f0ff8f40e24695312c2fb2319d3f1cbc295b 0.00 MB 12 344
209,261 209,261 00000000000003b54192c326f4a258e9e3246525bc5eea0cfecf6b5b08b9ac17 0.00 MB 10 15,169
209,260 209,260 0000000000000207152fe8152778d57c4b61f4f1a7b2b65bf327d4e530fffbcc 0.00 MB 9 31
Previous 10 blocks ↓
Total Size: 769.06 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,627.78 GB sent, 93.17 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.