Loading Tool

Explorer IconExplorer

Memory Pool

79,303 transactions
30.31 vMB
0.07834127 BTC
Random Selection Loading Transactions
Max Size: 184.61/200 MB

Candidate Block

Mining Attempt c1c3a80ec4cec4dbce4754fce6e69d0457b5d2e724331c42a7cbb5652704026d
Version 20000000
Previous Block 00000000000000000000fba2abb8d490d843f57da6d6a845cd44dde2952f7920
Merkle Root 8e286fb6305fe7fc8ac126eea501d8b1f58582c45c4c1de096dc83311d3b552e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,810
Size: 1.00 vMB
Total Fees: 0.01057311 BTC
Feerates: 26.09 > 1.06 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,388 (114,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
801,318 801,318 0000000000000000000100d8538aaecf7237f512a25dc47d0acd635d212c554c 3,679 1.00/1.00 vMB 11
801,317 801,317 000000000000000000042085db62777a02623bee948b2a3ae407532dde499f8c 3,170 1.00/1.00 vMB 10
801,316 801,316 0000000000000000000011477db9e4157c3999109fe0233b877c4a0ad6dadf13 2,772 1.00/1.00 vMB 12
801,315 801,315 000000000000000000012e9d7af10fc2eaadf338937d68ac4e8e459818c234a0 2,910 1.00/1.00 vMB 15
801,314 801,314 00000000000000000002720c41ad2d1e73daf08ea5cffa48dff693be16d75de1 3,934 1.00/1.00 vMB 9
801,313 801,313 00000000000000000002285daf464d37e25077c3dcafbaecc8169a980d2a0009 5,425 1.00/1.00 vMB 7
801,312 801,312 00000000000000000002efc59b6bb2f463e09280c66d9ea3e03a9b17a659a966 4,183 1.00/1.00 vMB 7
801,311 801,311 00000000000000000004c072abc9ebe1b6a6827354feec28fe724e52be9a1dc9 1,726 1.00/1.00 vMB 10
801,310 801,310 00000000000000000004e4bcdcc18a50fb09e6c03adb4c97b557295c70f3a8f2 2,476 1.00/1.00 vMB 15
801,309 801,309 00000000000000000001fae0d72a14321164ce3c74acb0af6499a193df7c914f 1,845 1.00/1.00 vMB 14
801,308 801,308 000000000000000000014b67050d470d37f889288a13fe1910fbebab982e5f38 2,822 1.00/1.00 vMB 14
801,307 801,307 0000000000000000000236d3a8eec1930d6c74d9f072319016c3419ef7480cfc 2,477 1.00/1.00 vMB 9
801,306 801,306 0000000000000000000529892ebc282c436c2e78f691de561e54e4d6b8fe71e5 1,194 1.00/1.00 vMB 9
801,305 801,305 00000000000000000003b7fdd3db20a37d8246b228de210ed03902ac162efdb0 2,012 1.00/1.00 vMB 14
801,304 801,304 0000000000000000000041c2e57dcf77392fb5b33d04a5556727a3a3849614c5 2,074 1.00/1.00 vMB 17
801,303 801,303 00000000000000000001a58bc0297debab37a6a1381617c300444afe3eb9e116 2,105 1.00/1.00 vMB 14
801,302 801,302 000000000000000000045721d9fe031dbf99641793ab242d26c647605130838a 3,671 1.00/1.00 vMB 9
801,301 801,301 000000000000000000044a0e677928cd80f5e670a9ca98c243e5e95b9d00857f 3,667 1.00/1.00 vMB 6
801,300 801,300 000000000000000000029ecaa9113ad41a08281fa02d9f02607117a2c35b2356 2,367 1.00/1.00 vMB 12
801,299 801,299 000000000000000000029d9feee158c5ff4305d522266ae2fca2525d69ff8fda 1,021 1.00/1.00 vMB 15
801,298 801,298 00000000000000000000138609fb1b0fef0f1e9e32e49cff638d2f4a1e6e1002 4,110 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 783.06 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.82 GB
    • Received: 18.27 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.