Loading Tool

Explorer IconExplorer

Memory Pool

50,280 transactions
28.98 vMB
0.07307848 BTC
Random Selection Loading Transactions
Max Size: 156.31/200 MB

Candidate Block

Mining Attempt bfe9c3e7e55b7caff2d21a069b6347fb5a45856b46bd328748bc518323ce80e7
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root e84d92c3cc848cbdaf80f1ea2df33113640b825ff8ce0882ed452a765f3c6c8e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,179
Size: 1.00 vMB
Total Fees: 0.01777823 BTC
Feerates: 173.90 > 1.78 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (864,908 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
49,932 49,932 0000000015f01392bbbff7e31ff0c3827c2d53341c92d3b8c71763ef7b4e8659 1 0.00/1.00 vMB 0
49,931 49,931 00000000199680ed75d2ec082d3a63078e38293e5dfba235c6f5217d0b7ffc0a 1 0.00/1.00 vMB 0
49,930 49,930 00000000118dc2268d885f17f33a11bf34ff29701e7703be440408b7fbc35033 1 0.00/1.00 vMB 0
49,929 49,929 000000001a2dfd46080c8078253d909df93ccc17caa4be1ab5a3de4e414ff754 5 0.00/1.00 vMB 0
49,928 49,928 000000000d137cbeb3cba1ddc3185c34c2b984435c53ff57c2a70c8a0fba2d92 1 0.00/1.00 vMB 0
49,927 49,927 000000001a6fe033fc366e14b5880ea918c86c3c490d9893ff82ad3a9566ea1a 1 0.00/1.00 vMB 0
49,926 49,926 0000000016514c0c6d096f7ef2fc05a97fbc033fccd6c1f71edb69d9ff7496e4 1 0.00/1.00 vMB 0
49,925 49,925 0000000002894d9151d358151c40f78edb8ddcaaf6f8f270abf8cc42d74bd688 2 0.00/1.00 vMB 0
49,924 49,924 000000000daed0032a5fd95ffcb165618b31d507e3d407d46156125ff90198bd 1 0.00/1.00 vMB 0
49,923 49,923 0000000005d3cd4466f39404ae3c9742de892b4fdec9ca39abbd0d0f245a3309 1 0.00/1.00 vMB 0
49,922 49,922 0000000004f0173ffaaa7e675ae2a27362257aa3a61cb182336ccfc30642ac81 1 0.00/1.00 vMB 0
49,921 49,921 00000000120e4a6e766234136818926f513503ce93c1893ea8a38126d63486fd 1 0.00/1.00 vMB 0
49,920 49,920 000000001f22baee0b4e2469b85dbdaf037831a4c8fee8cda0d63be92d74e2c5 2 0.00/1.00 vMB 0
49,919 49,919 000000000d2e2d4e2061874a607f16c8bf60bfb4ae6b253bdd0f1fb5c8e57a10 1 0.00/1.00 vMB 0
49,918 49,918 00000000055d23c653620ba1e293206a8dad2aa3ec2f6d83f6cdfb649c6ba4d7 1 0.00/1.00 vMB 0
49,917 49,917 000000001b12c5ce8eb3653b369f215b42adc8f065c4c60f07fff585126c739a 1 0.00/1.00 vMB 0
49,916 49,916 0000000013847c89512aca530586b131a4dcc220d480777a0bf352d4df21d9b8 1 0.00/1.00 vMB 0
49,915 49,915 00000000296568d58aba34058c24f9c26d630774ce1ba3d3ea453af7a8986775 1 0.00/1.00 vMB 0
49,914 49,914 000000000c7049aa1a103640605637a26862efc1612a615b3c7f538a916e2ee3 1 0.00/1.00 vMB 0
49,913 49,913 00000000157fa8664be100d5584060ae64688273d867663cdf9bf8805c2c20e6 1 0.00/1.00 vMB 0
49,912 49,912 000000000b42a9333b5fbd651a78fbf0b7fcaa86dcf47dfae1a60ad3e2851460 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.11 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 651.84 GB
    • Received: 13.65 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.