Memory Pool Memory Pool Refreshing

6,191 transactions
3.25 vMB
Show Random Selection Loading Transactions
Max Size: 14/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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,972 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (641,560 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
266,241 266,241 0000000000000001802b0dc4d65b5d0722db88a61c095f70f0badf9b0c19951d 0.08 MB 177 52
266,240 266,240 0000000000000005df6a11d551e173bd2abf15bfb81e972096b7cb6df85deafb 0.05 MB 110 56
266,239 266,239 000000000000000a424a6ce2f899100bfda09c3e171b24d730d73f3257a7f61a 0.17 MB 467 110
266,238 266,238 000000000000000653cd1bfbd561e1b8720d167ed70800d507c110f02a1c1181 0.24 MB 708 51
266,237 266,237 000000000000000a4843cc9df44223d1ed1b646f6f62c69b36a123d628e67461 0.34 MB 716 74
266,236 266,236 00000000000000051cfda4b9be57764e3e1c317fb819a256d596a5423f8fcbc8 0.03 MB 68 12
266,235 266,235 000000000000000117881727e0a7551de85b53c6792428289f273fdc940c8011 0.21 MB 450 86
266,234 266,234 000000000000000a0b7974623d2e6f9db10a2fa67f19a7d8810da5a0d2a0c869 0.23 MB 566 90
266,233 266,233 000000000000000433714e6e6f43aec67fc9908f52674b779cc1df15627bc831 0.24 MB 553 106
266,232 266,232 00000000000000096e1595f6c3e679db071d577eb668bb4809910047b5aac8db 0.00 MB 7 29
266,231 266,231 0000000000000004ad57e9f06642286946c23e5f5b031767dc567c37917437bc 0.03 MB 66 88
266,230 266,230 000000000000000272316f1e91c22c07513274fd7fdf72f446b80a226c41ef28 0.05 MB 146 133
266,229 266,229 0000000000000000e280455e0d281c5ea8e5801a0cc9ce051676ff7287d3bd54 0.01 MB 25 115
266,228 266,228 0000000000000000bf5d0fbb99e2204215a10db9b52d761581c8f02fbc49a065 0.10 MB 240 115
266,227 266,227 0000000000000002d4540fcd8920e7bac162f0606365f4fab8bcbb7dad4ed3e8 0.06 MB 173 54
266,226 266,226 00000000000000041643871cf51c1d5735a1ad50b714e40009111f886980bfc1 0.06 MB 147 33
266,225 266,225 0000000000000000c9b1e2e7d213c467fab3b6b2c82142e2a6e0199ca6376739 0.17 MB 450 57
266,224 266,224 000000000000000293dd92f0fc9c330513c343b34c36b5a73296094c03d5e0d2 0.34 MB 712 34
266,223 266,223 000000000000000497029da142dcc9bd0c2a9b4d6c3ebc94f059c7a5af92bf66 0.25 MB 588 176
266,222 266,222 0000000000000000da02a097362a67c4facc74a032752979f9f6d040ce6af63e 0.28 MB 631 90
266,221 266,221 000000000000000a6920e050d7a4a60a075a31be52c04b13dc32659876faa5d2 0.05 MB 124 86
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.