Loading Tool

Explorer IconExplorer

Memory Pool

80,684 transactions
31.33 vMB
0.08513730 BTC
Random Selection Loading Transactions
Max Size: 189.37/200 MB

Candidate Block

Mining Attempt 72874b5a36f807c57413b4b8619e518550142b307efbb20ad8222e053cf2e10c
Version 20000000
Previous Block 00000000000000000001737d76c0d6914d71885a8e838781b1a0674dd5a96d4b
Merkle Root cd1dbadc757697180af7f249f2ab1250ecbde3c8a8cbb8362582158987c445c6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,211
Size: 1.00 vMB
Total Fees: 0.01734583 BTC
Feerates: 150.65 > 1.74 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,201 (243,239 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
671,962 671,962 0000000000000000000cd6dda053ea2b84b2ccd0d9efde11d70b2a32f121b5ea 2,297 1.00/1.00 vMB 134
671,961 671,961 000000000000000000073717b2f2e799b0f8eed0b201377eb129bc5cc67497ae 2,980 1.00/1.00 vMB 168
671,960 671,960 000000000000000000079ecca63b041325ae057ee3fe07d7a1c4e904f41365ee 2,075 1.00/1.00 vMB 48
671,959 671,959 00000000000000000004e512aafb513fa9347220e6237d77e5d5c86a60ccd39e 2,185 1.00/1.00 vMB 80
671,958 671,958 000000000000000000035c1a1de6d4ac9c6563c35fdf58224bc9dfa38a56812f 1,775 1.00/1.00 vMB 54
671,957 671,957 0000000000000000000a862769a9ef75f30e095a1b805ded5489d11b4b8a5873 736 1.00/1.00 vMB 130
671,956 671,956 00000000000000000004833e7641fa5a297140e29e7afbfb7910d40ff61fe190 1,211 1.00/1.00 vMB 151
671,955 671,955 00000000000000000009024420214e7811c3211e6f7955d397e1f7f78aa4ea10 2,205 1.00/1.00 vMB 70
671,954 671,954 000000000000000000039b15829d0256c90f1aaf9598e645ade67aec77cecd2b 2,692 1.00/1.00 vMB 106
671,953 671,953 0000000000000000000b4dacd99e03603277b6676c0ee4453b3533bf05a74b80 3,214 1.00/1.00 vMB 171
671,952 671,952 00000000000000000002229e6574cbba8b8e6a0ed763833d74eb78479cddc53b 1,358 1.00/1.00 vMB 62
671,951 671,951 0000000000000000000235afc083de04799821e7e769d45de1e80395a656431b 2,080 1.00/1.00 vMB 74
671,950 671,950 0000000000000000000a17461a2459116b12b111a86a6873e28c2e0ed4455ad6 3,199 1.00/1.00 vMB 137
671,949 671,949 000000000000000000088bf2521c1b13e8bfb29756deccf7e69f3d8ee95d6386 1,492 1.00/1.00 vMB 79
671,948 671,948 0000000000000000000826b7176a0ad1ac29368247da1aed759463e5d3003dfc 2,213 1.00/1.00 vMB 93
671,947 671,947 00000000000000000003470346c1c5cabcab219ca4aa6064d69680719e160496 2,211 1.00/1.00 vMB 77
671,946 671,946 00000000000000000007dfcfbabcea0158689c0e0e6f710f37bf1001651d2b82 1,565 1.00/1.00 vMB 65
671,945 671,945 00000000000000000003df9d6163f9ebfcc56aaab09ec794daeb6841bd316967 1,772 1.00/1.00 vMB 50
671,944 671,944 000000000000000000006a7a32d1751838f35bf4986780f1aefea07dc2941b2a 2,684 1.00/1.00 vMB 57
671,943 671,943 0000000000000000000286fc31472f2272ef9407773a4ba75581475580dfecd0 2,646 1.00/1.00 vMB 95
671,942 671,942 00000000000000000003685f6daa4a476bff754f1bc67df3fa6bf53944f4a4a9 3,050 1.00/1.00 vMB 136
Previous 10 blocks ↓
Total Size: 782.74 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: 708.14 GB
    • Received: 16.72 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.