Loading Tool

Explorer IconExplorer

Memory Pool

83,222 transactions
31.29 vMB
0.11419287 BTC
Random Selection Loading Transactions
Max Size: 190.00/200 MB

Candidate Block

Mining Attempt 3c8a8d34608f4a38ffae6d4c5da08407bd430b94b599937b450f85bd7ec19547
Version 20000000
Previous Block 00000000000000000000464fbd6ccc853e5ba244ebbed6c329fc6ad23af9abcc
Merkle Root 2d97d1db782ee46932a72ac285c2d298f607cec0496e22ead43d50824fb4b4be
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,263
Size: 1.00 vMB
Total Fees: 0.03689164 BTC
Feerates: 200.89 > 3.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,382 (40,641 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
874,741 874,741 00000000000000000000ed808f2f42ef0d50397a55b6a46e40b64fd22ba4c87e 3,673 1.00/1.00 vMB 7
874,740 874,740 000000000000000000014414fe4cfa4975ff657bb4a5768e7ca91003e50d514b 3,690 1.00/1.00 vMB 8
874,739 874,739 00000000000000000001e3cad80e8292f429c9d346b666b3d6e09659655d1104 3,816 1.00/1.00 vMB 8
874,738 874,738 00000000000000000000e6445d50d1cb14c809c4c4b3a933bc4f8abbf485106b 3,923 1.00/1.00 vMB 11
874,737 874,737 0000000000000000000032186006c16b3e68ea98cc5304a261dfbf5ca24803e9 3,408 1.00/1.00 vMB 8
874,736 874,736 00000000000000000000d9443dc6ac266cde7199715035415b37d10fe8a067ac 2,035 1.00/1.00 vMB 5
874,735 874,735 000000000000000000015d4c2938d1d94708044cd0a9148c15ee7549bb4188a2 3,670 1.00/1.00 vMB 13
874,734 874,734 0000000000000000000141879e2513a6ea774f2086b1729b1e8fe9e1b7917cc2 3,649 1.00/1.00 vMB 12
874,733 874,733 000000000000000000019b4fe6949b13bfbb5327b73248805d64166cdc51f683 1,374 1.00/1.00 vMB 5
874,732 874,732 000000000000000000021005db9b46e569bffe9b8ef7c825135d00f2787baa33 2,580 1.00/1.00 vMB 6
874,731 874,731 0000000000000000000273bb1f0734ac95c94a70f1b1787634f34f45d762e1e7 3,776 1.00/1.00 vMB 8
874,730 874,730 0000000000000000000001ca99e51ec3a1b2cd0116edcf1b192d730e3553d92f 4,566 1.00/1.00 vMB 10
874,729 874,729 0000000000000000000120f2bc8f947a664b10705e19f0289f2598013885c6f6 3,317 1.00/1.00 vMB 6
874,728 874,728 00000000000000000000e6c4d92b51a7b545e96b4b33156608429887ae004573 2,260 1.00/1.00 vMB 4
874,727 874,727 000000000000000000008925508274fe4350457a20c7512ed5714d6731dffe01 4,788 1.00/1.00 vMB 8
874,726 874,726 000000000000000000016e2c47079904795cfeb7f9ceae9c12f6ca3614d2678b 3,934 1.00/1.00 vMB 7
874,725 874,725 000000000000000000019ea89f74298f375b10605c75cd77c2458829eccb2f8c 1,111 1.00/1.00 vMB 5
874,724 874,724 000000000000000000011b54ade31b81be43de5f168f6c79a03a2da15440b6dd 1,853 1.00/1.00 vMB 5
874,723 874,723 00000000000000000000cab3338ae1ca635e42b2113a9f526fb7064d974c3029 4,111 1.00/1.00 vMB 10
874,722 874,722 00000000000000000000623d946a7a4bcb8a4a66acc5fb8a180d292848c67b4b 3,462 1.00/1.00 vMB 7
874,721 874,721 0000000000000000000058c1eea8ecbfbbb4b77a646dd55825527d1f64bbb6a1 2,726 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 783.05 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: 720.61 GB
    • Received: 18.21 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.