Loading Tool

Explorer IconExplorer

Memory Pool

20,622 transactions
5.38 vMB
0.08325163 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 37.29/200 MB

Candidate Block

Mining Attempt 34831432d1a1c5add5bfc3eb0b81457baf96382a5f9797bef48d328bef9a35f5
Version 20000000
Previous Block 00000000000000000001d5deb3d4ba0cc61c1317c6825ceec165039ba200037c
Merkle Root 48bdb4c5b05b568b567cb8e153ff5eb6b2d191ccf0c8657e110997182fbb100f
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,987
Size: 1.00 vMB
Total Fees: 0.06750713 BTC
Median Feerate: 2.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,158 (709,415 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
203,743 203,743 000000000000009e4850348552fdb599533a11f6101eb9bc5920a0873a96065c 0.02 MB 66 132
203,742 203,742 000000000000023948e31dbae92ff66471fd95b21ea9f5bd2fd64bda77756538 0.07 MB 205 34
203,741 203,741 000000000000037ccbe8898382e19c994552d077af87ce770d790f970e4d73e9 0.06 MB 142 264
203,740 203,740 000000000000022487ff34705bbddfedcdb2f9d6aada9e62691aac3a46eff781 0.14 MB 238 92
203,739 203,739 00000000000005594eb625114fa818dada347cf9a269419230643eae2fde1629 0.25 MB 626 218
203,738 203,738 000000000000038000f7a97b68858c53233baff078e649efb9dc92b293797724 0.05 MB 127 203
203,737 203,737 000000000000044dc8247e55f8fd5d0a89e23089ffc72efedec47d37672a364a 0.07 MB 171 360
203,736 203,736 00000000000003f9fecf9e7d49fef389fde0b0b8d6bc44fed6ace23794ec1d08 0.09 MB 236 132
203,735 203,735 000000000000036593f7e71074f518fb0301be270e4c5e1e7180053cfde5dcaf 0.00 MB 8 162
203,734 203,734 0000000000000252e2feba0464255409a58f4c3b5de7d68521b40624bd70c018 0.15 MB 404 173
203,733 203,733 00000000000002e8f1a6a7b57613adbac315c46e9d854cacfdef156dde462f25 0.17 MB 356 88
203,732 203,732 0000000000000270529fa6354a489277040790e1b6063618773b200ee300e496 0.25 MB 693 192
203,731 203,731 000000000000051de30067b890920957bcee65a153dcd662cf6569e50c3040f6 0.14 MB 337 162
203,730 203,730 000000000000030d90964a3abfbaf70704af280336e7517444a7a7a6dcc3bcdf 0.03 MB 32 43
203,729 203,729 00000000000003038557346e607a3d1c83ad0683b67b5200d84271199da8cf1a 0.24 MB 532 218
203,728 203,728 000000000000022ea5f9c29209ed67e80cf5965079a5630774709691761977eb 0.02 MB 27 69
203,727 203,727 00000000000001298a67e77764c4bf4b54a8f07a343f519b698214dd99f090db 0.30 MB 601 102
203,726 203,726 00000000000002db7e165fad6f20869fbb7516cab873dd0b495ff617646c154d 0.04 MB 98 129
203,725 203,725 00000000000002c2e0009ec6e09d4e5117e1a586efe11a05937f149daf989903 0.36 MB 781 81
203,724 203,724 000000000000009e9c58bb32b463df07f579a88c3a482001e67f1acf8e9ddb06 0.00 MB 12 21
203,723 203,723 0000000000000035c0923cf470c42f89f2b2bb4feaca987f8c084be5ea1126fa 0.20 MB 466 170
Previous 10 blocks ↓
Total Size: 779.13 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 42
    • Outgoing: 10
  • Data Transfer:
    • Sent: 1.03 GB
    • Received: 0.04 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.