Memory Pool Memory Pool Refreshing

1,685 transactions
0.88 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,917 00000000000000000002349e0000000000000000000000000000000000000000 0.84 vMB 1,676 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,916 (730,786 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
177,130 177,130 000000000000081c1cb2dc9fe1bb3d7069cea5c932b12a3a4469058857bd4b60 0.01 MB 34 203
177,129 177,129 000000000000089bde5726946e02aafa4b525b95a79bb30a8094aa9b3e1f2f6a 0.00 MB 7 48
177,128 177,128 00000000000009073e33b551af563d7eb409e6eb89dab1b4bb35a132303ace75 0.02 MB 33 57
177,127 177,127 0000000000000667f96d838ab36b6139c2a7b0ed3e876f1a7d66dacd71a6a022 0.05 MB 193 29
177,126 177,126 000000000000006ecec177b86f177e3ce84eb3854840766ba9a566a44918f173 0.01 MB 29 102
177,125 177,125 00000000000001aa52bf0f11e1dc0c2e22536fb989d4ed71b42e8686613b15c8 0.00 MB 16 259
177,124 177,124 0000000000000560ae36344bff9fb9e65517199c65458a3972358b87213b90fb 0.03 MB 94 84
177,123 177,123 000000000000092786fc914a5c1bfe49b73a883807f03d26d5a1292a0e66122d 0.00 MB 13 30
177,122 177,122 0000000000000183d5ab7a53c7a5fdd4cb338b09c19061db199d3a82185545e9 0.02 MB 48 224
177,121 177,121 00000000000003c5c616c04e259da438b54e551f7e3c98fd2245d1d50f924fdd 0.01 MB 22 24
177,120 177,120 00000000000007600a0223a253e08ce7fe4d9b547b15526dfa39f6eafd430af9 0.02 MB 36 69
177,119 177,119 00000000000008b1907c07d1f74604f0a0d90b7ec25f0aa3fbe00fa2e1255605 0.01 MB 36 157
177,118 177,118 00000000000008ade905fe291e8a18de94fc629ed08de4d95c04dc0f333ba9af 0.01 MB 13 22
177,117 177,117 000000000000089d1011dab65b92d6239bf193528c104c1bff5fc9e4c2c4bcc6 0.02 MB 39 34
177,116 177,116 0000000000000076b143310f5954d5c001f43186ba8d3d1554f305a0f19ae993 0.04 MB 97 140
177,115 177,115 00000000000005ed871b3a23b2d5315495d4f76fe436deb4d2d824aed0c06a83 0.04 MB 98 134
177,114 177,114 000000000000030ab95d7df81bd226733f107d9b961f393f278668766ab6e203 0.05 MB 96 75
177,113 177,113 000000000000068b6df8d0dea0573e4eef687f66992dc991ae73799d4eb22353 0.01 MB 12 43
177,112 177,112 000000000000017966b44c4b67b52372e434cb73de3d2bb02ea70bfecbbb6c9e 0.02 MB 45 90
177,111 177,111 00000000000003d419574ff0658bb5557b87b1d8fe726db62269a9d941bec21d 0.03 MB 51 194
177,110 177,110 000000000000038a186842b582aa7025e42d418fd18e1222d3b418ac0a166afd 0.02 MB 44 193
Previous 10 blocks ↓
Total Size: 769.38 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,644.27 GB sent, 94.87 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.