Memory Pool Memory Pool Refreshing

2,111 transactions
0.69 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,857 00000000000000000002349e0000000000000000000000000000000000000000 0.69 vMB 2,091 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (703,742 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
204,114 204,114 000000000000002f7011a17a1454bcd58452d0e1042a75f0fd7de35dc1729458 0.07 MB 193 63
204,113 204,113 000000000000044e303c4b0c63fbd0d1d440f21de26d666b66207be3e35dce6e 0.17 MB 300 117
204,112 204,112 00000000000004b6931d1c267a165d573bb6881543f4a9a1f2f7a5ff4ec10eea 0.08 MB 176 153
204,111 204,111 00000000000005645040da77851cce82615d2804d1d0091cb41f8395defe0f67 0.20 MB 458 167
204,110 204,110 00000000000005085a8f533f2e767875e2da90dcea5fb0ac29f376a8e9fb9fd1 0.26 MB 537 94
204,109 204,109 00000000000001f6ccd1932be3abdcfefae1e82347ffa895d057063da3748541 0.05 MB 145 85
204,108 204,108 00000000000000dfaca15d4ffa126de70212dfed9cb9a40a8b0f786fe4bb49fb 0.00 MB 10 326
204,107 204,107 000000000000033754627dff694635ef147fdeec787e373bc6eb97e93bdd5c57 0.09 MB 201 113
204,106 204,106 000000000000008583dbbe6c9ba892e0ca758e0f8ea40f53acaeb68b27b27d1f 0.07 MB 112 79
204,105 204,105 0000000000000041b976640b70a310c13e4de179a80fcee502dcfe6583b5379c 0.00 MB 8 238
204,104 204,104 000000000000044dd64bd13a4a169cdf52b78f5868420430bc34553c35cfba96 0.06 MB 120 293
204,103 204,103 000000000000022b9f1944faab5d9dcf6e6d2164d0141d90f7a3f0c33d22a2a5 0.03 MB 84 107
204,102 204,102 00000000000001510a3e45a4829a7b8e21b0bd029a71d0114fd190ba3bd2b46c 0.04 MB 85 123
204,101 204,101 00000000000003e5387c1bd28d5cfd4072098dd90b1f8dc09a9165a32693e832 0.01 MB 26 95
204,100 204,100 0000000000000363d7f5f3341fb0b5b69949103e2d681591c9f737e4ea67e2a7 0.03 MB 66 156
204,099 204,099 00000000000001bf75342004714f45384237f18dc1b3c108786e2c5b41a1db4c 0.19 MB 340 22
204,098 204,098 00000000000002227f46f04e762ee8fff070e4d1972f2efb6c2295580561ed01 0.16 MB 166 91
204,097 204,097 000000000000025512e50cfcb8d79b6e903440b2043697831534ffaf78cf495b 0.17 MB 341 213
204,096 204,096 000000000000027127015571bf95750eac5ab0090a1acb1bc8311a972c4970e4 0.05 MB 133 18
204,095 204,095 00000000000001bf168d335b23712769c543fdc9d4b15c224775f855141672e8 0.03 MB 64 36
204,094 204,094 00000000000003f67b76808632bbb8b554f75f35bbb8705141c5c840de0d270f 0.06 MB 130 116
Previous 10 blocks ↓
Total Size: 769.27 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,635.38 GB sent, 94.27 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.