Loading Tool

Explorer IconExplorer

Memory Pool

73,636 transactions
27.25 vMB
0.06388022 BTC
Random Selection Loading Transactions
Max Size: 166.50/200 MB

Candidate Block

Mining Attempt f17901c83c41e72c06ada36619eeeddb42cff58c3c60fb95aff0c9b779f6cc58
Version 20000000
Previous Block 000000000000000000019f01622aa9ccac55b505788f3310454eb40145b7d73a
Merkle Root 5cddd004db31ed9b78aff714bc8f2b1e50f20b3a17bf55f67df59991f3a91b73
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,650
Size: 1.00 vMB
Total Fees: 0.00603679 BTC
Feerates: 104.71 > 0.60 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,263 (354,077 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
561,186 561,186 00000000000000000010d9b4a219f69d10e51c02e2044db1b7db7c5499013956 3,067 1.00/1.00 vMB 31
561,185 561,185 00000000000000000008c66752b902542930fb7f909c1226cf94eb6f1c8761cc 2,300 0.70/1.00 vMB 9
561,184 561,184 0000000000000000000d169571a2745793e989a1f706ec0b2e0ebe8a721f9c3c 713 0.27/1.00 vMB 16
561,183 561,183 0000000000000000000dc8beeb76c4c184fdbf38560d1cd8994d3c187b9fe3ce 1,735 0.55/1.00 vMB 15
561,182 561,182 00000000000000000005bfc6cff2f7ac538b9ea2605f5bd186b44bf3b7351525 2,904 0.93/1.00 vMB 10
561,181 561,181 0000000000000000001e9524fee060f650a871871faa205b50d6c31538d5b1a2 2,177 0.69/1.00 vMB 12
561,180 561,180 0000000000000000000f086e511b2f85f8a729e3d1dd69cba0e927eefbed6218 2,757 1.00/1.00 vMB 34
561,179 561,179 000000000000000000066f3e5854d214c4ee35b37914fe2664edd9dd575e4d96 1,970 0.64/1.00 vMB 10
561,178 561,178 000000000000000000182f0cf176cccd0f716d4c5b95b9ac263f48fb264e2d4b 2,430 1.00/1.00 vMB 14
561,177 561,177 0000000000000000002a2852127a81a60474d490702c2dbe0967e6c5a56106e1 2,439 0.83/1.00 vMB 10
561,176 561,176 00000000000000000017fe22e747d1581a84def177d20f83fe96f22800e5c940 2,155 0.89/1.00 vMB 2
561,175 561,175 0000000000000000001a59eaf2be7ca742b1c02f266f98db847a903af8c237ef 3,023 1.00/1.00 vMB 11
561,174 561,174 0000000000000000001f85848378177472c5cc98cf6a0be95f6450c72261b201 3,183 1.00/1.00 vMB 33
561,173 561,173 000000000000000000028b2b6aea2fbca7dfa2ec8969aea543d1badc9055ad19 2,289 0.71/1.00 vMB 5
561,172 561,172 00000000000000000016e955f7d7607f3f21b065e341a47ed6a4d20928dc6fce 2,595 1.00/1.00 vMB 39
561,171 561,171 0000000000000000002ffa64a9cf870cdcdd4df8e34794a0d36ae37223b8cb66 2,885 0.88/1.00 vMB 10
561,170 561,170 0000000000000000001a1ad21606271b9970749df5494280aaf9ce806994280c 2,482 1.00/1.00 vMB 14
561,169 561,169 000000000000000000007a71929fa248d2d7b475d3b902e757987c6b3313f808 2,199 0.69/1.00 vMB 6
561,168 561,168 00000000000000000018f05d15dbe4e72f16c98e9ca30fa1bde7eb6f68b67cf9 3,102 1.00/1.00 vMB 13
561,167 561,167 0000000000000000002edd66ace8ec3fdad73f17527b32c5d77849b96bff97b9 2,752 1.00/1.00 vMB 13
561,166 561,166 00000000000000000003f1945d664167dbe96dfdb82fd47be36229fa187ab767 3,220 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.85 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: 712.54 GB
    • Received: 17.18 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.