Memory Pool Memory Pool Refreshing

3,608 transactions
1.08 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
907,795 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,306 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (68,529 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
839,265 839,265 000000000000000000009ac0b3f4d5f8370ae21d832007c088976157d37a5ddc 1.95 MB 3,427 28
839,264 839,264 000000000000000000019cc945ae13297c121efe651443555af024882f091d1a 1.82 MB 2,357 21
839,263 839,263 0000000000000000000327e997108452f40291540c79eee05e7090c158b61006 1.90 MB 2,747 42
839,262 839,262 00000000000000000001b9f078a0f335ca50fff95f6be7e4320ff91530a1ef60 2.06 MB 2,464 37
839,261 839,261 00000000000000000000b4fa86c4ae4933344bd08480b097dbec1f1d9269cb60 2.12 MB 2,753 28
839,260 839,260 000000000000000000025820df002cd81b8bd78e6c64c1791962c8a91b46f54e 1.81 MB 2,935 66
839,259 839,259 00000000000000000000dd53113062393ad899a2e540f28af3f0a92e94922ccc 2.15 MB 2,367 28
839,258 839,258 00000000000000000000036fd453ebdd1becc3361749182733bcefb968c3b533 2.13 MB 2,429 29
839,257 839,257 00000000000000000001748575b84c6f35d6b8ef3f116b3b1693852985958cc9 2.24 MB 2,662 36
839,256 839,256 00000000000000000002f82506b4c6fc907c2045f6ed2714fc71d19c48a0cb07 2.02 MB 2,763 46
839,255 839,255 0000000000000000000101995bb592ddf87bd5d454dc7ae111aa9f7f09fcc5c3 2.26 MB 2,183 39
839,254 839,254 00000000000000000003045b4dde2b7037e6b67ca178dfb570f282bb5474d1e4 1.89 MB 3,217 60
839,253 839,253 00000000000000000000ac30528599213c45ddc8daf63c3c69cf6e3abbdf04a4 1.73 MB 2,664 48
839,252 839,252 00000000000000000001aab82277b68df4799605bac0e5be2ada2153dedc07c5 1.65 MB 3,257 71
839,251 839,251 00000000000000000000101ca6aef552f99e91710c8dd3c4d103f0f1fe0f4ad8 1.92 MB 2,396 66
839,250 839,250 00000000000000000002a9b0123107522eee092357fea140d18700e58ac81b8a 1.92 MB 2,372 63
839,249 839,249 0000000000000000000171a20d0df9fd4bc3a59155f0d53ae0ed4327a0666847 1.89 MB 2,012 57
839,248 839,248 000000000000000000029c2308d3090cd83f20db0a458cd1157fba327f14590e 2.13 MB 2,391 73
839,247 839,247 000000000000000000003c884ae7ba459f24165b0739dd81d43802afc8f18462 2.14 MB 2,228 40
839,246 839,246 00000000000000000000d5d5d648f743d1600fce54232573c0c7d93fd7cfcbf6 2.10 MB 2,591 56
839,245 839,245 00000000000000000002d5f3e7031e45e6328bf923a80d23dc69de57ffb801d2 1.83 MB 2,770 66
Previous 10 blocks ↓
Total Size: 769.16 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,632.69 GB sent, 93.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.