Loading Tool

Explorer IconExplorer

Memory Pool

42,708 transactions
26.14 vMB
0.05170956 BTC
Random Selection Loading Transactions
Max Size: 137.42/200 MB

Candidate Block

Mining Attempt a3fc2404c985f9945a81d7210386e46f08d409ee131bb0feb21dcc215bf3e43e
Version 20000000
Previous Block 00000000000000000000e80075463d9b649392db1c3f77b6ad92bc26bba09057
Merkle Root f58f8c7889721c474a85b08c56d0d1a80fbe1037074d3e45f612dd5eb417e613
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,160
Size: 1.00 vMB
Total Fees: 0.00398004 BTC
Feerates: 77.76 > 0.40 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,761 (865,972 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
48,789 48,789 000000000d94744d2086bea50f20dda354f2eaa001100f83c7abb253333fa94d 1 0.00/1.00 vMB 0
48,788 48,788 00000000256a394721e436aae04f72a438e4f8eafa868f8ba9ef5747cd8a8186 1 0.00/1.00 vMB 0
48,787 48,787 000000001f63b8adbfbea9d5b8ae13b75b07ad2461afc21a755947e28b06b7f3 1 0.00/1.00 vMB 0
48,786 48,786 00000000001f4d67118bcd0e4e845df97056ebe0f22daa2bcf35249e55b00dc1 1 0.00/1.00 vMB 0
48,785 48,785 000000001486566ecf88b865e3f642a1d1597e26290204b0573f6c8a0f55d91f 1 0.00/1.00 vMB 0
48,784 48,784 000000001d29730e70512e5903a75424f7859a15db964f64f60cb9456e7e07af 1 0.00/1.00 vMB 0
48,783 48,783 0000000026c93147da1ad8e9cee21dac9d3ef37875e859fc40f25b7815a2c433 1 0.00/1.00 vMB 0
48,782 48,782 000000001a9974871b4dcf70cf8432bb66cc9cb995956f7d7a97ba698d015e69 1 0.00/1.00 vMB 0
48,781 48,781 00000000211d561ab723690f9518c26fce207ad98e2f816944e3886c5506fefd 1 0.00/1.00 vMB 0
48,780 48,780 000000001f26958460d0c95366d68cce54913ed1fdfd31c982180ce8a3207f59 1 0.00/1.00 vMB 0
48,779 48,779 00000000139cbe7d07903e1713ae9bdebc628247debab3d9726d08f8491e816b 1 0.00/1.00 vMB 0
48,778 48,778 000000002453af979b10582066c2cb6af2d8f8f2dad2ab6141a84d75de3b6a47 1 0.00/1.00 vMB 0
48,777 48,777 000000000870dd29a96aa91aed37b93e5ba57869cea471196a9317d90e085d7f 1 0.00/1.00 vMB 0
48,776 48,776 0000000015e2fc92e43f17c4c415f8a59cf5c219d5fa1116d4dd4678a5322e51 1 0.00/1.00 vMB 0
48,775 48,775 000000001fb47bbfd62af97c9ff2a8b77e69e1cc42c57b5b424a367a42736b99 1 0.00/1.00 vMB 0
48,774 48,774 00000000267c4ce86309bc40bfda30336fc78b2e27cf8e925043165f4e3a03b5 1 0.00/1.00 vMB 0
48,773 48,773 000000001598642625c0cc3e359c26b57a21496a86f7cf2725b6520a3335b538 1 0.00/1.00 vMB 0
48,772 48,772 000000001f63db1b5a1b27dc76b3e8cf1f51385c993350cde967b52c6e526197 1 0.00/1.00 vMB 0
48,771 48,771 00000000177b794cfb02d2c108becfba77694e08fedc8652f67ccedbeed20fc6 1 0.00/1.00 vMB 0
48,770 48,770 000000000b07fc767c2c3adf0e08fc8491b5679d6e5f77706d5222e49da02349 1 0.00/1.00 vMB 0
48,769 48,769 0000000004a5141086cbc444ea3a23b54de7b8c661c81fe7158acc99792cab65 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.96 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: 647.61 GB
    • Received: 12.96 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.