Memory Pool Memory Pool Refreshing

5,675 transactions
2.07 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,090 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (701,365 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,365 206,365 000000000000042b3228b8b36e75d66612cec78f0b486a513ad37b387a27afce 0.13 MB 320 973
206,364 206,364 000000000000041285fb08076fee59f783497efb3b7e9d4eed1b412c5bd6099a 0.01 MB 16 134
206,363 206,363 0000000000000368c030e8b0f6007b82f6ea7bdbe2ea72fc3f6a344548bfa872 0.02 MB 50 183
206,362 206,362 000000000000022844224cb2be5aec8115606d6fcb2f47a219a93de26b3712a4 0.11 MB 212 142
206,361 206,361 000000000000018ce945f1868527d5138db7a1aad2a6b136e323b6d1933dc27e 0.21 MB 351 134
206,360 206,360 00000000000002be86a3c5ef7316d65761eda67528fa84929a3cac999754fcea 0.01 MB 19 104
206,359 206,359 00000000000001151ca28cb05e89887b904db99708a07315fbec829c63949e0e 0.04 MB 107 159
206,358 206,358 000000000000023135b71510ea57263ceca745d5e2f02220adf84a998c3a4944 0.02 MB 56 159
206,357 206,357 00000000000004349cdf96c856e07c2160e45c9f5b0022762d4a22a706d52622 0.00 MB 10 0
206,356 206,356 00000000000002fb707e1947de67e9c35f0a4e794c91b0d3ba0e8021f111becd 0.03 MB 70 191
206,355 206,355 00000000000001922ffa0ca8429e87844ee626db025992228ee7b0e839101b20 0.02 MB 66 182
206,354 206,354 000000000000050a1922e687e2f852341cdbfd7808724b291fa51cc047ff234d 0.05 MB 122 152
206,353 206,353 00000000000002bf9cad2d0ff8369366ee0a9ac6d665c3a979f39ef6014c14ef 0.00 MB 13 0
206,352 206,352 00000000000000dfaf09aaf121abca5e65e59a542b1746e6b5199e685e24cc4a 0.01 MB 42 191
206,351 206,351 00000000000000b4539556313eeba8baa9142fd491f5d9a281c23507c535be19 0.05 MB 132 174
206,350 206,350 000000000000024e69cf8df964cb083adc3f31b20d9086bd653476258e4f5c3f 0.22 MB 489 173
206,349 206,349 00000000000001f602650ff515e77204883a5c0f670ac259bccb30b70f0330d3 0.02 MB 49 148
206,348 206,348 00000000000004a98f78fe912112e5d29893d8693b2c165f54c8cb13f7f2533f 0.08 MB 148 126
206,347 206,347 00000000000004cbdf9504e1f7531489ecc40341372437fdde02bbff5c7b561b 0.25 MB 742 213
206,346 206,346 00000000000002fb665f5a5fe6016b785dcfcc8a94fd64d2c41bc7adf93afec1 0.17 MB 528 200
206,345 206,345 00000000000000299debf1a957c97d5a3f3936bdbfbbe935ad05fd15310e28cb 0.11 MB 236 140
Previous 10 blocks ↓
Total Size: 769.04 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,626.29 GB sent, 93.06 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.