Memory Pool Memory Pool Refreshing

1,347 transactions
0.57 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.55 vMB 1,330 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (613,660 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
294,117 294,117 000000000000000050dd2953f0e69776dae74977e0d25b6fb152e82f6771c7b6 0.05 MB 16 3
294,116 294,116 00000000000000005dfb47b9e894abd11d88ed76ed934e386d474b5393822ae4 0.35 MB 501 34
294,115 294,115 00000000000000007dffcba21ec3a0dd59f7a29853898a8b9d6b57650561679d 0.06 MB 154 37
294,114 294,114 0000000000000000d7ba79bd737c2763b6dd2fcf2054f92375bf9d4f38a3f50e 0.07 MB 131 31
294,113 294,113 00000000000000001e8bb73efb6500f82b833942b198c8d2637959341af8d6b6 0.33 MB 394 36
294,112 294,112 00000000000000008e634045fd0556fe046eea254ea6a1681b75f4fcd76f7b91 0.35 MB 608 27
294,111 294,111 0000000000000000071dbf2927a5424e9a7e5567f0d7b6647df7b8f87503be68 0.17 MB 512 71
294,110 294,110 0000000000000000a91e3a593996ed52fa31088302237e60910a9fc1fb866a82 0.03 MB 48 19
294,109 294,109 0000000000000000325026b68c0b26de857b82b988ab7b44fa1aeaaa17990005 0.04 MB 74 38
294,108 294,108 0000000000000000b23659ff857c6081aab3ca415c95989dfebc35856214211c 0.12 MB 188 31
294,107 294,107 0000000000000000b8e3715b1e0a66710c5f6c988ffc5286f9926819554f44d3 0.03 MB 45 28
294,106 294,106 000000000000000054b8e8f35720fb199ced6c8ee948010ee7fdb2a755be0195 0.04 MB 128 40
294,105 294,105 0000000000000000500c61d7045e646bfc66b7691019559893b6257bc28b45ee 0.22 MB 378 34
294,104 294,104 00000000000000004910e31048fbcc000bc29268db29b9bba1ca7c926841abf9 0.39 MB 248 19
294,103 294,103 00000000000000009dfd467a935249919024732ff546166999fb0ab7bd8b2878 0.50 MB 595 20
294,102 294,102 0000000000000000399996cf6f560601de2328bec3cfc78349525fa2061c7a55 0.18 MB 512 65
294,101 294,101 00000000000000009277af310f51dbbf1257c9153ebaf561e5afa2765bb622d0 0.14 MB 271 40
294,100 294,100 0000000000000000b5cd443a89e70b2afee57cbfcec24897dfb1f7891a0829c6 0.22 MB 520 47
294,099 294,099 000000000000000093ac517eb59d50a31929874ba3a9a4066aa42f9416dee74b 0.04 MB 53 20
294,098 294,098 000000000000000025b44d017bfb1de9b72b352160948db055fbf8dc143caf9c 0.00 MB 4 19
294,097 294,097 00000000000000005463cd7a145ec6b4f3eac8c369f7f6afc0aa2c1a92c4d6b1 0.08 MB 139 27
Previous 10 blocks ↓
Total Size: 769.12 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,630.11 GB sent, 93.49 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.