Memory Pool Memory Pool Refreshing

442 transactions
0.12 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
908,017 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 423 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,016 (702,310 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
205,706 205,706 00000000000002f32af2177d080b380a51de6716b283a94c3b68d775d282747e 0.01 MB 27 105
205,705 205,705 00000000000003c7b28ce96084c634ba121a8bf68453c1690bb5ca5f1fb6c733 0.01 MB 39 110
205,704 205,704 000000000000001293b400521b0269da18d7166ddb2d55d6b1a84d60cae195e5 0.09 MB 224 245
205,703 205,703 00000000000001281a4010f104f71b0e4ed70f2bbd088d928347be0be49aa811 0.10 MB 202 152
205,702 205,702 00000000000004cb74a29ea23d5f18f653587637f25b8156e6e9395510efad0d 0.10 MB 254 253
205,701 205,701 00000000000004470e9a3bbaaa36b69fa641c7556c9845ca0b1695ac2ecbf2b7 0.04 MB 127 57
205,700 205,700 00000000000001a5c3ee494a09b95de03f01e086e0cdc14f30136c2729b99b16 0.18 MB 392 179
205,699 205,699 000000000000021f1d3c0dd7d75afd2c1e48ec32a42dcad975c35766213ab53b 0.01 MB 28 158
205,698 205,698 00000000000003f09694596dc8cef5361b2aa86e6235ec7ef60a2bef81f96736 0.30 MB 611 158
205,697 205,697 00000000000001ac1e8e636be05ce3c9cbd018cd5cb2050adb915f4381bb6027 0.05 MB 166 42
205,696 205,696 00000000000001e080d94f929a45800cfa230784f194c04e01b798f27656df76 0.00 MB 1 0
205,695 205,695 000000000000046274b1b857692f421f87c6f3c3ba15c831fa26fef83dd08d85 0.00 MB 14 28
205,694 205,694 000000000000017064ca5b0a8e4f7ca7f27d93f1895dcf924579a27477630c3d 0.11 MB 197 138
205,693 205,693 00000000000004325a00a3fde6af3a2f67f8813e42630bb0b2fa7428d16fa0f4 0.05 MB 124 211
205,692 205,692 00000000000003be0f1cc3ee963ca05717df2cf38991ecb1da3e3d964c205c4e 0.03 MB 62 115
205,691 205,691 000000000000034e3ce57de2d6e4df2ac2cf4d7caa28b48c4749340fd25314e6 0.09 MB 123 130
205,690 205,690 000000000000003a56ef660e08cf89c14670d9ac3e248e010e9c0988e7a4f93a 0.01 MB 27 127
205,689 205,689 000000000000001f4591bac4d091ae6157afa765cb09f1ccd5ba4576f59af9c5 0.01 MB 28 155
205,688 205,688 00000000000004823a6a65359e5f3cec3676a04e2d5074834d51034326991b42 0.04 MB 75 121
205,687 205,687 00000000000001428283695a722b565e2245adc49c3d9f83566628ff37177a2c 0.15 MB 152 96
205,686 205,686 0000000000000269e6d7b08f2f4d747c7f91a1138155381ac7570ead94ffbfe9 0.05 MB 132 148
Previous 10 blocks ↓
Total Size: 769.58 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,650.51 GB sent, 95.81 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.