Loading Tool

Explorer IconExplorer

Memory Pool

81,496 transactions
29.99 vMB
0.08946846 BTC
Random Selection Loading Transactions
Max Size: 181.05/200 MB

Candidate Block

Mining Attempt d70d8f0d649e144f67012f3a6f2368ceeb732829f0294812760aeb5c905eed65
Version 20000000
Previous Block 000000000000000000000566719f650a5928fbb1a01177f015bdbcdec5c3c5bc
Merkle Root 423f524e8ae7afc2984a514f339d80f6bda06cbb4a358ab3aaee61759d0407a6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,463
Size: 1.00 vMB
Total Fees: 0.02820372 BTC
Feerates: 502.62 > 2.83 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,965 (487,564 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
427,384 427,384 000000000000000001afa889cde6f918bd05bb2b8aac5b01aab072205da0940c 710 0.36/1.00 vMB 52
427,383 427,383 000000000000000004a61c10687f0e3e557a7b8d77ba54e17c8442d4ba6739a2 435 0.18/1.00 vMB 50
427,382 427,382 000000000000000004a811dfe991fa80174992ab19777acc371fd58caccf39c6 1,059 0.62/1.00 vMB 35
427,381 427,381 000000000000000004bcf52e06dbfc7d83c25d2944c1f485d3f3494f984c9c81 1,463 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.33 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: 660.36 GB
    • Received: 14.69 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.