Memory Pool Memory Pool Refreshing

6,721 transactions
2.21 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,930 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (619,498 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
288,255 288,255 00000000000000001493ed893e0ddd50a98070b89fbb77a7612be3f11aaa1a68 0.17 MB 142 25
288,254 288,254 00000000000000013f697d379e01ab063cb5850631b9b92835a808c5712974b7 0.25 MB 404 37
288,253 288,253 0000000000000000198df5f8589622c3e92c198d2f776d2a3010770609c7beb3 0.04 MB 73 34
288,252 288,252 0000000000000000a1c9bcfa859c4753ad635b818f4fc82adcc6f078c48746ef 0.05 MB 118 36
288,251 288,251 0000000000000000e6740120bb81d627fbd3dddb1cf2952a4e95c232152b131b 0.27 MB 191 14
288,250 288,250 0000000000000000adb7ee0563174e1802e678f90b34dd516bab94cd1a6437dc 0.25 MB 625 67
288,249 288,249 00000000000000014dce7b23f75a878833f1d03e911d2683407c12b0cc6e8166 0.15 MB 210 36
288,248 288,248 000000000000000115a3106b357f5b0d88a72f212785d54b883e8cc839d7cce6 0.24 MB 404 30
288,247 288,247 0000000000000000d5b08fc230ba956a1b0ce35b8a0ee31240e00c92b123589c 0.35 MB 740 39
288,246 288,246 0000000000000000d81c1eeb2c6468647e8743c07310e233e7ce7a2651c4a9ee 0.47 MB 954 36
288,245 288,245 000000000000000030e4dbaa24dd9ecda1de9fe856712e265ea7ad232181cbd4 0.12 MB 189 34
288,244 288,244 0000000000000000a274c372f5384ef7dec05601013c01554f9a31c38a5cdf69 0.16 MB 384 41
288,243 288,243 00000000000000000b78f84502c396dd9b1c74949c66b5af320425b729ca65f3 0.03 MB 82 33
288,242 288,242 00000000000000001a20c69af19000adb10c52c41fc85af60c3e98cff21b0bf3 0.02 MB 56 16
288,241 288,241 000000000000000000c779a2a49d2d98d90d0505a246051d0ca180681ef4d7bf 0.18 MB 431 53
288,240 288,240 0000000000000000e224e02d8430cee7d078f79128526f68cf5ead9483d5eb33 0.27 MB 623 37
288,239 288,239 00000000000000007adb1ebad419d3bd282dd041c530f1beb74b47c7cc5ce9f5 0.00 MB 1 0
288,238 288,238 00000000000000004bc6104c799b8d6b6c99408e0a1f3164e149883f1e504eee 0.10 MB 219 27
288,237 288,237 00000000000000004deeb60132a4707b1e7da452f475061d4fdfdd0fb674e40a 0.26 MB 380 35
288,236 288,236 0000000000000000104d57c99b687fd50d8971569f5ad4b56726319d4963dc0f 0.04 MB 64 747
288,235 288,235 00000000000000004085de37175c577640e68cc8245c762f82e5d11770b0eb16 0.46 MB 995 34
Previous 10 blocks ↓
Total Size: 769.08 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,628.28 GB sent, 93.33 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.