Memory Pool Memory Pool Refreshing

2,579 transactions
1.10 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,152 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (707,528 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
200,241 200,241 00000000000001a2dc7b567a3f2c5c909f661ad2d34cd3fb4cc8ab76ef83a1ac 0.17 MB 351 139
200,240 200,240 00000000000002fc48775bf910b7a09e0265768e30a2012839d928ff344681e0 0.13 MB 372 132
200,239 200,239 00000000000004da0426fa5ad0f5b68c5ec7423b5abbc257bc4fe98c3e20586d 0.04 MB 66 95
200,238 200,238 0000000000000008ebdadc24854ef68875ebddf74c5e89a184e5362d11369e99 0.00 MB 10 81
200,237 200,237 00000000000004a6e4d9a6c64c482c5c2796c8bdc0086208d072c0780d0d8ddf 0.00 MB 1 0
200,236 200,236 00000000000004def6ef93efcb5a3103ff1355c4e8ac287426c765e3e47d83a9 0.00 MB 8 123
200,235 200,235 000000000000004f0c6e15ad0187a6bbfdb61f3554c7c4709c0c19df5575d6e1 0.03 MB 69 124
200,234 200,234 00000000000004e9c288d2979d254875c00c78e6a6b9c02620ee7e4a740e5e45 0.22 MB 520 113
200,233 200,233 00000000000001792e3dd50c7cf44c17c47d971dfb7c46169a6d0df40f2d96ca 0.04 MB 121 81
200,232 200,232 0000000000000412adeef899391efb3b5665ba02a11af2cdaf5c144096732c8e 0.03 MB 70 132
200,231 200,231 00000000000003c24d6127fb3e0ce618d0a5c0622fde85c3428f51a025d34f82 0.03 MB 79 153
200,230 200,230 0000000000000076cdb6ebea6b95965baca87b073a02f9aa32c12f82b41ccff8 0.07 MB 195 120
200,229 200,229 00000000000000daa0fbbb524a4c093aa38be9493f4e21d4dbc1f0ea3cdade5b 0.07 MB 108 63
200,228 200,228 000000000000059f12aac9f6f93c6c1962e638dabb20d4032916b2066882b62d 0.07 MB 82 79
200,227 200,227 000000000000057a76889fd3bc1dfdcd00dbd3c9640f01479429d65c108419ad 0.00 MB 12 58
200,226 200,226 000000000000030bbec599d792c119f1105cf95920b696aa5fb6d613014278b7 0.02 MB 58 134
200,225 200,225 00000000000001d88d9a9377bb470a75bad42415c1651c8e73a967412f105a98 0.33 MB 688 107
200,224 200,224 000000000000016586854ef374f6ff3c5191060357341786da387b089402f098 0.12 MB 303 133
200,223 200,223 00000000000004964249a6c09bae512242129be8b48ed414328621d092f4b4c1 0.04 MB 125 158
200,222 200,222 0000000000000175b9e02431285c271cd582e829b665099313a170dc0700c745 0.17 MB 446 111
200,221 200,221 0000000000000588d143fa62c7736d26cae0dcecc991e472a69b6e8df98f9a3f 0.12 MB 246 139
Previous 10 blocks ↓
Total Size: 769.11 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,629.58 GB sent, 93.44 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.