Loading Tool

Explorer IconExplorer

Memory Pool

77,070 transactions
28.81 vMB
0.09684221 BTC
Random Selection Loading Transactions
Max Size: 174.80/200 MB

Candidate Block

Mining Attempt 5cd71fba980a38814c8bab974a3aaa0daec206bf6dc30d5f898869944ecff251
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root c7243542bd728a85b5e1ccd6281e56bc8f49a5c329c0d7434a35eed1b20c5f8b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,202
Size: 1.00 vMB
Total Fees: 0.02916461 BTC
Feerates: 180.82 > 2.92 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (876,348 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
38,922 38,922 000000001a585a607a2eb9aae1276eaefced70807647c9739c014ed87e49b5e5 1 0.00/1.00 vMB 0
38,921 38,921 000000005309844f0ada2fdb8b76c4197610f045630a27a9226e6655c1d645a0 1 0.00/1.00 vMB 0
38,920 38,920 000000000bcfb6182941c842a8c09050e5709fc6cb29949a4c0cebcbae9a03ee 1 0.00/1.00 vMB 0
38,919 38,919 000000003738e059ace4d334ff3bd68afe87a4e1205b68dac094b39eac3f868e 1 0.00/1.00 vMB 0
38,918 38,918 0000000030127b15679d409454f0e94c81986ed233640144298f94efe637f55a 1 0.00/1.00 vMB 0
38,917 38,917 000000000c032012555b50b756b131ea5d5941eb16e98da1d15bb3f6821d8518 1 0.00/1.00 vMB 0
38,916 38,916 0000000026254a3dbc75fd34977d2a51ec73e635554c93cdf6c0efbc73242fcc 1 0.00/1.00 vMB 0
38,915 38,915 000000008bb8dc2d24796bc6f7474ec527e50a1d253293d6d1f4eb4dc49871d9 1 0.00/1.00 vMB 0
38,914 38,914 000000008c07e2a89cd3a51db0df3810d007d8e2f2166191badb442e7209ec3f 1 0.00/1.00 vMB 0
38,913 38,913 0000000078fafa738569d96ea549652f6fd70afe80da13679cbc91848ee749f4 1 0.00/1.00 vMB 0
38,912 38,912 000000006767918f10667426aae8a740c4075f942d8c9b0764ca5899c9997233 1 0.00/1.00 vMB 0
38,911 38,911 00000000476a18628a40605c79f515f675d68076603bc07c83564de306cf08f0 1 0.00/1.00 vMB 0
38,910 38,910 0000000072367d727ceccea9d10c28561285acf8d3e3a295bab79bb25d3e7424 1 0.00/1.00 vMB 0
38,909 38,909 000000002e1e879c1104b9cec7b42f7d197fd93a4e470c98eef1150098037706 1 0.00/1.00 vMB 0
38,908 38,908 000000005bf9810c386672ba46f892b6a277b0796e9862a97c265018a984744b 1 0.00/1.00 vMB 0
38,907 38,907 0000000029353b436a9a87bae0f1360d7b2709d8bd3cfcb8fc98c6459f7597f1 1 0.00/1.00 vMB 0
38,906 38,906 000000008c52a3e722a471bff47b38bbd01fd51e59249ee9560238379c561841 1 0.00/1.00 vMB 0
38,905 38,905 0000000070ac6df052fa80a6ded2b40d8abf34d1d2fe9022488707ef7f90528a 1 0.00/1.00 vMB 0
38,904 38,904 000000002b54f2edf4b1d97abd73ea49f90721e65d48470bd811750415ab637a 1 0.00/1.00 vMB 0
38,903 38,903 000000001ee140855e85615e67c44429990fcd065f9ecefba71de93e4c570067 1 0.00/1.00 vMB 0
38,902 38,902 000000003015cfd147af696a79ab634db12ea87f04d646b71e0e4f81bbfb4a4d 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.86 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 712.90 GB
    • Received: 17.24 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.