Memory Pool Memory Pool Refreshing

6,148 transactions
2.04 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,765 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (700,978 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
206,758 206,758 0000000000000493df8c9ea6eece5d692a98ea4be2859a9904bf0200d3059b35 0.18 MB 315 171
206,757 206,757 00000000000000705bd738696bb8c329ddc16bf125a85ce5123315af61263ca1 0.25 MB 530 158
206,756 206,756 00000000000004e379ce5a44a802ed3bb79e7955608fc680aee4ac768c143845 0.20 MB 268 136
206,755 206,755 0000000000000183d5b0655c05d942df0d871aadf9eca217dbb51002345342b3 0.25 MB 653 227
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, 113 incoming
  • Data Transfer: 1,628.28 GB sent, 93.32 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.