Memory Pool Memory Pool Refreshing

5,970 transactions
2.63 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,783 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,780 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,782 (785,486 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
122,296 122,296 000000000000907ad602f5ac2231f85479e798c1a1821c8bbd69d710fbda90b9 0.00 MB 10 0
122,295 122,295 00000000000030a4fb3f56158b7a2035afd397bd28d262d531e4d7b010b53be9 0.00 MB 7 0
122,294 122,294 0000000000007c79543c5ffd74bb6eb1e7884ccc39b509502b2d98fafdf67fac 0.01 MB 6 0
122,293 122,293 0000000000000cef88cd48e6c4765bdb8820409ccc0227137237d283081d06f4 0.00 MB 8 318
122,292 122,292 00000000000048df0a20fcfab7280bf7ea03ec4af9b69791ed6fa9c02f9203f1 0.01 MB 28 1,101
122,291 122,291 000000000000872ae5ed529b9d9d0345ba8d9a268619dfab546b09c36cadd32d 0.02 MB 50 1,216
122,290 122,290 00000000000039f516278d55940f77b43081fc20cde60accf032641d2c9b8014 0.01 MB 20 1,761
122,289 122,289 00000000000023573d5504babd1e66f64e052b71eb0f9880ca347661d493a84b 0.00 MB 10 1,040
122,288 122,288 0000000000007916fee713ecb418ef409faf5ad681da020c334cbf863eb158f2 0.00 MB 15 454
122,287 122,287 00000000000031f402497945af9ecaf6cbfe1271e52043074d2a727fa35064b6 0.01 MB 20 818
122,286 122,286 00000000000015d92e420f04b33cd6c5bc3d9b5aa4d19bab293db35db22b39cb 0.00 MB 5 1,926
122,285 122,285 0000000000008def2e5869d0a865f6e42bb670a193fdd5b6d359b945db22c8c2 0.01 MB 18 180
122,284 122,284 0000000000001656e526a1919c3b439fdcdfeca42631d8f0a6cd9e778a167108 0.00 MB 6 351
122,283 122,283 00000000000074e70144249f364f9169995e5b0b770f7e3e1150fa1c49dc9b6a 0.01 MB 21 177
122,282 122,282 00000000000002a828bbcb299f5e08ea74bc57574f40f6c60606a088a36b1bc6 0.01 MB 20 657
122,281 122,281 0000000000001f36de4f4bfbc19f281d6f921bf06a00d46ab3651faeea998409 0.01 MB 18 768
122,280 122,280 00000000000082df5928514e64a59cff3f67f1b0d01da4f5d929f54e8c52248e 0.00 MB 12 0
122,279 122,279 0000000000007905f23201b2f09df27a8acbbe38bbcf9c43985b00fe9453747a 0.00 MB 13 1,899
122,278 122,278 00000000000036d8d8ff3d2a2ed375907cb4bb351c1fc2d10a84def2aaf0d1c2 0.01 MB 20 513
122,277 122,277 000000000000098cf004857daebd8018f8bdcecc9983c9f6cb4e07dfbbe2c4bf 0.00 MB 2 2,288
122,276 122,276 00000000000036f6f0ae0e5e9f700b31afde95cce5c1859a2531f12f7113fff3 0.01 MB 15 636
Previous 10 blocks ↓
Total Size: 769.13 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,631.79 GB sent, 93.57 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.