Loading Tool

Explorer IconExplorer

Memory Pool

69,787 transactions
26.66 vMB
0.06946740 BTC
Random Selection Loading Transactions
Max Size: 159.85/200 MB

Candidate Block

Mining Attempt 48f965b244048d692d9ffdd0519a0956bd1e1468288a23a387191f6f7e77504a
Version 20000000
Previous Block 0000000000000000000025b4d4b866378eec5892e1e3cbda47b57b15f53ecc85
Merkle Root f094719623a8e61580c104a26fae606348b2051a9cd323b36dc463fece09ecae
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,661
Size: 1.00 vMB
Total Fees: 0.01248520 BTC
Feerates: 50.18 > 1.25 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,476 (807,711 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
107,756 107,756 000000000000ea996ed8c5bff37ba05b817a8531ef6b876db61acb9687c7bd99 5 0.00/1.00 vMB 0
107,755 107,755 000000000000548f7c025e3a93ee0f4e586d9e98735abbbb482a70ea8c510f83 1 0.00/1.00 vMB 0
107,754 107,754 000000000000c94b9a58a99faca3ba72c9587f2a4c4c36305518809312570caa 10 0.00/1.00 vMB 0
107,753 107,753 000000000001fba82be155e4a65099751cdfdf2eb2ffddad3367ea9969365ea4 34 0.01/1.00 vMB 0
107,752 107,752 00000000000211dd465d1644857c2543c0ef00746a31898b8bfe801c548e0882 2 0.00/1.00 vMB 0
107,751 107,751 000000000000d51f2563868266b5a122f5d209d397a1ce2e268c9ba1eae28931 5 0.00/1.00 vMB 0
107,750 107,750 000000000000bfc78804d7a30f62baf83bec1f99afb1e84d7aedcd2bb6762932 4 0.00/1.00 vMB 0
107,749 107,749 00000000000168a1ae8f7bd11ed7e2b96e0b2dfc3d26c03d74425005649dd6c0 3 0.00/1.00 vMB 0
107,748 107,748 0000000000019ade7d9acac0d9c96623e8efc4a70889bd07b9ef34ee43155365 2 0.00/1.00 vMB 0
107,747 107,747 000000000001511875e4e762941e7961f1376b77a31061125290c4c1d48135ea 5 0.00/1.00 vMB 0
107,746 107,746 0000000000026a03abba58f47a4ea3409bc9d75051f2239bef835b44f7bdef58 4 0.00/1.00 vMB 0
107,745 107,745 0000000000015f96ee2062cd4dd01d1c88aedb4ed0206dbcd9c2fd413b761ea7 8 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.22 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: 757.84 GB
    • Received: 19.02 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.