Loading Tool

Explorer IconExplorer

Memory Pool

78,889 transactions
29.21 vMB
0.12042209 BTC
Random Selection Loading Transactions
Max Size: 176.20/200 MB

Candidate Block

Mining Attempt e5dd301a3aeef67a3f658bcf7db2f9bb476baa7ccf4ee0c2f216b585f4f2f40b
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 1f6a36e09027705c314eb731495179a85746e97c364e773614136023aeff5e74
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,145
Size: 1.00 vMB
Total Fees: 0.04366530 BTC
Feerates: 150.80 > 4.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (184,524 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
730,741 730,741 000000000000000000072f9f566c627734b77173e594af11c97943e09c5bf4dd 2,834 1.00/1.00 vMB 16
730,740 730,740 000000000000000000040b801451d7a4d2b90d158de03c806061abd7a11f8fdc 1,472 1.00/1.00 vMB 2
730,739 730,739 00000000000000000006b55b7967d858fdb43741918cf009d11cc601d9b0881a 2,234 1.00/1.00 vMB 5
730,738 730,738 00000000000000000002f338a931df55ddef1b22db87811a52f9ab91bbe459b4 3,076 1.00/1.00 vMB 5
730,737 730,737 0000000000000000000814b1956c01ab58a249fee8379a77d9b8fa6e79627b6a 2,975 1.00/1.00 vMB 17
730,736 730,736 00000000000000000002e8bb02a509d9c1ec5735736255bc0629f3b8358323c4 1,386 1.00/1.00 vMB 3
730,735 730,735 000000000000000000028e00856e6a1809373ff44bbed05c5abbf0b85f0349c5 2,593 1.00/1.00 vMB 10
730,734 730,734 00000000000000000001de1b6368da58c973bcc45e602b271dc805b527a6f1a2 3,160 1.00/1.00 vMB 9
730,733 730,733 0000000000000000000327df2a847f8d993f4efbf300c793a9c2de914571c5f4 2,915 1.00/1.00 vMB 11
730,732 730,732 00000000000000000003a13310d96261c9610cc2d98e5bbf1da715cb01887d57 2,805 1.00/1.00 vMB 7
730,731 730,731 00000000000000000009144af5d0690faea2216cdd4418bbba97c64ba7cc0257 1,506 1.00/1.00 vMB 3
730,730 730,730 0000000000000000000355fb973c3069736c8031bc1f9d50c98382dc8a47e593 1,258 1.00/1.00 vMB 3
730,729 730,729 00000000000000000000c705f5defeca8e8e41404b5c9b375d0270c8fcd099a3 3,436 1.00/1.00 vMB 7
730,728 730,728 0000000000000000000266410ce28b4fe65cf5ab9769dcb5008f13a354bed2bc 3,226 1.00/1.00 vMB 8
730,727 730,727 00000000000000000004965f2a51fee431f06dedfd007404702a4c186015e845 2,505 1.00/1.00 vMB 13
730,726 730,726 00000000000000000006c7e69459e591409b620c53c83fd9029851efa228ae6f 2,421 1.00/1.00 vMB 33
730,725 730,725 00000000000000000007456be0bc3b712c4e4343e4be19ff33b95dcacc13b1d9 2,314 1.00/1.00 vMB 7
730,724 730,724 00000000000000000000dd97d3f8b6198899f6ea21563dc932df76cb5bf00787 1,662 1.00/1.00 vMB 5
730,723 730,723 00000000000000000006a3d76c314e6954ad056e001faceecc0fad04512a979a 3,113 1.00/1.00 vMB 10
730,722 730,722 000000000000000000076267b2a997e8732cacc473f83287c1f4f5235a35a699 2,935 1.00/1.00 vMB 9
730,721 730,721 0000000000000000000945a8828cea58c7a31b1bef5e9b0dcbdabdc6c8f171fa 3,569 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.85 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: 712.78 GB
    • Received: 17.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.