Loading Tool

Explorer IconExplorer

Memory Pool

82,654 transactions
30.81 vMB
0.08622997 BTC
Random Selection Loading Transactions
Max Size: 185.78/200 MB

Candidate Block

Mining Attempt 93ace945414069b0337083701800cca68b8428b4b4458d89d5ad21a8e654e315
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root 84cb3022efbaff78e9ff6680ec807c21bbdd036095df680d156ceb469db7b4da
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,366
Size: 1.00 vMB
Total Fees: 0.02023095 BTC
Feerates: 77.76 > 2.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (487,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
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
Previous 10 blocks ↓
Total Size: 782.35 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: 661.75 GB
    • Received: 14.83 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.