Memory Pool Memory Pool Refreshing

249 transactions
0.09 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 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,745 00000000000000000002349e0000000000000000000000000000000000000000 0.09 vMB 246 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,744 (857,814 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,930 49,930 00000000118dc2268d885f17f33a11bf34ff29701e7703be440408b7fbc35033 0.00 MB 1 0
49,929 49,929 000000001a2dfd46080c8078253d909df93ccc17caa4be1ab5a3de4e414ff754 0.00 MB 5 0
49,928 49,928 000000000d137cbeb3cba1ddc3185c34c2b984435c53ff57c2a70c8a0fba2d92 0.00 MB 1 0
49,927 49,927 000000001a6fe033fc366e14b5880ea918c86c3c490d9893ff82ad3a9566ea1a 0.00 MB 1 0
49,926 49,926 0000000016514c0c6d096f7ef2fc05a97fbc033fccd6c1f71edb69d9ff7496e4 0.00 MB 1 0
49,925 49,925 0000000002894d9151d358151c40f78edb8ddcaaf6f8f270abf8cc42d74bd688 0.00 MB 2 0
49,924 49,924 000000000daed0032a5fd95ffcb165618b31d507e3d407d46156125ff90198bd 0.00 MB 1 0
49,923 49,923 0000000005d3cd4466f39404ae3c9742de892b4fdec9ca39abbd0d0f245a3309 0.00 MB 1 0
49,922 49,922 0000000004f0173ffaaa7e675ae2a27362257aa3a61cb182336ccfc30642ac81 0.00 MB 1 0
49,921 49,921 00000000120e4a6e766234136818926f513503ce93c1893ea8a38126d63486fd 0.00 MB 1 0
49,920 49,920 000000001f22baee0b4e2469b85dbdaf037831a4c8fee8cda0d63be92d74e2c5 0.00 MB 2 0
49,919 49,919 000000000d2e2d4e2061874a607f16c8bf60bfb4ae6b253bdd0f1fb5c8e57a10 0.00 MB 1 0
49,918 49,918 00000000055d23c653620ba1e293206a8dad2aa3ec2f6d83f6cdfb649c6ba4d7 0.00 MB 1 0
49,917 49,917 000000001b12c5ce8eb3653b369f215b42adc8f065c4c60f07fff585126c739a 0.00 MB 1 0
49,916 49,916 0000000013847c89512aca530586b131a4dcc220d480777a0bf352d4df21d9b8 0.00 MB 1 0
49,915 49,915 00000000296568d58aba34058c24f9c26d630774ce1ba3d3ea453af7a8986775 0.00 MB 1 0
49,914 49,914 000000000c7049aa1a103640605637a26862efc1612a615b3c7f538a916e2ee3 0.00 MB 1 0
49,913 49,913 00000000157fa8664be100d5584060ae64688273d867663cdf9bf8805c2c20e6 0.00 MB 1 0
49,912 49,912 000000000b42a9333b5fbd651a78fbf0b7fcaa86dcf47dfae1a60ad3e2851460 0.00 MB 1 0
49,911 49,911 000000002465d2011de51fbca18a5c4873f0d21ca833c55effe09ed67fce7a51 0.00 MB 1 0
49,910 49,910 000000000d0d6bec3cf7d675f83f618c05f34c156a7f53262cf2b05ecaf4c47e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.07 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,627.99 GB sent, 93.21 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.