Loading Tool

Explorer IconExplorer

Memory Pool

58,044 transactions
19.06 vMB
0.06018758 BTC
Random Selection Loading Transactions
Max Size: 120.16/200 MB

Candidate Block

Mining Attempt 0fb4f844277a130ff362b1528ebd46de09876bce156d2e29b3a21ed519f282c2
Version 20000000
Previous Block 000000000000000000007260ac7b1d63ba4d453bd8cb2d6d98533bfc526ac615
Merkle Root eb58c7808852f0c981caae122b4ed6769f34e409b33502f693daae758c69a36f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,753
Size: 1.00 vMB
Total Fees: 0.01722993 BTC
Feerates: 157.35 > 1.73 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,706 (844,421 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
71,285 71,285 0000000000a477276242fea7f2a4ff675ce2cecfa2cb20cdf07694134ab602b4 1 0.00/1.00 vMB 0
71,284 71,284 0000000000cc231bddf7151abfcb20bf2b6e2a68bc2cf5f529ec9da8f49beb5b 1 0.00/1.00 vMB 0
71,283 71,283 0000000000c245b8078de8af3737833c55ff5e1d18a5aa47f9a265d51322b708 1 0.00/1.00 vMB 0
71,282 71,282 000000000071e22066b292951758e6df3a489a6e57d607360aa151b6275d9a25 1 0.00/1.00 vMB 0
71,281 71,281 00000000010bf3ecaf62cb4b81ad0704c88076e52b5cef25ad90da94448935ac 1 0.00/1.00 vMB 0
71,280 71,280 0000000000ade011252d44eafbf64db3f94a3cb09353170831d3b8cccb81f4c3 2 0.00/1.00 vMB 3,875
71,279 71,279 00000000001af0d405ac56726a26689b35409b5557b82f4f039e7bbea62a6a49 1 0.00/1.00 vMB 0
71,278 71,278 0000000000409cff8c97dd5d1091a8f95773f9d15685537ba231616f24ce585a 1 0.00/1.00 vMB 0
71,277 71,277 00000000001f162139674a4330a98af3bd51432a7a5d8ad98e6c9dd20aae4ab0 1 0.00/1.00 vMB 0
71,276 71,276 000000000105e9571aa1b7ecdae532b112ee52bacdf5fb771b961b4e87494bd2 1 0.00/1.00 vMB 0
71,275 71,275 00000000001a014fbe56e573fd68e9a65eaaa844d15ce86421cbe0e0bb693e4c 2 0.00/1.00 vMB 3,875
71,274 71,274 0000000000e60dfeef7dbe1b769478825eaf3730e12a920337d561c52fbbbb47 1 0.00/1.00 vMB 0
71,273 71,273 000000000086b6af399d4b7f5d88b9e51fa680560a71f562d8f1ef7a154e89f4 1 0.00/1.00 vMB 0
71,272 71,272 00000000009d76f56000270a195e1a22f9d0709ab2ec2953703d1c542cae00d0 2 0.00/1.00 vMB 0
71,271 71,271 000000000094c2a3f4a62f713060616a3b027c38faeecdc015b6172b2f203e66 2 0.00/1.00 vMB 3,861
71,270 71,270 0000000000bc2bc5ed3a4f38b3c2e0efaa0fdcf8cacf13c867fc6a9994a7f0c0 1 0.00/1.00 vMB 0
71,269 71,269 0000000000b022c2ef830528e90d72d3e8b6a1f92e09ab7612aee20b53d9422c 2 0.00/1.00 vMB 0
71,268 71,268 0000000001083925f1232086a8d037dc10c3faff860d7c04f60c8947aa83a99a 2 0.00/1.00 vMB 0
71,267 71,267 000000000023ee051a98dd6013c35d64b3a9ef1262169ff7dee994ff832a49ba 1 0.00/1.00 vMB 0
71,266 71,266 0000000000a9790a0493e3a0527ba56b8b72342ced985fd0ebc265fbdbe580f5 1 0.00/1.00 vMB 0
71,265 71,265 00000000000795fc2f810a798301c6549bf5ac1283c579e6b3b9019a575bd8fa 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.60 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: 775.27 GB
    • Received: 20.84 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.