Loading Tool

Explorer IconExplorer

Memory Pool

79,450 transactions
29.39 vMB
0.10086212 BTC
Random Selection Loading Transactions
Max Size: 177.65/200 MB

Candidate Block

Mining Attempt 7ad65aebdfa39741d139e8a119287ba3544e9337b4fe75219ed5cb1cf9f7424e
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root 983fd93615d347c225c28d11782aad973e0bcd38d3ab9f6309eaec299aac821c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,424
Size: 1.00 vMB
Total Fees: 0.03779642 BTC
Feerates: 150.62 > 3.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (181,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
733,739 733,739 00000000000000000007997829ae5d953c5ede09646b5e6e3161d8b2d09a10cc 799 0.34/1.00 vMB 6
733,738 733,738 000000000000000000063c3ec6ac81fa92288aedcf3c2c5a7b6f234a2732216c 1,960 1.00/1.00 vMB 7
733,737 733,737 00000000000000000008beabaa59c3ba5696835bf15b3ac598ae8d7c48bb25eb 2,171 1.00/1.00 vMB 13
733,736 733,736 000000000000000000018cf0122a0e5c352d7f49f5333d11fce61a4ab96db0cc 1,311 0.51/1.00 vMB 9
733,735 733,735 0000000000000000000690a03f2c020e118d3338649e9eb3c4db26d0771f8d81 1,029 0.43/1.00 vMB 10
733,734 733,734 0000000000000000000492fd867186a80b55bfb04afd9c502f751c4b79364851 1,266 0.46/1.00 vMB 10
733,733 733,733 00000000000000000007c84e541426059a3c2e97d7ca0c5db0f4b25e71d5638b 784 0.27/1.00 vMB 10
733,732 733,732 000000000000000000037f9cceb230521c6ea5005e0f5feef5b4e01f8534df92 1,338 0.45/1.00 vMB 11
733,731 733,731 00000000000000000006531c0c3e2f1857a8a1e448317b3f5bc72a49fabe0d4f 1,108 0.39/1.00 vMB 10
733,730 733,730 00000000000000000000196f5324b5284dc3990ea97c806baedaf27bcf2bbd78 1,562 0.51/1.00 vMB 12
733,729 733,729 000000000000000000066f70ff03cbac821dd86b212b96a18d8eab6ac24d08e8 128 0.07/1.00 vMB 7
733,728 733,728 0000000000000000000195595260a72cc93edd363885700e44cfe027249fe611 1,040 0.43/1.00 vMB 7
733,727 733,727 00000000000000000006a5e8e1e38187306ca3f3065013b1939346894c3512d2 476 0.28/1.00 vMB 3
733,726 733,726 000000000000000000076eaca7b2104fd3b5f5d722845458cbcc8eb42daea1e1 1,799 1.00/1.00 vMB 13
733,725 733,725 00000000000000000008ddefb64e68d639b2ddd40bc339782fb42c2723f591c3 1,034 1.00/1.00 vMB 4
733,724 733,724 00000000000000000005903eb100a8a87578897cadb7ead353807cc637522c93 2,656 1.00/1.00 vMB 2
733,723 733,723 0000000000000000000795eca11fe3667edd08018f75027370bb202473890ebd 1,071 1.00/1.00 vMB 8
733,722 733,722 00000000000000000008ec5f09b0bf5d047ecab4ffaf54b6cf4dbb3dab080dab 1,166 1.00/1.00 vMB 3
733,721 733,721 000000000000000000033a64c738e61f7e5b08c60189719dcea41d3dc5d31f2c 1,118 1.00/1.00 vMB 1
733,720 733,720 00000000000000000004642220f795d4c6a3e6b267b55dd72b8ccc94ab8bdc13 2,452 1.00/1.00 vMB 4
733,719 733,719 00000000000000000001a70d5317df935c4e14384f3f3c0fd3169cd8b3367899 2,678 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.66 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: 673.08 GB
    • Received: 16.38 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.