Loading Tool

Explorer IconExplorer

Memory Pool

75,443 transactions
27.80 vMB
0.07998741 BTC
Random Selection Loading Transactions
Max Size: 169.07/200 MB

Candidate Block

Mining Attempt 244a18f1cfc47f73f4eb64f3750e53ab30a71c10e899a5b2c8f33e04eb5cd4a7
Version 20000000
Previous Block 0000000000000000000182374245ac314e092cf6ce79478886fbb9658f45ab9f
Merkle Root a3e0efe0a17c883c37f81caea65d699e2d0f6ae385133f140f1b3889803343dc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,613
Size: 1.00 vMB
Total Fees: 0.02043044 BTC
Feerates: 151.01 > 2.05 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,317 (250,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
664,914 664,914 000000000000000000063ee3cc23b3d615bcd5ffa6eef6ff27983b4d9a147423 2,209 1.00/1.00 vMB 17
664,913 664,913 0000000000000000000997db127167a1b5bdb8438c353f978cd9d5e54615abec 2,654 1.00/1.00 vMB 94
664,912 664,912 00000000000000000006d2b4ff04f7d92829e74c789928d9abef84b95cc0b099 2,192 1.00/1.00 vMB 72
664,911 664,911 00000000000000000002b0ce275f80579bdae2aadbe7292468f5dc2fc510ba97 856 1.00/1.00 vMB 59
664,910 664,910 0000000000000000000d8cca419b3414e2e326aedbc9e0a06925a9c68f4d312f 2,874 1.00/1.00 vMB 100
664,909 664,909 00000000000000000009e4cb90d7a82e35decc7f547b87f0c371d75f9b05e165 1 0.00/1.00 vMB 0
664,908 664,908 0000000000000000000595abb67c80baf0baaa44ff96367a153e96da82c14838 2,247 1.00/1.00 vMB 77
664,907 664,907 00000000000000000005d6a5338d506ac78b7fcef7ef3f0a43096ff9cd0875d1 1 0.00/1.00 vMB 0
664,906 664,906 0000000000000000000582750c75b0e31097ca773d1e67484c4b7a8fdfc1b36f 1,639 1.00/1.00 vMB 98
664,905 664,905 00000000000000000003f7ba764bf2ab296e07b9de284d2641151c829437f031 3,132 1.00/1.00 vMB 111
664,904 664,904 000000000000000000050c82d091b929ecb02b3720b786dc6e889a5143b1d904 2,644 1.00/1.00 vMB 44
664,903 664,903 00000000000000000000ef650a7064bbffb2f3e484d356b3cacf1b7e97157504 2,243 1.00/1.00 vMB 27
664,902 664,902 0000000000000000000e1820d42b8ed85c4a3a4bfa9136891b39332da17df074 2,144 1.00/1.00 vMB 51
664,901 664,901 0000000000000000000502d485bfbdbc61aad36d41e8940e2b5f70573a608bf4 2,239 1.00/1.00 vMB 82
664,900 664,900 000000000000000000029d78bc80633b497bacd9b0f7666b13ae0fcdb91e6167 3,155 1.00/1.00 vMB 108
664,899 664,899 00000000000000000004816d01f642913ed762a50f07c21c6a8f888fcda81abd 1,252 1.00/1.00 vMB 92
664,898 664,898 00000000000000000002d279fbbe24f951eba594237dd6296715e18d74006be9 1,548 1.00/1.00 vMB 100
664,897 664,897 00000000000000000008965d88d0a11af8bf210891f312f3c8d339a1b2f45628 1,797 1.00/1.00 vMB 20
664,896 664,896 0000000000000000000bcbd7f2167cec02e8c405dcc47d86adfe05b8261c6161 775 1.00/1.00 vMB 12
664,895 664,895 00000000000000000003d6fab00830724a6fab7ae36a742fdc29e22d5cd7ed92 1,359 1.00/1.00 vMB 16
664,894 664,894 00000000000000000006194cc82582605324bf0050c9d7e17ff8295cf1097cd3 1,837 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.94 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.90 GB
    • Received: 17.62 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.