Loading Tool

Explorer IconExplorer

Memory Pool

80,515 transactions
30.45 vMB
0.09111150 BTC
Random Selection Loading Transactions
Max Size: 185.42/200 MB

Candidate Block

Mining Attempt 29a193d521ff2d0baaf72df4134e07899815d4ff173cb1ddb3ca115753928b32
Version 20000000
Previous Block 00000000000000000000464fbd6ccc853e5ba244ebbed6c329fc6ad23af9abcc
Merkle Root f1fc57f45d9ee5d2e78731d4bac57b06ab718310c94e7c3c8e92b0d0a4f09b6e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,360
Size: 1.00 vMB
Total Fees: 0.02274463 BTC
Feerates: 200.89 > 2.28 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,382 (34,617 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
880,765 880,765 000000000000000000001c8e75af8780329f4b2b998913071637bff9ace808d5 3,254 1.00/1.00 vMB 6
880,764 880,764 000000000000000000007758ae968f0f86e3de114f7e5b87a705bf5e49c7cdf7 3,303 1.00/1.00 vMB 2
880,763 880,763 000000000000000000019f91f2aea5f1fb46305ebc5b64a276eb6d8cb3534ec6 2,078 1.00/1.00 vMB 4
880,762 880,762 00000000000000000001366c7b742397b381743c929878190763175a711f4471 3,448 1.00/1.00 vMB 6
880,761 880,761 0000000000000000000078860d3e5cac7a4c0aef831e9601aae4ed60618c62ab 2,950 1.00/1.00 vMB 3
880,760 880,760 00000000000000000000bd0d6228247ee821e15b9c709f53a57a57fb499aab61 4,009 1.00/1.00 vMB 3
880,759 880,759 0000000000000000000114dccb9701ccc4017eca55b7bffa759d48360a72904f 2,406 1.00/1.00 vMB 4
880,758 880,758 000000000000000000024d473ad7d1f0e909323babb16cbc6bdbc76c556cc345 4,098 1.00/1.00 vMB 3
880,757 880,757 00000000000000000002724a2207b6d24e9d1af148b6ccd6233b9644409a552a 4,085 1.00/1.00 vMB 7
880,756 880,756 00000000000000000001e237374c65e278ba73c534a3ee297f4f6d0f5b5fb942 2,959 1.00/1.00 vMB 3
880,755 880,755 000000000000000000001bae0ab65bdc88b934c6334326b8d49759a6afe48444 2,945 1.00/1.00 vMB 3
880,754 880,754 0000000000000000000015cdaef783ae11a6296042c9c505d2209fe77c78c83c 3,747 1.00/1.00 vMB 7
880,753 880,753 00000000000000000001783fd08e9c450ff4563b7eb7590a89d71403e6dd381c 3,767 1.00/1.00 vMB 8
880,752 880,752 00000000000000000001fd6e6faa96b0a823e8f36f973257cbdddd3a70a9093a 656 1.00/1.00 vMB 1
880,751 880,751 00000000000000000001806a6401bc27c56e81d3b3021aea7d8cac0f60031478 1,269 1.00/1.00 vMB 2
880,750 880,750 000000000000000000023cd433c4a36a795f0eca3f61779939af031674b59bcc 2,726 1.00/1.00 vMB 4
880,749 880,749 00000000000000000000fad099ebccacbf447a6f499c3b1be64edcc5748ce061 3,874 1.00/1.00 vMB 8
880,748 880,748 00000000000000000002302a217bdedfd6a609675841961d70c2d291962725aa 341 1.00/1.00 vMB 1
880,747 880,747 00000000000000000000a9c3b75aa118f3fb7958c819c0da2ffa20112e36b4b8 3,174 1.00/1.00 vMB 5
880,746 880,746 0000000000000000000048b55d5501915a346b78869f70c036dcb030d91da2e1 1,027 1.00/1.00 vMB 1
880,745 880,745 00000000000000000000b9b36857e7ef7a340ae3bafec6736cefb7ae4177be4c 2,021 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.05 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: 720.59 GB
    • Received: 18.20 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.