Loading Tool

Explorer IconExplorer

Memory Pool

83,925 transactions
23.00 vMB
0.08129645 BTC
Random Selection Loading Transactions
Max Size: 152.65/200 MB

Candidate Block

Mining Attempt 6e8827f8dcbefe50af08cbdedd97beef75b6590c71e40655726bab317d213293
Version 20000000
Previous Block 0000000000000000000174cdd600c1c2f976b044b70bf601b62b9fe605229d16
Merkle Root c2b6a7cac07ca90b13e9e1187ee549c8ca8af77ec8bb92f0b4ea3fb1403da8f8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,522
Size: 1.00 vMB
Total Fees: 0.02717339 BTC
Feerates: 144.00 > 2.72 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,133 (836,518 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
79,615 79,615 000000000023b2d6706e9a8da25ff0c0a3c85c71d1fa8a129ee38e56fa81341a 1 0.00/1.00 vMB 0
79,614 79,614 00000000003e3dd448361b54f5da3e4ad7c99abbe7ce6bdbfe8d2872607100d9 1 0.00/1.00 vMB 0
79,613 79,613 00000000003d486df1e3ccc1543d4c607c5e7a93170802d7da84faae321ff1c1 1 0.00/1.00 vMB 0
79,612 79,612 00000000001b45ef28fff3cfa8e4ba98c0074f50a11571895e0ed0869cda6fbe 1 0.00/1.00 vMB 0
79,611 79,611 000000000006870a4276b25e80c37ae27236c416b9270f7539ba194fd376ce41 1 0.00/1.00 vMB 0
79,610 79,610 000000000021aa3ee4e6a3f3b534c118804e885bbc57a89275c1ec829b4d8ee6 3 0.00/1.00 vMB 0
79,609 79,609 000000000041af1f2cbb3ef894df9f116faa8911ec510c68568c24612bc6357a 3 0.00/1.00 vMB 0
79,608 79,608 00000000002ac5d92818b1128b935296904e08d6cc97264d00064aaf4eaf602f 2 0.00/1.00 vMB 0
79,607 79,607 00000000005bdaf83b38542060b6d5a92eb783e75197a417ca0c3132d255a2d0 1 0.00/1.00 vMB 0
79,606 79,606 000000000045dd92c714626b62b8aa1effa74c8be235fca009510ee2656cc910 1 0.00/1.00 vMB 0
79,605 79,605 00000000001a2af1a94c7c5362f1bdb30422973cdf2f2ce2e2adf955b3dd72de 1 0.00/1.00 vMB 0
79,604 79,604 0000000000155a137ce5151f312263a26fa5157566d71310032057c19cf01c1f 1 0.00/1.00 vMB 0
79,603 79,603 0000000000054779c623ac5bebadde1e04cfd4fb304c521ddfeaade6e864eb2d 2 0.00/1.00 vMB 0
79,602 79,602 000000000040dd44c29f9553a4af0904f2bd8ba4878344b9c236ac7ec0213355 1 0.00/1.00 vMB 0
79,601 79,601 000000000033c3203ad11bbcfabd0556ddf047e8f7a7ba8f32e48bcb736d6304 1 0.00/1.00 vMB 0
79,600 79,600 000000000042828814a86dbb65077185bb7effe0bc027e32683f1302717a82f7 5 0.00/1.00 vMB 0
79,599 79,599 000000000045ac3042feb2d4d878fd55a4ef129111b4411e641370f69f4329f9 1 0.00/1.00 vMB 0
79,598 79,598 000000000057b4a597ac40fabf6023a5bb186669cc7aaf1fc40d17df8d459e2f 3 0.00/1.00 vMB 0
79,597 79,597 000000000014487f736d4f26063b918c6a32c027775d2bc05c04d5ed9df451f4 2 0.00/1.00 vMB 0
79,596 79,596 00000000000f1b6a2aee096bd33c646c83db0cab91c3e6106e4cb6c3c6daed13 6 0.00/1.00 vMB 0
79,595 79,595 000000000033b555f62c6c9a198f4ce7d165dbc0ed05a368b86580d41cb08f99 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.35 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: 817.87 GB
    • Received: 24.43 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.