Memory Pool Memory Pool Refreshing

1,719 transactions
0.59 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,679 00000000000000000002349e0000000000000000000000000000000000000000 0.58 vMB 1,706 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,678 (705,855 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
201,823 201,823 0000000000000168fbf076b1c4e52e94884d388b3bbee946cb858a6474eac221 0.01 MB 32 0
201,822 201,822 0000000000000106c12a4d7a65e255f1af194ddeeb346268c4c39f7634bf6044 0.15 MB 331 200
201,821 201,821 00000000000002808acea319d3da677580c9444b45b21258984575337cc3fd9c 0.10 MB 192 221
201,820 201,820 0000000000000034529df8a39766fae55aaf1107bcf7b053073e32cf113639d7 0.03 MB 60 154
201,819 201,819 000000000000027722d83c14cc8b931ea6e59159c81c4d441db1f0cafcf06324 0.29 MB 548 139
201,818 201,818 000000000000052b69d23a5605bc81cead328f74775ecea75347a1afbe67964f 0.08 MB 292 432
201,817 201,817 000000000000002ba597bb85a166e611fe742b9341df7d17f57b9c01a1a9b065 0.07 MB 141 145
201,816 201,816 0000000000000308d4aa4efab3ccd16552d29f6f6ce8c24115e86234e5877f5b 0.12 MB 220 134
201,815 201,815 000000000000025c07ea4f50b53b9c25c97b8a3ec67989fad8cc95848989c28f 0.05 MB 162 59
201,814 201,814 000000000000056ca5479ee8448422eb0102eeb2bc15859693e9033cbcbc5d77 0.18 MB 509 128
201,813 201,813 00000000000004e1426ee9c9d908611241327a8a46b7e900077dbc9458f1dfd9 0.25 MB 654 185
201,812 201,812 0000000000000074d6808c4211695958136c80675bc30d994ed6916fb25c7bc5 0.26 MB 581 192
201,811 201,811 0000000000000570426b9cb57e78780ab8cdcc71186168fc7ea0b9cbaef07e5f 0.10 MB 256 233
201,810 201,810 00000000000005527d3997046e82f85edbb2cc947d7085dd43cb60b929c5b0bf 0.25 MB 705 158
201,809 201,809 00000000000005059be356897a8c7978069154a0cf8beb9b9e757c41aa0bee8f 0.26 MB 652 244
201,808 201,808 00000000000004805bca4af3b201a18680b224b69feeeac661c5c182ae2bf2fe 0.29 MB 741 197
201,807 201,807 00000000000001f44b51bfe830c89abe47ab90934c534c9acd68d107b09b8753 0.04 MB 116 143
201,806 201,806 000000000000026b2bd8b09d7642106e07b77810e33b422699dcb4a51ed32e4f 0.27 MB 561 396
201,805 201,805 00000000000004eb9d40ac06ab77e4fea51b1fecb16a52566a833588d5ec3b8a 0.11 MB 247 489
201,804 201,804 000000000000040547272fb6fa24034530c70d0071ecac31f045752757b2f58d 0.12 MB 228 313
201,803 201,803 0000000000000132bbaf1f8fbbde1f9710e1bcc62161d06d94c536a7924d665a 0.32 MB 551 81
Previous 10 blocks ↓
Total Size: 768.94 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,613.41 GB sent, 92.51 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.