Loading Tool

Explorer IconExplorer

Memory Pool

41,580 transactions
26.43 vMB
0.07797806 BTC
Random Selection Loading Transactions
Max Size: 137.72/200 MB

Candidate Block

Mining Attempt c4d1d36b14c7b98631d8ed067bf702133d4d8b33516475440739ebb5f33e73c3
Version 20000000
Previous Block 000000000000000000013172dab51509996317423f3aad076a64431a5d3c1352
Merkle Root 8cd74d1554b73eb120befd29ee39d5be7a8ed1c6967c1ecd344e0183caae49fc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,465
Size: 1.00 vMB
Total Fees: 0.02944723 BTC
Feerates: 150.98 > 2.95 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,874 (911,685 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
3,189 3,189 00000000f6bbfa19474a023fd7eb6310eec81d491df7ce2fd83c8a2cd0b50f08 1 0.00/1.00 vMB 0
3,188 3,188 0000000010cbb7b07ff1ee301b25e6eb8c1f7a5e6350c9c6c04ef68618891a05 1 0.00/1.00 vMB 0
3,187 3,187 00000000b9850887a5fd7ba79a6d1194fc43008d2eea05ef63e61d5098ce6575 1 0.00/1.00 vMB 0
3,186 3,186 00000000874a9b7e9ba19a983c84d92c5896b6d9a4edce07421422c8e0044895 1 0.00/1.00 vMB 0
3,185 3,185 00000000b6cb8a4e0e8059b3b6a089002c4aea360b5bc885e124cbbba91c09f4 1 0.00/1.00 vMB 0
3,184 3,184 0000000044265b9727ada3e7621b975576a4c1ba6905aa92470b275b56afe48f 1 0.00/1.00 vMB 0
3,183 3,183 00000000dad0ecbdc542059731fcb46178186d954884a13109eeac05a9eea5cb 1 0.00/1.00 vMB 0
3,182 3,182 00000000f8a0d381cb1e1774bc0521b94b1cdb8284cfa9cb046915def70be38f 1 0.00/1.00 vMB 0
3,181 3,181 0000000001872c838e03a9cb5ead26df64328a0986161f493e157a53e449f00a 1 0.00/1.00 vMB 0
3,180 3,180 00000000fe1e50a2bd550116932ff1e9193a38594c15fd6b2936102b7cecdbf9 1 0.00/1.00 vMB 0
3,179 3,179 0000000005376fb93f3cf203375d6bbd2b498ad78563ef15ec4b9c0455e1a8a6 1 0.00/1.00 vMB 0
3,178 3,178 000000007438423065e44946e51006b4bd0deab0cedc635d38abd16d6b430910 1 0.00/1.00 vMB 0
3,177 3,177 00000000daa71fb3427053510afd13ab565f093cccd9ae127aa8d168aee44cab 1 0.00/1.00 vMB 0
3,176 3,176 000000002b3a1be079ae0b707c5f208b5484cb8adeed5a2e683825cc3c047fbf 1 0.00/1.00 vMB 0
3,175 3,175 00000000170b8ee3d8c6a3c70a8049ed290b7d2105af86d2f177b28849193311 1 0.00/1.00 vMB 0
3,174 3,174 00000000783f5a38b7644e2a4687cf79047bde32429a62441170dcaa34a8a38b 1 0.00/1.00 vMB 0
3,173 3,173 000000004d45f9c50da31b2c243c285e2468022343df15862d3c659bcfaf480c 1 0.00/1.00 vMB 0
3,172 3,172 00000000066ab05249afd45856e1dc0f66eb3243ea241170d0ed503e0c9a9d0f 1 0.00/1.00 vMB 0
3,171 3,171 00000000a288b596d38e26514d3b5824953338c17824a84d1380bfe6c1e1b0a8 1 0.00/1.00 vMB 0
3,170 3,170 00000000a43c17070ebec363cdcd028e957ff98dfedfa7c1ab9023450b879afb 1 0.00/1.00 vMB 0
3,169 3,169 000000002d60abe7d9e7f40e34b718559c81ea130b09e808d2badfec8df56fb1 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.16 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: 653.44 GB
    • Received: 13.88 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.