Loading Tool

Explorer IconExplorer

Memory Pool

74,069 transactions
28.70 vMB
0.07984274 BTC
Random Selection Loading Transactions
Max Size: 169.66/200 MB

Candidate Block

Mining Attempt 4598a3ba162afd6c15b101199af95cdff013da7da2e9ae47c4850a13a57ef3cb
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 8ab1e212503562658b766c95657edecb5425524f097a5bc2d4ad1cab628c2c1c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,600
Size: 1.00 vMB
Total Fees: 0.02203585 BTC
Feerates: 150.36 > 2.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (251,609 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
663,443 663,443 00000000000000000000db7853b8fb67ad01058a075192129a37b807ef468d4d 2,963 1.00/1.00 vMB 113
663,442 663,442 00000000000000000007fe954c14c85c642f166854d290edc9c2eff544b11cbf 1,866 1.00/1.00 vMB 29
663,441 663,441 000000000000000000088638da4d75e14561054ab853656030b108c342d5c579 2,526 1.00/1.00 vMB 29
663,440 663,440 00000000000000000002d822871dcdb027c76ee664fbd34b0a4ce0fe5790b314 1,536 1.00/1.00 vMB 58
663,439 663,439 0000000000000000000490377763cb445efc3e9f32920015b9a3db83f987203d 2,148 1.00/1.00 vMB 43
663,438 663,438 000000000000000000067a3f866d4fe51d0fa803feffc629873d3f6705182ec8 1,404 1.00/1.00 vMB 50
663,437 663,437 00000000000000000004ead9c78faf90600a2a3f18cff8e53e55fc78b866b26e 2,662 1.00/1.00 vMB 107
663,436 663,436 0000000000000000000a7d7a7d618fc6db2d926e55600a4a53e8118aae14e3b7 1,560 1.00/1.00 vMB 61
663,435 663,435 00000000000000000006a539e461c2a99c8b40f9ae78dce0ca3b29fb3e2663c6 2,544 1.00/1.00 vMB 96
663,434 663,434 0000000000000000000b7f710df8b3a3ae3cd4ad94c38a34d56d244e6a372cd5 2,520 1.00/1.00 vMB 76
663,433 663,433 0000000000000000000c9d2a28fe046820496e2d4315fb6897f060affb4ec5b4 2,653 1.00/1.00 vMB 48
663,432 663,432 000000000000000000096dfdc64a88b0b9a2c6677e452001f822d65e071ffa96 2,387 1.00/1.00 vMB 32
663,431 663,431 000000000000000000010c481a78040d847ee64da776ef5b4685853bb8291cba 2,754 1.00/1.00 vMB 91
663,430 663,430 0000000000000000000651981c1003b9fc9503588371c8d96d0e4a3fee057385 3,234 1.00/1.00 vMB 50
663,429 663,429 00000000000000000004d751fccb1a4bdfd1219fbdceb93cffdab3e3ccde6da4 1,961 1.00/1.00 vMB 66
663,428 663,428 0000000000000000000c3cec32d7a502a44f8be6632b8202a524229aa050f202 2,526 1.00/1.00 vMB 71
663,427 663,427 00000000000000000003a8988022964ddb7f5fe7ba154348097cf42d0a1c98ff 2,489 1.00/1.00 vMB 87
663,426 663,426 0000000000000000000b3aa125a2de10332fe8505f0d764cd0e46a7da1dd3aac 2,897 1.00/1.00 vMB 110
663,425 663,425 00000000000000000000f739db13ddaf952848f12f4a889eaf3f408fcd04306c 2,693 1.00/1.00 vMB 65
663,424 663,424 0000000000000000000d07a438d8a4ce72ca25354d4ccff61353779df9aa19ff 1,406 1.00/1.00 vMB 78
663,423 663,423 00000000000000000007ea11b1743b2f2c47dc841b4d547c60fff37a7c73b3ef 2,735 1.00/1.00 vMB 97
Previous 10 blocks ↓
Total Size: 782.48 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: 668.19 GB
    • Received: 15.42 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.