Memory Pool Memory Pool Refreshing

8,403 transactions
3.22 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,526 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (90,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
817,125 817,125 00000000000000000001ed6dd80266be603ebdc8520d216aec8799f56e0757e6 1.64 MB 3,424 201
817,124 817,124 00000000000000000000493f082903782e257c95e6ffdd181a22a37107568178 1.66 MB 3,803 188
817,123 817,123 00000000000000000003a6c35288f6da80f995e25aee28830b7a3491c880b552 1.62 MB 3,708 187
817,122 817,122 0000000000000000000217e5763260c250c74bafb7a7f81808521725a297248b 1.65 MB 3,775 177
817,121 817,121 00000000000000000002675684b52067e98d74738ad7c4817ecdb3ed9b574067 1.56 MB 3,557 176
817,120 817,120 0000000000000000000108c3f647c18b8a859162ba0a7a520e1ccf5589b65828 1.69 MB 3,550 208
817,119 817,119 0000000000000000000357f82e058f2ff178bcfaec67cfa8a3ebd37ed75d4d4c 1.49 MB 3,176 164
817,118 817,118 00000000000000000002b6857448827f391ab312ad8e97aa52e322ea17a1464e 1.59 MB 3,563 166
817,117 817,117 000000000000000000014afbe9ec340720553a1e72b9c73ef5ea774346f684fc 1.51 MB 3,389 193
817,116 817,116 00000000000000000000b6500353505f0cced7763070013682f607df5096f56d 1.65 MB 3,897 194
817,115 817,115 00000000000000000000f0dabe76aa2ef791f8d8b849c8e4143e6617c11728d3 1.52 MB 2,798 253
817,114 817,114 0000000000000000000095a4f9f15c232dbc0b6251806680257ff516130ce442 1.71 MB 4,281 210
817,113 817,113 000000000000000000011b97a1350d624c6dd74f51b32fd1101611aae3873edf 1.84 MB 5,384 202
817,112 817,112 000000000000000000027a2783ed79cbe8b928aa0b2bbbf45077ca00e72b8c40 1.68 MB 4,298 193
817,111 817,111 00000000000000000003867c04fa397a3de5c18401130565e21d2d58e277edda 1.83 MB 4,848 195
817,110 817,110 000000000000000000024385ece82e94b68f856f0db99a28da9d17722f428585 1.70 MB 4,571 187
817,109 817,109 00000000000000000003864e63d8727dcfb5269c6d88c737a100d4e75c9d9a75 1.82 MB 5,273 201
817,108 817,108 0000000000000000000228fc81ed90dbe94558d8dc6cf752ae05038d84dac24a 1.85 MB 5,396 212
817,107 817,107 0000000000000000000305e83c1cd0b7f0e5466bc8fa380515cd9258c4b0c987 1.56 MB 3,580 199
817,106 817,106 00000000000000000003248adc2b7606dd31e424631a189cb92828c631684d7f 1.82 MB 5,215 221
817,105 817,105 0000000000000000000411dfac20367d224f711be5365ac259517a826bc4e5e0 1.82 MB 5,181 224
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.