Loading Tool

Explorer IconExplorer

Memory Pool

51,211 transactions
30.90 vMB
0.15773283 BTC
Random Selection Loading Transactions
Max Size: 165.58/200 MB

Candidate Block

Mining Attempt 2a1cf7b96675de2e96ba8a04ca1b29ee53f996aad57857232c91d1e1bee2b2af
Version 20000000
Previous Block 0000000000000000000150ac5d85e9507ede5886efaa3253ea821573fd5eeda5
Merkle Root a44e8058d7896e3fc0bfccf59f34cc526c66cd8c46b4b8a0cbd23a494ef64a63
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,856
Size: 1.00 vMB
Total Fees: 0.08207193 BTC
Feerates: 200.91 > 8.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,824 (330,073 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
584,751 584,751 00000000000000000004904facc110b6348af980cdb7aef2bd922ccb807e811e 2,214 1.00/1.00 vMB 71
584,750 584,750 0000000000000000001ddd9e3f553511600a02fedebbcabdda8ca8f473f41a85 1,732 1.00/1.00 vMB 62
584,749 584,749 00000000000000000005fb1de3ce2885050ef98423a90dcf6e672786a713a222 1,828 1.00/1.00 vMB 60
584,748 584,748 0000000000000000001d280885c340f70eb004e6266f758064269ebdaeafcf7f 2,486 1.00/1.00 vMB 47
584,747 584,747 0000000000000000000c9f1609a7cce4574647c5089330116e23e996d51e9521 2,603 1.00/1.00 vMB 47
584,746 584,746 000000000000000000094e15b153d64cea0c13b1f6a5231e06eb106aac654b0d 2,541 1.00/1.00 vMB 41
584,745 584,745 0000000000000000001869666419f1af4fd3be382e54106e3733e08f3eef181e 2,154 1.00/1.00 vMB 63
584,744 584,744 0000000000000000001c4e0ac7b7fa48455ef179e145e78f190dd57174ea833d 2,739 1.00/1.00 vMB 50
584,743 584,743 0000000000000000000715c1c98a097fe82aae16575c7a03dcba66cebaacdd99 2,333 1.00/1.00 vMB 68
584,742 584,742 00000000000000000009140f44e637c0e5ea48f7c31aef3f6b730929d274cd58 3,119 1.00/1.00 vMB 70
584,741 584,741 0000000000000000001a6d3c8adb30228d50b7d9752ed2930cec09a126fd98d6 1,950 1.00/1.00 vMB 68
584,740 584,740 00000000000000000000e25302676ebc01f8bd2f798df4ac4e340eb1403c9690 2,717 1.00/1.00 vMB 101
584,739 584,739 0000000000000000000e6fccf79916a408ff448aed0b75d02db205e4ce63cb43 2,783 1.00/1.00 vMB 61
584,738 584,738 00000000000000000004c4675fbf965bf1122396a9fdfbdab78561b0b56276fe 2,562 1.00/1.00 vMB 62
584,737 584,737 0000000000000000000be6a1e7d03a692492d5faefaafa12dca87492bed2b53f 1,764 1.00/1.00 vMB 85
584,736 584,736 0000000000000000000b50a7607b61b968bc2703e6357143900083a62c206f9c 3,598 1.00/1.00 vMB 70
584,735 584,735 00000000000000000019270bb68a997bdb80f51d8c39ff846191c2c1aba670c2 2,491 1.00/1.00 vMB 73
584,734 584,734 0000000000000000000657d7cc0ab991a2d7f5248aa339529a14e50db9056865 3,036 1.00/1.00 vMB 80
584,733 584,733 00000000000000000010855d4cf5dbe2a1bc69cae3d6c7ea6485d33cf8a6f47c 2,154 1.00/1.00 vMB 20
584,732 584,732 00000000000000000015d426d1c491c4b611eb9c7661700d16d762f275b7719d 1,852 1.00/1.00 vMB 12
584,731 584,731 0000000000000000001d9b644c5c7c25d7bd5e09cd8f77da9d6cdba1e4f19256 1,982 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.08 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: 651.31 GB
    • Received: 13.53 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.