Loading Tool

Explorer IconExplorer

Memory Pool

41,960 transactions
30.31 vMB
0.16219224 BTC
Random Selection Loading Transactions
Max Size: 153.03/200 MB

Candidate Block

Mining Attempt 0babb5c864f1417928966c528db248e614c735b62bf134340409de4917f4d4fa
Version 20000000
Previous Block 000000000000000000018d0ea92a04bc7d459e6fd23fb9bc4b1689f5bc272781
Merkle Root 9bd5a7410c75f7721a53daed54073bc637675dcfd4c8c2e4128788ca5b1bbb87
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,594
Size: 1.00 vMB
Total Fees: 0.09000081 BTC
Feerates: 301.60 > 9.02 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,522 (104,293 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
810,229 810,229 00000000000000000000039271a51b76635d84a0d2039c20b09e8007f8fb5542 3,527 1.00/1.00 vMB 10
810,228 810,228 000000000000000000015ab8f0355d7318ff75308898fbb74d49ad505b2df62d 5,192 1.00/1.00 vMB 2
810,227 810,227 000000000000000000014e094f8025a8f74b02e72c8a837c0f17162dcb72fec1 3,959 1.00/1.00 vMB 7
810,226 810,226 0000000000000000000273ed6bec48ad4a117227a3d3c931252ba131110a0021 4,118 1.00/1.00 vMB 5
810,225 810,225 0000000000000000000291fbe97470430351128ae6eb1e95e4f023bbad4c905d 2,515 1.00/1.00 vMB 8
810,224 810,224 000000000000000000039545b649cb48f5d3b62dafe10a4fa98b04ab9456159b 2,604 1.00/1.00 vMB 16
810,223 810,223 000000000000000000012939c2ebed53e3ffc424c5ac31a75349e4390c3f9811 1,967 1.00/1.00 vMB 30
810,222 810,222 00000000000000000000439d15867cc19b29bb44746f8e7e4381c16b76c30ede 2,228 1.00/1.00 vMB 12
810,221 810,221 0000000000000000000441ce6b81b0e9a92bd4d066f2fb945634b1281a2f5240 1,633 1.00/1.00 vMB 23
810,220 810,220 00000000000000000003b70e9eeb60ed382909c42d63eec5b2d1ec821f7a9485 3,878 1.00/1.00 vMB 6
810,219 810,219 00000000000000000001ea4fa4ece42b581f5fdc166f7b38f5c8fa681e4df428 2,497 1.00/1.00 vMB 14
810,218 810,218 000000000000000000013ee2d93c26dc2ff0caa5f2ec85685f417b6f28d1a796 4,358 1.00/1.00 vMB 5
810,217 810,217 00000000000000000001617c47276c60dca2c1115ada583ca27df1f98f564f14 2,932 1.00/1.00 vMB 9
810,216 810,216 00000000000000000004ec54730438f390b5284524e581feb471639ebe4398f3 2,980 1.00/1.00 vMB 20
810,215 810,215 00000000000000000002e60058b030f8f5c6a73a4d9c303a08996179bda559ed 4,430 1.00/1.00 vMB 4
810,214 810,214 00000000000000000001d4e8965451fa109b0b7b8526ba2af168f20f0b9a7bcf 2,716 1.00/1.00 vMB 14
810,213 810,213 000000000000000000017157c555d2dbb157fab5fc745a16b08e6738e0c85936 4,263 1.00/1.00 vMB 7
810,212 810,212 00000000000000000001e1f6c8ead46189e4be15a9d4ed23c9c3ab8173592fae 2,275 1.00/1.00 vMB 19
810,211 810,211 000000000000000000015d7268a3392ee8a1d12df7487ab05a16850db6b55d27 3,783 1.00/1.00 vMB 10
810,210 810,210 00000000000000000003bc9f4d0c3ee9506a98af5f998e76a26d0ce738857388 1,942 1.00/1.00 vMB 10
810,209 810,209 000000000000000000023aa4cd17246fd163f70c76886d0a8a0c95de12064463 4,082 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 781.54 GB

Node Details:

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