Memory Pool Memory Pool Refreshing

3,922 transactions
1.74 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,649 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (706,549 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
201,186 201,186 000000000000000d9e0d9194d4edc25c3d526f76851d53dcaefaf7b4f11a4ddf 0.03 MB 56 113
201,185 201,185 000000000000016c8681885407a2acf4c03caabf481c3c4b6d8e8b81daa2299c 0.06 MB 124 143
201,184 201,184 0000000000000528070a504bc5914b80c728e16f2123841db21fa503e6d1565b 0.05 MB 74 90
201,183 201,183 00000000000003bb4c081af9ffafabb39b700b55d06aebcfd1d47d3b904693e8 0.07 MB 269 18
201,182 201,182 000000000000047f5c61faad21a0242ff37e087e804d0adeb3f9c61dd682a26d 0.04 MB 139 90
201,181 201,181 00000000000001ee137bd22050e822c369719f6e61a1e231f2cc2628c9bf6354 0.08 MB 154 89
201,180 201,180 000000000000036db4d55dc93b74dea6c21827d103c9de08d4e3cb85adfc3afd 0.01 MB 32 0
201,179 201,179 0000000000000271414322dd477ac05db97ed6ec1713fd7dbb513dbd122e281d 0.09 MB 220 119
201,178 201,178 0000000000000598d17a6b4df943937634a601ccbae517589a9f2d847bdf4e90 0.00 MB 14 15
201,177 201,177 0000000000000303d354321a132084fc9e51fc69edf7f8e82b0e415de3b7145c 0.12 MB 173 103
201,176 201,176 000000000000038d429059b195d798d218736045d0563bce14ac9500301d50dd 0.05 MB 66 72
201,175 201,175 00000000000000abed5aa93a4bcb14c1d754096719be85147d39a2963a983b31 0.03 MB 59 66
201,174 201,174 0000000000000593bbc0739a5767587847303935dadab89b2e676e0fc4059277 0.01 MB 19 30
201,173 201,173 000000000000027b62d87249d015b0f5a244c4a7878e3691857df3de6da23781 0.01 MB 19 39
201,172 201,172 0000000000000154eca2a0fa7341540c75f4b1c410a30106a2d305179dd31360 0.02 MB 33 154
201,171 201,171 0000000000000072fc4402bb8ad49dfc552d60d901a17ef8cb22ddd4a88d6893 0.04 MB 143 9
201,170 201,170 00000000000001e5048b9ecbec767dd4916ba9aa5b4193831bd2d2c4abecf90c 0.01 MB 10 48
201,169 201,169 0000000000000140c1e02b4a28be60e93cbb41a4f53b401e6d95086882327d2b 0.03 MB 75 121
201,168 201,168 000000000000059a717963a24690a1978afed9f2cba9fee86c5bde5a6a8863d4 0.06 MB 70 69
201,167 201,167 00000000000004cf4385398ff79a210d7e06af051458ea881e0a951b2745eff2 0.06 MB 145 73
201,166 201,166 0000000000000286d0bdb45599f4de3152d5e78ea9622fafd118f8de5eb52101 0.04 MB 60 38
Previous 10 blocks ↓
Total Size: 769.05 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,627.29 GB sent, 93.11 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.