Loading Tool

Explorer IconExplorer

Memory Pool

42,703 transactions
26.14 vMB
0.05169857 BTC
Random Selection Loading Transactions
Max Size: 137.41/200 MB

Candidate Block

Mining Attempt a701de020c3e6a6e42d15097f5e0ff38d901503cb73a1d10b7d9b9fa373f5e7d
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 (864,793 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
49,968 49,968 0000000008506fefabe4f5e2bdeafced3d372e3f6557911047efe8c756e2dd8c 1 0.00/1.00 vMB 0
49,967 49,967 00000000154f5d89c51bc157c7f52352b2600c3c365f36c7c6311bcc8fcb54db 1 0.00/1.00 vMB 0
49,966 49,966 000000000f6e90e4bac3b15af29fc8c3b4d38484b5f746bdba40c829f5b31bc1 1 0.00/1.00 vMB 0
49,965 49,965 0000000008650f7376363e413c56ea3544d255926d8e6cb3334edc1a49125cab 1 0.00/1.00 vMB 0
49,964 49,964 000000000149e084e71623c2963d23a1b0f43a488f849d87d13d940397913d09 1 0.00/1.00 vMB 0
49,963 49,963 0000000018f0576948290e9c8a1c71f521f9b4604d1b45f3815759871d15eaf4 1 0.00/1.00 vMB 0
49,962 49,962 000000001f2a6b641b9e6543eb4de6b5d3367760326fbe1c3c3df1875fc56c98 1 0.00/1.00 vMB 0
49,961 49,961 00000000160b56a2160cdeddb5ef7f3f1ea48ed766626c534575ddd0972b50e7 1 0.00/1.00 vMB 0
49,960 49,960 000000001faac80c6c5296d44b1d0ec1df410062cd7a459f5db0bece075ad20b 1 0.00/1.00 vMB 0
49,959 49,959 000000000807b76fcca0757ddbc5f6e277f3e1dc30fee435543165e448730b85 1 0.00/1.00 vMB 0
49,958 49,958 000000000f2ed587f9ad1ff610d4e44e467eb04db1e923793dab3728b6d47ffb 1 0.00/1.00 vMB 0
49,957 49,957 000000002092bed471d224535050e420691291abded43f8153f031197667e546 2 0.00/1.00 vMB 0
49,956 49,956 00000000257707fb2a4bea3959acb288ec09884452af2bc6d4192b155898a313 1 0.00/1.00 vMB 0
49,955 49,955 0000000029274674194f2fa7e30c99893ce0e815c899e18d823d079dda49abe2 2 0.00/1.00 vMB 0
49,954 49,954 0000000004a870c6377c21edea71823f2965e50fed2c6312a9c7b09d9ed4edb7 1 0.00/1.00 vMB 0
49,953 49,953 0000000009cc00a63676ae2cab274517766782e5804e3112319f0a950ba722cf 1 0.00/1.00 vMB 0
49,952 49,952 000000001c527663af957acce0f88e26b142741648eca840b4315b0c43f275be 1 0.00/1.00 vMB 0
49,951 49,951 000000001cce6de78f76d4ea11ebd050afc84dcadda3371ebe77254dcee08185 1 0.00/1.00 vMB 0
49,950 49,950 000000001349de89f7eea5f0f19f445e753c95f25b44b68df5a4089bb868249f 1 0.00/1.00 vMB 0
49,949 49,949 000000001a736990a6fe0d48e17aee43f4549b7e37941f520ee234c18e55c3aa 1 0.00/1.00 vMB 0
49,948 49,948 000000001dc08c84b112be48c72117a89d36834e66daf360b844a50f7ef32a7d 2 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.