Loading Tool

Explorer IconExplorer

Memory Pool

80,424 transactions
30.13 vMB
0.08964149 BTC
Random Selection Loading Transactions
Max Size: 180.66/200 MB

Candidate Block

Mining Attempt 5f66d4b8d8cd8588e5eda6ce21dcec84939b990d6f7a1da6dc04986181f2a28f
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root b62513f52fdc875c9db91603d86ad4afdbdc85c3535a54ea4abbce9adc97f30a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,358
Size: 1.00 vMB
Total Fees: 0.02802887 BTC
Feerates: 301.07 > 2.81 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (487,602 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
427,405 427,405 000000000000000002503c1f96b272611091ff2e6793e7256c0cd8bf53ab1c8c 1,345 1.00/1.00 vMB 35
427,404 427,404 000000000000000001d3487bdd40ad980c08ca2e20a342a7161cf32c9154c3c2 1,139 1.00/1.00 vMB 29
427,403 427,403 00000000000000000410eab4a1e59cf246560bc97e98ffc330b3a3fd74042c1c 2,073 1.00/1.00 vMB 64
427,402 427,402 0000000000000000015cd0aaeea2f945466f1e38fbcbd56ee62ad6d9d02d46d6 2,162 1.00/1.00 vMB 48
427,401 427,401 000000000000000004d053b11d030c71128f6e737a635489e983fb4febbe0931 2,553 1.00/1.00 vMB 63
427,400 427,400 0000000000000000049709c5eb273d437fd1ecf1732dc05e5be0ba7684e3f458 1,802 1.00/1.00 vMB 37
427,399 427,399 000000000000000004a4b8d15f17e07e220d1f69ef661977b996bd513251ec46 2,691 1.00/1.00 vMB 70
427,398 427,398 0000000000000000016dfc02d97aaf028b52e8723b3f0920665d9e75641bcc81 1,654 1.00/1.00 vMB 38
427,397 427,397 000000000000000001d339c290e4c20a937f8b5c70aa403dc6a65e0b7978856f 2,762 1.00/1.00 vMB 75
427,396 427,396 00000000000000000430e3eaab14cda09f06e0a2b0899b101402603c709aab2c 2,483 1.00/1.00 vMB 64
427,395 427,395 00000000000000000222a796266e1beb44eee1f1b7db9ddb9bf563ce226d795d 2,679 1.00/1.00 vMB 69
427,394 427,394 00000000000000000333cf546a3e56f614b06ddf8c3582d02d78e84b83ddfe66 2,124 1.00/1.00 vMB 66
427,393 427,393 0000000000000000041475c569fcb47b42341dec17b611718e8106d36fcaca0f 2,185 1.00/1.00 vMB 52
427,392 427,392 000000000000000001d689458332df92b48f7a797acde5ed93251cc33c10501f 2,677 1.00/1.00 vMB 74
427,391 427,391 000000000000000002e2f6ec3c9eb965aa706c788da7dede201b6b4b8fae3971 1,904 1.00/1.00 vMB 57
427,390 427,390 000000000000000000c7e7e7dfaf3b90a5f860291ddb78cdaf5ce934ab105ac3 2,270 0.99/1.00 vMB 55
427,389 427,389 0000000000000000015d059c56e8eed49c7ddb255e10ff06ce32b317413a13a7 729 0.27/1.00 vMB 60
427,388 427,388 000000000000000004270f5d34ecb5b573df2904822ab94bf304256ae35f2784 1,608 0.80/1.00 vMB 48
427,387 427,387 0000000000000000020b8a9d964a80f03cd68de72aa2700c4870a8dfa98e94c9 2,421 1.00/1.00 vMB 60
427,386 427,386 0000000000000000021b91182cacb5cbe8108d27f5b91072ee1f2f2753af7cd8 2,037 1.00/1.00 vMB 52
427,385 427,385 000000000000000004cd48cfaadedfd42fdc8ff0a993e1cb936028f7cc3742d2 75 0.03/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.41 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: 664.97 GB
    • Received: 15.07 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.