Loading Tool

Explorer IconExplorer

Memory Pool

80,306 transactions
29.53 vMB
0.13575731 BTC
Random Selection Loading Transactions
Max Size: 178.37/200 MB

Candidate Block

Mining Attempt 92b3bafeb3b969d588b6f0691ebcbdd0cc3c844c58dd7574105ea24ffcd39713
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 00b57bd31418e25601ef6f360616658c9813d416236368ad238e03525c7eb6a9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,216
Size: 1.00 vMB
Total Fees: 0.05001993 BTC
Feerates: 602.26 > 5.01 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (98,819 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
816,486 816,486 00000000000000000003933778e45af88eafabe13f739c21fe3c45445b50088a 4,463 1.00/1.00 vMB 101
816,485 816,485 0000000000000000000202a9288f534d30637e17fc9eda1be2a8684755a820f8 4,631 1.00/1.00 vMB 71
816,484 816,484 00000000000000000002b816222dbb2af3d084996a315288fe7b87b767258bb0 4,432 1.00/1.00 vMB 79
816,483 816,483 0000000000000000000043d4e93409eaf679c6cc0401766e4123a85cb6cbb6a7 4,791 1.00/1.00 vMB 81
816,482 816,482 000000000000000000003186e54273074554fff78b1bc3b84d458b53af778b74 6,268 1.00/1.00 vMB 68
816,481 816,481 00000000000000000001aacfaf70ac0653a05b5d741b97fcff4dda1ba9ce0d21 4,045 1.00/1.00 vMB 79
816,480 816,480 0000000000000000000140f2c0090174230e2b409ce894efbbd6babfa04d6996 4,812 1.00/1.00 vMB 66
816,479 816,479 000000000000000000009af85a7f58a31a21d77ad6dbeb8f52a11de6ec716b79 3,458 1.00/1.00 vMB 63
816,478 816,478 0000000000000000000221e7866d01712c55a0b8c79ad8b76b535e71b65548e4 4,562 1.00/1.00 vMB 88
816,477 816,477 0000000000000000000181f7e966e8bfae8f4e889fa6fc07cd1a9db9c742ca4e 4,386 1.00/1.00 vMB 86
816,476 816,476 00000000000000000002b844c1c6ec50a4ad7ff397cdd3772071618b713d6b1e 4,667 1.00/1.00 vMB 83
816,475 816,475 00000000000000000002ef095db8a04286036109d948db81f1ea672cbfbd4a18 4,744 1.00/1.00 vMB 77
816,474 816,474 00000000000000000001201cff9481c06ac33db39bf7dc05181b4cac93864999 4,385 1.00/1.00 vMB 76
816,473 816,473 00000000000000000004062aeae2286dae3033a22985ed0393e8d3b1f9eff022 3,759 1.00/1.00 vMB 107
816,472 816,472 00000000000000000001df34d51301025beaeed9dcc33e3873e7fe6d87936fd7 5,235 1.00/1.00 vMB 66
816,471 816,471 000000000000000000034fbd3e3c621fb82ce903a9afd2c776ba7437a06c816a 5,268 1.00/1.00 vMB 71
816,470 816,470 00000000000000000003eed9a2ae94eb946bab43b3fb6057bb8dcaaa6663189e 3,792 1.00/1.00 vMB 62
816,469 816,469 0000000000000000000291cb9dc5f1b1466d6211dab019e18bb1ebf7227d5c31 5,601 1.00/1.00 vMB 72
816,468 816,468 000000000000000000016ceae5a8d8218cfa10db7cc43a778e7cbf1818d05903 4,166 1.00/1.00 vMB 62
816,467 816,467 000000000000000000038a00ea73f471d9b246c56a2ef2c1e8b50a45b4a28dae 3,913 1.00/1.00 vMB 84
816,466 816,466 00000000000000000000afd68f97f439106c7b0b0cf656dd2ebb93dd44b80363 4,576 1.00/1.00 vMB 84
Previous 10 blocks ↓
Total Size: 782.92 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: 714.47 GB
    • Received: 17.54 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.