Loading Tool

Explorer IconExplorer

Memory Pool

39,743 transactions
25.89 vMB
0.06321364 BTC
Random Selection Loading Transactions
Max Size: 134.31/200 MB

Candidate Block

Mining Attempt 78ccd9f4c8e78542c9ed11dafecf2ae236e9c34ed297e256e8091ffa69432e2c
Version 20000000
Previous Block 000000000000000000014ae1b6ec1276480a3d912701d420b2806ba6ee0c7cd5
Merkle Root a1f0b15a9158f0deecfea2b965ed5a962ab83beeb8045ce3801cde65b33110f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,004
Size: 1.00 vMB
Total Fees: 0.01621747 BTC
Feerates: 73.20 > 1.63 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,873 (450,900 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
463,973 463,973 000000000000000001e9d01ef9bf2a93d4ad4f00873cf745fd96706d91508640 813 1.00/1.00 vMB 179
463,972 463,972 0000000000000000018a9a477966b2f4386f3f75394cf039da74422944ee6147 1,817 1.00/1.00 vMB 148
463,971 463,971 00000000000000000020d564103b0c90f4a0efb0013b0b71c007cd6f9122ad3c 1,698 1.00/1.00 vMB 186
463,970 463,970 00000000000000000035d467f3e31a04bd9814bc0aec04b7e5877530b41b4450 2,575 1.00/1.00 vMB 251
463,969 463,969 000000000000000000272e1876058df5a1a71744d1b29800e9307e9da54fe154 2,100 1.00/1.00 vMB 133
463,968 463,968 0000000000000000016baacba2cb979e13d4e31d098d8eb3e91deae3edd24c74 2,195 0.99/1.00 vMB 200
463,967 463,967 000000000000000000acdf0de944c38de6cfdc0ddb9d9482186472bfee4c28e0 1,836 1.00/1.00 vMB 119
463,966 463,966 000000000000000001fdc00bf953aa2e53b8ef928c28c32ee9ab148cddf5a1e4 2,447 0.99/1.00 vMB 120
463,965 463,965 0000000000000000016b5653bc2736c5252fc47abdb4e3284714bec39d781d25 1,821 1.00/1.00 vMB 136
463,964 463,964 000000000000000002039a177b4f58d7e88502e5f6ee24b4f9a0910a26c8e6de 2,362 1.00/1.00 vMB 208
463,963 463,963 000000000000000000473e22600dffbb97a477e68fb6f24fb781464a607f5954 2,228 1.00/1.00 vMB 145
463,962 463,962 00000000000000000190c9cb40cb675352a5dfb312d298d677e33d0455f1a08a 2,598 1.00/1.00 vMB 214
463,961 463,961 00000000000000000186eec5bc86d74c030f185d157ffee2803941c85fd0f393 883 1.00/1.00 vMB 133
463,960 463,960 0000000000000000021284720cd063225df71bb0979a0421242099196edc691a 2,113 1.00/1.00 vMB 171
463,959 463,959 00000000000000000080365557e695b8fc109b59bfd1915c4510c65fd37f4055 1,172 1.00/1.00 vMB 125
463,958 463,958 0000000000000000018159bab3418ce3a7dd74384e408d7c81743575a057624b 2,573 1.00/1.00 vMB 145
463,957 463,957 000000000000000001a11d3cd1539c3586d2dc816b08edad7399d4fc8e34b10f 3,449 1.00/1.00 vMB 132
463,956 463,956 000000000000000001f44aa01bc3875ce1dbb44e295924a19c7324b09cef8977 2,480 1.00/1.00 vMB 134
463,955 463,955 00000000000000000217f7701fd45a44be929aa8f1e262a3dda61f46c0676c49 2,635 1.00/1.00 vMB 210
463,954 463,954 00000000000000000086397b96c3822d3b6ebeecf7d37c939e96db626e7da503 3,006 1.00/1.00 vMB 150
463,953 463,953 000000000000000001750b31d13ecd73fabed17e8fb21c7800ba4cbfb10b44c8 3,449 1.00/1.00 vMB 141
Previous 10 blocks ↓
Total Size: 782.16 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: 653.42 GB
    • Received: 13.87 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.