Memory Pool Memory Pool Refreshing

3,292 transactions
14.66 vMB
Show Random Selection Loading Transactions
Max Size: 61/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
908,302 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,995 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (838,909 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
69,392 69,392 0000000000bc6f507f08bbd859757ebe642e8eeba150dc76ace0dd629d1f5a7d 0.00 MB 2 0
69,391 69,391 0000000000d13a66b8bf7eb668588df68e45288bf73ac7dee415ba92d51e1209 0.00 MB 3 0
69,390 69,390 0000000000c243c34b6a5cbb8a4eeadc8b40a6162a6482f831ad441544995174 0.00 MB 1 0
69,389 69,389 00000000007c4f1e1e1490b6b22c520967ad5be176d6f2b0d3b25b326c0eda7b 0.00 MB 3 0
69,388 69,388 0000000000cb9324ca1bbbd1a72b4ac8090bbe9ccd2115c3ee3c0275d1dd1731 0.00 MB 1 0
69,387 69,387 0000000000fa0e8544df14afec4ecebe961ea5e29f3be26aaee28fe3c1d6d2af 0.00 MB 1 0
69,386 69,386 00000000015100a8bbff9e73a758280a505e0febc80dde13ee62693982ac3df6 0.00 MB 1 0
69,385 69,385 0000000000655afc27a51e62bb197a10dcd10eaed285825f448a68a6c06389c3 0.00 MB 5 0
69,384 69,384 00000000015febc17bc1d2aaa937322df0f08d3486e49d5030668a200c446c77 0.00 MB 1 0
69,383 69,383 0000000000e7b4cc9337cea1b4de2686d930656434d0eeb9edf0991f5e0bc969 0.00 MB 5 0
69,382 69,382 0000000000cc94bd01d2905ac54fb71f656810a29d4f4c398a40c9a6c817aac1 0.00 MB 2 0
69,381 69,381 0000000000503aa15de34b14cb333da8144b23103bb85ea6604c71162940ad61 0.00 MB 1 0
69,380 69,380 0000000000dbe468590d5155784851a5a59ed4a18665320f1cc84e8f8e668c61 0.00 MB 1 0
69,379 69,379 00000000008b2c9260601fdf8ab8df34985e3be5951c684418f3c27cc9c9dd34 0.00 MB 1 0
69,378 69,378 00000000004d57d524dbc690f446e5bc3597a359387648798fe1d8c3b0b5ee16 0.00 MB 2 0
69,377 69,377 0000000000d3b2fc3c507d26fdb1accbf2563a0e04f6cd9fe5e30babc942c7ba 0.00 MB 1 0
69,376 69,376 0000000000f13c25fbe38d141a4f0e4a8b710076602cefef1f739b012a797961 0.00 MB 1 0
69,375 69,375 00000000011c3a1a9d051fc0634d8e045eaa950c0d2ed1a1b1a52956b40952d7 0.00 MB 3 0
69,374 69,374 00000000016473aa79e68b97ebdf2c7ec0d2714f024840c4d491954106c2fc93 0.00 MB 5 0
69,373 69,373 0000000000f749cfdd751b05cfdec49031d1c6083297c6eec0bf2c645d544275 0.00 MB 1 0
69,372 69,372 0000000001418e709318d826e66665ff1cac3ee43bd2d7710ff11cc22a82856e 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.17 GB sent, 98.47 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.