Loading Tool

Explorer IconExplorer

Memory Pool

75,650 transactions
28.31 vMB
0.06391134 BTC
Random Selection Loading Transactions
Max Size: 171.45/200 MB

Candidate Block

Mining Attempt 01d97a071e77489211ac4b64e97655fe6c38052f3c42ced50346259b7422b3e2
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root 47c6a249ed67b6f4635d37e6c36b3f24ef4b8a0eb0725d9ce24c1fdb8f96f36a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,283
Size: 1.00 vMB
Total Fees: 0.00524016 BTC
Feerates: 101.00 > 0.53 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (181,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
733,741 733,741 0000000000000000000908103a274d6c7ce831ee6cbb7d721a991e52d8c77c1c 166 0.04/1.00 vMB 13
733,740 733,740 000000000000000000031513c53897418727209d0a901908866282648f78b54c 2,321 0.92/1.00 vMB 10
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
Previous 10 blocks ↓
Total Size: 782.67 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.10 GB
    • Received: 16.39 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.