Memory Pool Memory Pool Refreshing

9,434 transactions
4.24 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,659 (613,087 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
294,572 294,572 00000000000000009326e41588a30a1306a4db53180fe162c4c2b0484b3d9b57 0.50 MB 931 35
294,571 294,571 000000000000000088599675daab65ce54c1c2268cffc6ce2f0ded28e8841fcc 0.19 MB 326 31
294,570 294,570 0000000000000000a0deeb129d0e896e48fed33bc1c57c8a3cb2f3b36df13765 0.08 MB 122 25
294,569 294,569 00000000000000001e33d7844c3b0c30417202ec6b15075bf01c7763612f1e35 0.13 MB 246 38
294,568 294,568 000000000000000030b7570f1bcf10deb68c001fed9daf81e21ffe0a6fb9d77d 0.06 MB 89 22
294,567 294,567 000000000000000046124d4c1f7cfa3c85f76fc38f2b4ea9f71e6ec79d3b29bb 0.02 MB 30 29
294,566 294,566 0000000000000000871cdb96c77c61439c3fe3d08b6781ccc06a7274eacb7ba4 0.29 MB 455 33
294,565 294,565 00000000000000003c048662f927bda56db57e4ac9a13ff7a3523664c76b55c7 0.00 MB 1 0
294,564 294,564 000000000000000098a69ecf2be01bf1d13bc4019a981c3d52eb4d50c952dbbc 0.10 MB 173 64
294,563 294,563 00000000000000002636394a88865041b8d9a7afdd22df73f3999f47a173eeeb 0.01 MB 17 31
294,562 294,562 000000000000000004aa0ade418a243426d88ad78629d73984ce70d9da0b0ddc 0.03 MB 64 21
294,561 294,561 00000000000000002cad3ace2a8c8a9c7db4ddf06c5284a0163b8406bfce0ea7 0.17 MB 235 28
294,560 294,560 00000000000000007b5203f06b1243b92e320ecf8521fb98aa8887b6edb617ae 0.12 MB 146 26
294,559 294,559 00000000000000001dcad357eb5ba66823e00fcf44b64edca195266fd107fda2 0.20 MB 329 81
294,558 294,558 00000000000000000d6813289be5854434ed92e9faeaefd98d38573f017099d3 0.54 MB 842 30
294,557 294,557 00000000000000005096f847ceae0ab68c90e4c2af308c77de6c422b5bda28ef 0.13 MB 217 33
294,556 294,556 000000000000000015f3a05e6a39e7b1b7e1011bc7350122980101c928a10762 0.29 MB 434 26
294,555 294,555 00000000000000001eb8bed426645584ea255e402912cb36106b4df30a398851 0.11 MB 256 51
294,554 294,554 00000000000000001b91f5c8f5e0e606b45121a735af11d0569e54024379f897 0.01 MB 20 30
294,553 294,553 00000000000000006b573c635f409a6713b570426f4fa2b983d1db2d741c83b1 0.06 MB 110 17
294,552 294,552 000000000000000060570415b539b17a0ed3277319f2cfb747b0853b8b5cbf65 0.21 MB 435 41
Previous 10 blocks ↓
Total Size: 768.91 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,603.41 GB sent, 92.33 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.