Loading Tool

Explorer IconExplorer

Memory Pool

74,227 transactions
29.01 vMB
0.09415163 BTC
Random Selection Loading Transactions
Max Size: 174.68/200 MB

Candidate Block

Mining Attempt a13a77f2d6e7e524d4467b79074f1535af83d03df64e66d2fc63a5101f51eed2
Version 20000000
Previous Block 00000000000000000001a18d139e70ae04f6e14722c385621e522f106379ab13
Merkle Root 727cd6a7404444747d1977c2c9df97720050180cf8cf3819838204cc708b9e58
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,530
Size: 1.00 vMB
Total Fees: 0.02993808 BTC
Feerates: 199.27 > 3.00 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,450 (807,673 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
107,777 107,777 00000000000104f756066c6be7d3261af0c9eb58e2677cf598435850f354dadf 11 0.00/1.00 vMB 0
107,776 107,776 0000000000017e684c5cba3beb46e5b5499cb563903eb94167be32568be13c90 43 0.01/1.00 vMB 0
107,775 107,775 00000000000106c54cb13799d1acd90d2d736ae615ef3aa8be1809a079e8d18c 6 0.00/1.00 vMB 0
107,774 107,774 0000000000021a7ec5d606564d2fb2547fb6b5dfdaf7434d2fccad4cd083ca46 12 0.00/1.00 vMB 346
107,773 107,773 00000000000006137ac2431f6e588d227614995326d8ba56cb392747cefbc3e7 12 0.00/1.00 vMB 367
107,772 107,772 00000000000234e4d652e0b4ef35ae5fd20235bb1078b3094ab297dc5d53b60c 2 0.00/1.00 vMB 0
107,771 107,771 000000000000b2ed31aceb2ffd06e91b8a02ac0cb55985259326c8e704dcd32e 13 0.00/1.00 vMB 0
107,770 107,770 0000000000007189fc68258b6e97122554ed4e3ca425a1bd2c2170f5506a33fb 23 0.01/1.00 vMB 171
107,769 107,769 0000000000006e6a3d858afafd279a809cf2fbb51da62fa12a35ba83f39404b1 7 0.00/1.00 vMB 342
107,768 107,768 0000000000012674ff42684e2dc6e33ea3e4e2b848117cd799d71d7c9a27e7ff 2 0.00/1.00 vMB 0
107,767 107,767 0000000000001c217c426d9cd43f4fbdaedc33415cb3b22c3989db7d817baeae 7 0.00/1.00 vMB 0
107,766 107,766 000000000000f87c0fa42c2dee8c51a70795698a18a8f3cf78910365abb4273d 5 0.00/1.00 vMB 0
107,765 107,765 000000000001b85fa1709c6824d19d5c7d20736b0b2ea5fd470705a9513c42ae 4 0.00/1.00 vMB 0
107,764 107,764 00000000000271de9d8b94afff543366e290e995f3e3e337bb86a0b7bf02e8d1 2 0.00/1.00 vMB 0
107,763 107,763 00000000000148c04e58dca8e1a2df251339c81e2dfe1ff0e9d655b7b4ca428d 13 0.00/1.00 vMB 0
107,762 107,762 00000000000135e0339b2628b7efafd33c7e0c07c412ff5e6a3457b9ba619249 40 0.01/1.00 vMB 0
107,761 107,761 000000000001ba192f8243a1d5554691b73d8597aeb753a39946a102d138f46a 1 0.00/1.00 vMB 0
107,760 107,760 00000000000107732c0e0bac2150690a14b4a90b537cdada22bfb8e30b8bcdf4 1 0.00/1.00 vMB 0
107,759 107,759 000000000001f37c83829ab650c1fa89dc45ed00fbb88df8e0a34c8acda088b9 2 0.00/1.00 vMB 0
107,758 107,758 000000000001e45aa4c67c81cbfa242ba67903e62289ff8c9e6b9cc3fd1b7b2e 4 0.00/1.00 vMB 0
107,757 107,757 000000000001ad35aa5d7bde3e07cfd7be1c9099352178b01dfea786934a7249 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.18 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 750.19 GB
    • Received: 18.84 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.