Memory Pool Memory Pool Refreshing

6,210 transactions
1.83 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,998 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (701,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,779 206,779 00000000000001de615ca18e4277b61fea9224490635d6323f9c3240cbde56de 0.14 MB 244 145
206,778 206,778 00000000000001b43e2f830232d595735e472eaff8ef4a198eedfe605bce2d03 0.06 MB 138 188
206,777 206,777 000000000000008ea1996667ff71e73a85b69c00ce709f384ec192e490e39fe8 0.02 MB 42 204
206,776 206,776 00000000000004a0e885131199e4aa1cb1c2fc586c0376fa6914f2c0e56e661f 0.33 MB 420 62
206,775 206,775 00000000000003b7aa44b71daa28cdbf8c2f046bef0201a343f0af853b79f845 0.10 MB 216 145
206,774 206,774 000000000000047f088fa419e130e02476410ddeebd34e90287187829de5b944 0.01 MB 33 109
206,773 206,773 00000000000000b32b72e1563ee32919a937dcca05262c6407e8403d51cbbc13 0.02 MB 38 123
206,772 206,772 00000000000004e4da4f9d50219a127bbea20974ea17e040575efff9de76dcf3 0.24 MB 397 119
206,771 206,771 000000000000010d8fe5eb233b0140045e71e2e33d20a1a7b7a49f4b03914d3a 0.25 MB 767 265
206,770 206,770 00000000000001f4307efc5a5f99f9f7dc7164988ee7be977deea92c5d1a3532 0.05 MB 120 162
206,769 206,769 00000000000004ee6e2ee4e1debba33f8d1dc0bf3eb4a2d90f01d91e73df82b2 0.05 MB 136 224
206,768 206,768 0000000000000079ce04f403c625a8231845ebbbb8745bbfbc1ed2d38d64068e 0.09 MB 313 45
206,767 206,767 000000000000047d8900750308294c378aca6c99c14f788580003ff000f4c78c 0.05 MB 127 317
206,766 206,766 000000000000046d4be65637f850124bba67fcdb733e13428b9a253b7d6606dd 0.05 MB 142 269
206,765 206,765 00000000000002221bade37aba9ecd360f546ce78a691b31bf6095e4ea2708bb 0.23 MB 614 194
206,764 206,764 0000000000000017f6a5087b64cf888061d626de8725db15e7ff953980ee1565 0.05 MB 87 315
206,763 206,763 0000000000000117b30bc025eb1fd22c307ee3695a246ea862d53f14f1869e4e 0.24 MB 721 219
206,762 206,762 00000000000001c96dcac198bec09fe5c644af9366a12bb7fd2427005c9b2c84 0.10 MB 176 213
206,761 206,761 00000000000001fcf0f7fbc87aee0026f3a8eaac5424c43b5bc762ad225dcce0 0.09 MB 154 129
206,760 206,760 00000000000002f295df73bbae8849a6847a981314357668695185603f3c4d6a 0.16 MB 365 181
206,759 206,759 00000000000004510de911c812518073bfdaeba25482b233526e87647ebadd97 0.05 MB 108 87
Previous 10 blocks ↓
Total Size: 769.31 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,642.77 GB sent, 94.49 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.