Memory Pool Memory Pool Refreshing

1,250 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,793 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 1,249 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (797,870 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
109,922 109,922 000000000001ac8091ab214021b870a94b1dca63586afbab4cf175af44c8b687 0.00 MB 12 0
109,921 109,921 000000000001aad04782f29f16414ed8d2dfa89031501eb7aa68dd6581841d59 0.00 MB 11 0
109,920 109,920 000000000000a47334434240d097299c4b27077576ade188aed318213145f7a7 0.01 MB 3 0
109,919 109,919 000000000000b7b68a4ebd182698de8f151d8ffb642c98cad5d5ab40e27f3951 0.00 MB 6 0
109,918 109,918 0000000000014ca0c035857e23111b52bbd43ea6facea84fb2d6f6649dbb4238 0.00 MB 11 0
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
Previous 10 blocks ↓
Total Size: 769.15 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,632.63 GB sent, 93.63 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.