Memory Pool Memory Pool Refreshing

7,953 transactions
3.94 vMB
Show Random Selection Loading Transactions
Max Size: 21/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
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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,914 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (647,566 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
260,159 260,159 000000000000000e3885bcf9811dcf53cc01f1ace32230c1f41666c514921c56 0.11 MB 283 147
260,158 260,158 000000000000000a5984c30867b21219f426727724a7a830f97be0232f10b9ab 0.09 MB 177 70
260,157 260,157 00000000000000170cccde405ff7b336bd14ce8c66d5fdacc3af034bd836723e 0.03 MB 70 96
260,156 260,156 000000000000000aec59e8ef7ae106d59eb991427b834f14a4a73614b441c675 0.06 MB 116 78
260,155 260,155 000000000000000861219a7b7473ae6eab11bb05c926b90601d38cd1e4628504 0.14 MB 270 66
260,154 260,154 00000000000000045e19cb26fea5ec841647abe8fb755fa0532e58f3779304f2 0.07 MB 134 79
260,153 260,153 000000000000000c00a146ad150d121569b877d35211eb23480d85ebf7027f88 0.09 MB 248 117
260,152 260,152 0000000000000006866cf0188d0002000eef16c1071ed9de39e3cb7bef629767 0.11 MB 239 85
260,151 260,151 0000000000000007a244e1003d94ba4d1f52c8dc7db64a6b0044648a4d9023e1 0.16 MB 286 92
260,150 260,150 00000000000000120c31e879e6819569d77502d3ef187335ee32cb37d0215552 0.05 MB 149 130
260,149 260,149 0000000000000007afb629d44920f2f24113df00ce81e0a440db334954feaaf8 0.12 MB 230 122
260,148 260,148 0000000000000002ebbaf7273fd593379eddd6bd2de28baa1b65cb081fc25c28 0.05 MB 102 77
260,147 260,147 000000000000001292708bc903354c1819e4620864cce37fa7716aa44e610d3e 0.31 MB 449 82
260,146 260,146 000000000000000fc49824b9e8f4b2f0fe73358a2a9bdad76d80e74e0301f16c 0.12 MB 272 129
260,145 260,145 0000000000000013b7eb99e6e94c5b1b87ea9e0ed6de01d0fd60a80b4148b633 0.23 MB 563 153
260,144 260,144 000000000000000c6b0afd70d479a9437429ef81c0e2c96ca29f8fb2b3581d9e 0.25 MB 199 41
260,143 260,143 000000000000000d81d004085c889cb7535c07c01cc7670ea0682afb58a1ea2b 0.25 MB 204 42
260,142 260,142 00000000000000091fdc374b739eb370c76f2aad87cc45660468e414b5932fcc 0.25 MB 573 185
260,141 260,141 000000000000000d9ac13b608ccfe8d1ee16a33b420e91ee3cbce2fd4c9c086a 0.02 MB 66 76
260,140 260,140 0000000000000013fac5d3ebb6fe35b29735af4cd9e06bb2d3fbc11e088f04e8 0.22 MB 540 99
260,139 260,139 000000000000000d283c83c42f79d1c2c6a61041a826c47bd80b962cd3e1c1a6 0.45 MB 1,085 111
Previous 10 blocks ↓
Total Size: 769.03 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,625.39 GB sent, 93.03 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.