Memory Pool Memory Pool Refreshing

356 transactions
0.09 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,956 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 279 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,955 (718,669 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
189,286 189,286 00000000000008d8f2f58fbebbdcfac57a996357bc357fe1193ab980fb7beb9e 0.02 MB 63 378
189,285 189,285 00000000000004571a2d0ef87f28625bfeab853897b343c48d2df42e098c456c 0.13 MB 247 181
189,284 189,284 00000000000006e5b0b4da7af6a6ef95feac7471d289c0bf7f786aa789c4ed0e 0.09 MB 227 238
189,283 189,283 00000000000009365210cf9cc3558cfb2cf2daa7198289deb81838563c797386 0.03 MB 90 2,066
189,282 189,282 000000000000013de207dd26a06507c3cdca34b97765e6b1a229017bede9e6ee 0.20 MB 396 163
189,281 189,281 00000000000008b1953923b7e15a94d46a699c0f29107c0a1c307cb59f78f1d5 0.01 MB 32 52
189,280 189,280 0000000000000020e93a8a6ccd5df12d759b4efc8cb36ea58f5ff5832aaeede8 0.05 MB 127 106
189,279 189,279 00000000000006343021221e66d31ee142f41bf120510df0996f5f370c650e5b 0.04 MB 108 152
189,278 189,278 000000000000026030e0afc3cd8be7497c45073692f20b53f49bc8342aee7593 0.12 MB 256 151
189,277 189,277 000000000000062a710db7616b2b4089a6f79c43fb75eddd7f37e1330bab0df4 0.04 MB 88 161
189,276 189,276 000000000000036d48fc54547d067ece2150303362132a60a101c643b9955f08 0.19 MB 413 169
189,275 189,275 00000000000004d7a45482506986364cf6efae59063951ea4472c57567c0205e 0.00 MB 8 0
189,274 189,274 000000000000033e269aa610bdd27a833a980465e83af96711ab65ee6f1f4838 0.19 MB 478 148
189,273 189,273 0000000000000595d3776c7227e135459539f3da58f0517b753b0d7f38ca5110 0.00 MB 7 18
189,272 189,272 000000000000026b9c81e0313f64d5c8f14e64193729368bb7a9f91750427955 0.01 MB 27 23
189,271 189,271 00000000000004a2bbd4424f3110cdf56653bb522b1294128a788c95cd8b8231 0.06 MB 100 102
189,270 189,270 00000000000008702f1bfdd5dff18ee2b0310dfeafe996186641018ed7f35f05 0.05 MB 64 84
189,269 189,269 00000000000005f03c707182186c45c66138e9b76a4da7214529ee84d1504851 0.01 MB 19 94
189,268 189,268 000000000000000f68944b75a32c29221c0bd7d545f771b3a69909f2dbe8a849 0.06 MB 128 431
189,267 189,267 000000000000021be4344547386236ebb4414c3b21543dc367cfe29429452bc0 0.15 MB 369 142
189,266 189,266 0000000000000049a7e317b4e1ebf0a11c4b85ecc802dbf94c3a83f394a1cff2 0.02 MB 92 30
Previous 10 blocks ↓
Total Size: 769.46 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,646.18 GB sent, 95.25 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.