Loading Tool

Explorer IconExplorer

Memory Pool

80,042 transactions
29.68 vMB
0.07151887 BTC
Random Selection Loading Transactions
Max Size: 178.87/200 MB

Candidate Block

Mining Attempt b591dee7064594ab915e3f6c9899f6ade62e299e115fc66ca7ce05ae125c031a
Version 20000000
Previous Block 0000000000000000000115431274d076f8aa22965479bdc44a0f8d6a1664cabe
Merkle Root 453b6ba6e640ba9e696662cf968b573b49d42afaf2a809a9af5ed8b72db20438
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,813
Size: 1.00 vMB
Total Fees: 0.01117002 BTC
Feerates: 147.04 > 1.12 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,983 (864,053 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
50,930 50,930 00000000183e43569b05dd9900c57a75ec19d7c0418a5d795346b5c8d9ef7be4 2 0.00/1.00 vMB 0
50,929 50,929 0000000013c27473a70a8a5ed45e07e9c6ae86cfa53c25be51e0983774afdea0 1 0.00/1.00 vMB 0
50,928 50,928 0000000013527438fe5d48416f5c6b8d6b16aa2a07e5124be87284caf8c3104d 1 0.00/1.00 vMB 0
50,927 50,927 0000000017a3fb21be1c859a781c91fe06733797959c0711c9576918cc414915 1 0.00/1.00 vMB 0
50,926 50,926 000000000bf613f14707050bbd9f2c0bebde0b77c57fb907b789f6b79a04669d 1 0.00/1.00 vMB 0
50,925 50,925 000000000e7f24cbc10ae22de537956844cfce35e3de99711d919e7b203fcac5 1 0.00/1.00 vMB 0
50,924 50,924 000000000b444b1399804214337688a71b1d16ff134f95d8f086cb2ee9826068 1 0.00/1.00 vMB 0
50,923 50,923 00000000104b32af2cac7bba7cdb3ed0e686bd19734c2f9986c6465b4e361930 4 0.00/1.00 vMB 0
50,922 50,922 000000000687f223c100f74cc5e3ab4fd28f69e9231cb29d950ad70716cba279 1 0.00/1.00 vMB 0
50,921 50,921 0000000000e02ef6932adc06786cd71fe414b386d016626419f98ef3b72075cf 1 0.00/1.00 vMB 0
50,920 50,920 00000000017403796bd58e1575d8045536d73e57a7f4190111c99745523a9079 1 0.00/1.00 vMB 0
50,919 50,919 00000000132b30a8ccc81e6ac1971e4df727d910d69127d93b1a9c3ed5eb06c5 1 0.00/1.00 vMB 0
50,918 50,918 00000000075f403d4d79e2ac0cf1ca88c47f3fbab2fc121686f151561a1618cc 2 0.00/1.00 vMB 0
50,917 50,917 00000000184f4144a95f30950afb37b2cb5bf790fed8cc21c5b41f742a5fb583 1 0.00/1.00 vMB 0
50,916 50,916 0000000013794fc14077878e9280aa32511acd525e266bb5e66115af315c4a55 1 0.00/1.00 vMB 0
50,915 50,915 000000001f9ecd3e4ad4269ae3c73d91108fc0452ae62404252d7d0699d9e829 1 0.00/1.00 vMB 0
50,914 50,914 0000000000d3b09b2501f5c0eeb6fb85765d490778b1ac452c556eee5d8a4be2 1 0.00/1.00 vMB 0
50,913 50,913 0000000005b419ae3be92dc40aa5b01e0f93a35f49c8baf2d2ef6f7e8ab31eed 1 0.00/1.00 vMB 0
50,912 50,912 0000000010edc8ed1ed45db5f8be44aef6626f3a25838a771e80cb2abe38789a 1 0.00/1.00 vMB 0
50,911 50,911 000000001a5abdba44404d7224ec59618ec7a70e3606df39fd6fd7474f0d5ac8 1 0.00/1.00 vMB 0
50,910 50,910 000000001f75a3c8f981f8be9ee0361bf0c376267e37e809d541fe1966be728c 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.36 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: 662.83 GB
    • Received: 14.88 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.