Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.49 vMB 1,644 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (599,662 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
308,125 308,125 000000000000000019b94f4b9d692793780cd5ad63949620a72a94eddcdfcf27 0.50 MB 790 28
308,124 308,124 0000000000000000206c3e4a1cab9e1c6590b0cd182a8e93c22e3658a9e785a1 0.39 MB 804 34
308,123 308,123 0000000000000000508244517b01189dc1f60c1638f833ed7c0778a0e1d5b61c 0.06 MB 134 29
308,122 308,122 000000000000000032dfb3b8d208d44f7a7bc23072345e8fa065ea60f1ef4845 0.13 MB 234 27
308,121 308,121 0000000000000000391bae650c30855bb73c8f46dc0f8c72cb1f7f547a7dd721 0.19 MB 418 33
308,120 308,120 000000000000000006747e0d1f30b23024cfdce0c3893a45280840b4462f48b3 0.28 MB 475 29
308,119 308,119 000000000000000020f53cb10e7fbf64568ff95e7bd23d7760ecb82fc65edb7f 0.14 MB 246 28
308,118 308,118 00000000000000004733fec79070fda2ca2c51268df8423d74fa93b7152175c2 0.21 MB 374 35
308,117 308,117 000000000000000008183a358c28357b2de262197a4cf35dbe95a62793d855b4 0.20 MB 394 29
308,116 308,116 00000000000000001a5781ea5fac29784c3df6d7b34e007383c3cb7b42c84d32 0.11 MB 173 22
308,115 308,115 000000000000000005837ccd858a8d6bfa095a06d1af23eedc379d51ade60d2c 0.19 MB 243 22
308,114 308,114 000000000000000046379778f810497e2979eeb25eb0aa9517c822c28b3e359b 0.16 MB 297 33
308,113 308,113 000000000000000000330dbb74012f7bc7505038e039bc1bdfe659734c91f5af 0.62 MB 743 23
308,112 308,112 00000000000000001d231d425cb8f6e4825caafa4be5c54052811c341fd3b22f 0.03 MB 82 16
308,111 308,111 00000000000000004c75fbeeae07617c945ce75ac1e1fb393e59ce4fba082e2f 0.22 MB 235 22
308,110 308,110 000000000000000019ef084365b3189641724a84439faf42c5d517fd0220a78c 0.44 MB 726 28
308,109 308,109 0000000000000000142bb1e715edbc86285d69bef25510f65644b883c6980305 0.73 MB 1,350 29
308,108 308,108 000000000000000007e23c251943c9aa784b61ec9a356f54ae3d3e65b33ada97 0.16 MB 419 33
308,107 308,107 00000000000000004316edb471f5213efaffd90402c42c0df154dd0e2869abe5 0.29 MB 451 29
308,106 308,106 000000000000000046adf2e429cf5318386a955f687e185b8dbe298fc846df76 0.02 MB 32 20
308,105 308,105 00000000000000002cce424dd3b1f45eb01ee7a698aacd8d37bdc2c7380eb31e 0.13 MB 254 26
Previous 10 blocks ↓
Total Size: 769.14 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,631.96 GB sent, 93.59 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.