Memory Pool Memory Pool Refreshing

6,986 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,688 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,688 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,687 (626,465 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
281,222 281,222 00000000000000020645be47ee1da8af85f6976f8923f2bd3596263e0cf80f1e 0.22 MB 473 36
281,221 281,221 00000000000000015f77695ae459864d1bea3c13c480ca7c76a1f983fc20e0cf 0.21 MB 462 66
281,220 281,220 000000000000000137167c3a9b843035ad75418bba5f4f3bde661be5a955f6aa 0.09 MB 174 91
281,219 281,219 000000000000000257a8157e5c2948b5511822640f53e2799a443ad5ec4a94a9 0.12 MB 277 39
281,218 281,218 00000000000000020f1d1136303839c1f12bc8e430abec1520991eed23fcbdcb 0.03 MB 48 42
281,217 281,217 0000000000000000bf5c446897234d0244e827cddc7555f8b6176753f8920750 0.05 MB 107 37
281,216 281,216 0000000000000000b90986430ed9b784c7b7d3b5f9f88459f2dc48ce570e065d 0.01 MB 25 35
281,215 281,215 0000000000000000bc99af0f8d3795eeb740fac1e69464ea362985f1d5ab8867 0.12 MB 181 26
281,214 281,214 000000000000000027abdd5f9c416150dcd74c361f2eac441f377cc01c10766f 0.08 MB 172 25
281,213 281,213 00000000000000024eaf59e3d07bacb1178c5d253af970a283a764d96a2cdbd5 0.05 MB 102 40
281,212 281,212 000000000000000168ea55bba162733f2dda5723d97be5813e1a2b67afed8c04 0.11 MB 216 31
281,211 281,211 0000000000000001dc72afc453df2b1f43d8799d8d234654f40170ddba1df838 0.03 MB 53 45
281,210 281,210 00000000000000024461741f8a32fa384aeb8ba4e80bd037d0cbf146dc42f393 0.04 MB 88 38
281,209 281,209 000000000000000185324258715549153a147a423075fe6bdddf698ba9a355dc 0.03 MB 54 16
281,208 281,208 0000000000000000663156b5d64ccd3bf25eadffdeba1de938f7b759388fac14 0.18 MB 329 27
281,207 281,207 0000000000000000bcd15ce530d23de86f5f5f0093b0f8f6ae12c7f2d45e9887 0.05 MB 164 155
281,206 281,206 0000000000000001fe291fae18542d032564cc6e16b2f2ec0ed738aa95ab9021 0.04 MB 97 15
281,205 281,205 000000000000000200fa0698233ba357234bfc093fcd171bd41204ca472079b5 0.34 MB 570 39
281,204 281,204 000000000000000048664819a8fddb496606c575d4ef9c4fc679af2dace6bcdb 0.25 MB 619 72
281,203 281,203 0000000000000000b61029f456337d2316bbc297917e294a677e153f15d2deb5 0.35 MB 743 33
281,202 281,202 000000000000000266405ceeaf3eb2a6e7beedde4ce4d631842a1b0a609bd966 0.05 MB 110 138
Previous 10 blocks ↓
Total Size: 768.96 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,615.06 GB sent, 92.62 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.