Memory Pool Memory Pool Refreshing

6,288 transactions
1.91 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,981 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (797,946 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
109,917 109,917 00000000000123c89cc6663e592b45022fe00354610c2e9da528dfb6625f9f1c 0.00 MB 3 0
109,916 109,916 0000000000019698d8dff7f7ddcc8dad1950c2e655219699739c4d07d9ee35a4 0.00 MB 12 0
109,915 109,915 000000000000b755f8b2598016bacedeb96238a6c2c601b3146d61404802591c 0.00 MB 12 0
109,914 109,914 000000000000d473091af0839f08469696c5647924d869113162d948db3e3f96 0.00 MB 13 0
109,913 109,913 0000000000003d7759a5114383242afceddd9a69098a25cc397a6ff2c5c18715 0.00 MB 11 0
109,912 109,912 000000000001a1ba112b271156733a6b68ff8123ba2f5d2c05b16b78719e89c8 0.00 MB 13 0
109,911 109,911 0000000000012d1e349d6356fd5a604ba0ec5c02acd08ec38792c619b9ebcec4 0.00 MB 13 0
109,910 109,910 000000000000526c9967dc09e7c62936a50cf65c51b4a06ba57d5099158db4a2 0.00 MB 5 0
109,909 109,909 0000000000003738aa6c74875771c803a697776c07b7a304d0f5e7c438db56ec 0.00 MB 1 0
109,908 109,908 000000000001a372864ad948e43d85df0be4a589d3ca6aba7b00871d30ad82ea 0.00 MB 2 0
109,907 109,907 000000000000469bfe91de11e6d022eaf5c16abf076fd89ff5d8bcf0befedc5c 0.00 MB 1 0
109,906 109,906 0000000000012359684504c8bdb1da28c0ae22112c1e159f4b1f5981f966bc90 0.00 MB 2 0
109,905 109,905 0000000000001986a5373c8828dda73300ff66fa2e24c0e024a33ecc43993ed2 0.00 MB 3 0
109,904 109,904 0000000000017ea4043a7cbffbf6f3f5858182a550ddce44ee10d86e107022e8 0.00 MB 6 0
109,903 109,903 00000000000099e89111f928a27a827ad2e4d5f103993cc303f7d2e759f32d73 0.00 MB 6 0
109,902 109,902 000000000000d2bc4c962cebc2366f4d00cf72899e983484d8b6dd0950a1d61f 0.00 MB 8 0
109,901 109,901 000000000000039b1fc2f76a47566f072da93c3f3d793d47a7e538ac06c31b96 0.00 MB 2 0
109,900 109,900 000000000000464cdd0ad30e6b9e73edb605f2ad7dc693fa2c391852cf1220e0 0.00 MB 1 0
109,899 109,899 0000000000001156fcf1301176abd0de7aa3d013c0a0073941711b386876f4b6 0.00 MB 8 0
109,898 109,898 000000000000f586c2f554b8e02f7dc8bec07b87957f3fdcf38145b514422e4e 0.00 MB 1 0
109,897 109,897 0000000000019ec3c464fa994371e5c82da87bc5160a66dc03ea8c4c31c01971 0.00 MB 10 0
Previous 10 blocks ↓
Total Size: 769.28 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,635.58 GB sent, 94.34 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.