Memory Pool Memory Pool Refreshing

10,198 transactions
3.10 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,179 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (584,558 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
323,306 323,306 000000000000000010b53724d2cc22c2a2ff44e5ddda222c0f4f9226c1514627 0.16 MB 216 24
323,305 323,305 00000000000000000d8ca7bf27f59a4f9d6ba981b8eec9fe50a06a0356a5a6bc 0.81 MB 1,168 23
323,304 323,304 0000000000000000180ff06e124af41afa3f176f3cb94c85c69038ec4b33c866 0.00 MB 1 0
323,303 323,303 000000000000000010559c62b14e72967956da59d17d0fc046a44e5a5a939b69 0.05 MB 128 60
323,302 323,302 00000000000000000d68a033492ae885694eee79e88c0148bacf7ab1bbe6ec4f 0.43 MB 701 28
323,301 323,301 0000000000000000131f0d15062476e30a4e9cb6ac54314c0ad2af83e09cab8a 0.26 MB 139 13
323,300 323,300 000000000000000001353a516cc4918637ff9bd15547a43dabef75b1143d5f5a 0.06 MB 87 25
323,299 323,299 00000000000000001a6fc2efbb4510e46b03259385112e59b0fb79348d5939d0 0.05 MB 88 25
323,298 323,298 00000000000000001f15053eae718ccf010691053af983cf2cf8ec18be2ca253 0.02 MB 31 19
323,297 323,297 000000000000000012da2c58cb6ddbef0692ac83b0572b9085d4592bb0ed56d4 0.29 MB 525 27
323,296 323,296 000000000000000015412b02b1f1e587e4a63a1c3d7e4a9eece8cc5e9b0731fd 0.02 MB 38 27
323,295 323,295 00000000000000000bc76ba42399af013a9ffa47778dddedda2734ff586c9ed3 0.06 MB 38 5
323,294 323,294 0000000000000000007b85de8666cb1dd27cea4c5e1f3d889520baffa351e468 0.34 MB 539 25
323,293 323,293 000000000000000011c8f3c92321c4b4c7c3d07e48ed40f011002ab1299f8539 0.13 MB 236 27
323,292 323,292 0000000000000000075fe1a804ca6390e895a3d1b0b183bb828dfecb1054ed1b 0.45 MB 652 24
323,291 323,291 000000000000000008a46a2de2d48cd3c9e845b6551c61435d5a58d9650da81f 0.75 MB 1,480 27
323,290 323,290 000000000000000019d1885a258690474c834d91d66cde821d16169d62c39198 0.24 MB 340 26
323,289 323,289 000000000000000012f4d993dcff7687b5fe7953dee9e5037af309c74f7cb0e8 0.02 MB 64 51
323,288 323,288 00000000000000001f9987e93fe455eaa9b1bb776a7fef0748811cf19e61b80a 0.21 MB 417 29
323,287 323,287 00000000000000001e077401afb99f574c18168b316fc012dfbf43ede8294a87 0.17 MB 310 24
323,286 323,286 00000000000000000bd33f343ba51632573852584645fca7bc480fd406e51f75 0.70 MB 315 14
Previous 10 blocks ↓
Total Size: 769.29 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,642.49 GB sent, 94.38 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.