Memory Pool Memory Pool Refreshing

3,560 transactions
1.52 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,841 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,657 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,840 (674,533 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
233,307 233,307 000000000000007368822c87a126b81d12daab722746b18f399f36b60beda959 0.22 MB 519 384
233,306 233,306 000000000000009a0b8cd1ff647bc6e1c25d3b7a1b9f1a787774768fa48bca40 0.25 MB 124 16
233,305 233,305 000000000000009aa95edefb3922599e9835fd0b4f3ecbe51741371b0f650530 0.14 MB 322 198
233,304 233,304 000000000000009e390b97343d67db0482465d36fd9d8b51e484a5784cfcaa76 0.25 MB 341 107
233,303 233,303 000000000000004fc8243b8cbd01498d556d0b0efbf6a955811061fcbcf14f1e 0.47 MB 1,118 267
233,302 233,302 00000000000000d7cb76882cbd7c17dc817ef9fa1861a1c6173217ab212d79d3 0.15 MB 385 225
233,301 233,301 000000000000000ab566fd6efcecffcbd9a833d495979233df2fa0b921249224 0.13 MB 203 114
233,300 233,300 000000000000009937fb932fd95b0116184868b80e6ff251fc0a14804294e5aa 0.18 MB 345 152
233,299 233,299 00000000000000c247572fe2e2e891465762548008dbce7c4cd83d7ab2c6933b 0.14 MB 302 152
233,298 233,298 00000000000000f807bddb3d6ab3bb020fd830c48825a25669b63e3d9b864d80 0.12 MB 264 183
233,297 233,297 00000000000000701179bf2c9da8b5383ba1417b576219a1c93059a7c35782be 0.11 MB 220 150
233,296 233,296 000000000000010051b798cd4df19a471e67519d84aa5116f5b589c5a7f29f3a 0.25 MB 121 37
233,295 233,295 000000000000000d3cf8bd9bbf278a83a008b849292aa15c77067bfe3a53bd08 0.25 MB 323 114
233,294 233,294 000000000000008447553d2832040bf355ea44c1fd35c2068865047c001bf119 0.04 MB 69 140
233,293 233,293 0000000000000152a86d90411edfc6a9ec88305897cd86038396afd9d11feb66 0.22 MB 495 172
233,292 233,292 0000000000000127a66f3d865286128691cd35bd7e067c168369fa9b867f6850 0.04 MB 128 96
233,291 233,291 00000000000000942ea48f3dcea065b25af7f99df4d4134cb64ca562c5af2061 0.23 MB 482 146
233,290 233,290 00000000000000d226010198230bb3ebf511e1006a11091ed31560bc7241cf4c 0.00 MB 1 0
233,289 233,289 0000000000000049d7885ef473f173810fc47ecff2b96799664072545188c64b 0.04 MB 82 152
233,288 233,288 00000000000001bcf4931a6f73b554eb85237c7318f0b428f365585ca9b331aa 0.20 MB 329 126
233,287 233,287 0000000000000040e6de3c5f7fe0d205b83ddc0c13a71f62a0e8a5942642b5a5 0.15 MB 216 103
Previous 10 blocks ↓
Total Size: 769.24 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,635.06 GB sent, 94.14 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.