Loading Tool

Explorer IconExplorer

Memory Pool

37,234 transactions
26.54 vMB
0.03828349 BTC
Random Selection Loading Transactions
Max Size: 148.24/200 MB

Candidate Block

Mining Attempt f917ec8fc6b88ef45e386740ae9d1cc9d3ffe939c775d7df12af25815e913468
Version 20000000
Previous Block 00000000000000000001efd0095b924c9456554a25dbb44ef943adc71b90ebda
Merkle Root 8047dd1dc9517c91cfd3555d4f9fdd431083c790ac4bc015ab615073b5c9c21c
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,523
Size: 1.00 vMB
Total Fees: 0.00823388 BTC
Feerates: 479.62 > 0.83 > 0.15 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,528 (513,120 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
427,408 427,408 0000000000000000045bcffc83b8b2e187cf2fea7cd65eab409ec3970a03f256 2,114 1.00/1.00 vMB 49
427,407 427,407 000000000000000003be85a4490b8d4d88726ad4cf154f6c6afa880cc35230c3 2,160 1.00/1.00 vMB 73
427,406 427,406 000000000000000003bb490841fcd0fb89422532a750db5100f18577e94391a0 2,455 1.00/1.00 vMB 59
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
Previous 10 blocks ↓
Total Size: 827.71 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: 4,462.31 GB
    • Received: 243.78 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.