Loading Tool

Explorer IconExplorer

Memory Pool

39,980 transactions
27.61 vMB
0.06302695 BTC
Random Selection Loading Transactions
Max Size: 141.35/200 MB

Candidate Block

Mining Attempt 9c24a4940c01662c82c0994160ba839feec0ae9d0d075da51ab9bec98e68f692
Version 20000000
Previous Block 0000000000000000000183fdd09766667573fbca4a30fc6f2455b37becebdd12
Merkle Root f21ab5b6878232b2a5555d43ea79c708f3ae61842bd0ea84d7307574ad667ec5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,070
Size: 1.00 vMB
Total Fees: 0.01036242 BTC
Feerates: 71.81 > 1.04 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,641 (849,731 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
64,910 64,910 0000000002cb2cbc3e53bf66f92e5e9e3f3ffefe12cf3da2e34caf73c6280b8e 1 0.00/1.00 vMB 0
64,909 64,909 000000000a902492914344b1b1bd9514af4601e37717de3029aefaa95abe748b 1 0.00/1.00 vMB 0
64,908 64,908 0000000007f5bfc868e98ac4173a766189f59f8b505f8f74c1dcdb22aa800749 1 0.00/1.00 vMB 0
64,907 64,907 0000000005ff2148871efeb971dbedb9da04bfc139fa0e489bf402a999cca01e 2 0.00/1.00 vMB 0
64,906 64,906 00000000004d1b117703a50058e7edc96fb59fd0f657415a07892bec8baefafe 1 0.00/1.00 vMB 0
64,905 64,905 000000000070253c52a18d88d686183528c2450475cb2f4c9b9979d8403ba788 1 0.00/1.00 vMB 0
64,904 64,904 000000000754d195eb4f2737db018fae860dfa044940ff1b809027aa778dc9ce 2 0.00/1.00 vMB 0
64,903 64,903 000000000aa3eb153872ef2a9ae9a0f3d0bd80d38e8c9b5354908126981b0ae9 2 0.00/1.00 vMB 0
64,902 64,902 00000000073cb39c39fd9aef1dd2dc25d69344aabeb5bc5f6400b0f2de06eb22 5 0.00/1.00 vMB 0
64,901 64,901 0000000003f65263b38b5169cc2560ea24e562042eb7391f323835d6a33d2ac3 1 0.00/1.00 vMB 0
64,900 64,900 00000000013d9c4f6dc5c9ed6d81d4805e0219d360eb4d007e99d00fc4f71340 3 0.00/1.00 vMB 0
64,899 64,899 00000000022b78137250a4552c4440be0cec5c4c799b6af63ed56cee14c01463 1 0.00/1.00 vMB 0
64,898 64,898 0000000008f171b9d7114749cd83aac3859d0e431780765cb99ade06467db26e 1 0.00/1.00 vMB 0
64,897 64,897 0000000007af2621c35d9cc7247deebb161478770d8a1a89c9f1e9ac5cb2a414 1 0.00/1.00 vMB 0
64,896 64,896 00000000005f84b7c68a9294a60186b3915d0687898efc20b389723ff29d029b 1 0.00/1.00 vMB 0
64,895 64,895 0000000008edeb4feba6122f7a2b7e0e8c3885b620d37c7fcfc0eb832c33844f 1 0.00/1.00 vMB 0
64,894 64,894 0000000007d4bc21ddfad4a0274fbf80048e0b6f5f89c0c9ae511113ae07ab61 1 0.00/1.00 vMB 0
64,893 64,893 0000000003e2e1712f6d277409704b2f89b0497e995fe699d4317af87c2d9e8b 13 0.00/1.00 vMB 0
64,892 64,892 00000000025bd5914e891a65ece3ad963da995a261efe0698fe129d04c1c0316 2 0.00/1.00 vMB 0
64,891 64,891 00000000098ed1bcd7a47ff66caebe2eece74ded672f4f433dc6e9b35c882b60 2 0.00/1.00 vMB 0
64,890 64,890 0000000003f16e20570c8b4d74f5ace3be6d1f645aaa5d7ee6197cd079153102 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.75 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: 631.91 GB
    • Received: 12.09 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.