Loading Tool

Explorer IconExplorer

Memory Pool

83,581 transactions
30.79 vMB
0.14961636 BTC
Random Selection Loading Transactions
Max Size: 185.35/200 MB

Candidate Block

Mining Attempt e245c2103b3ce97db9a0a8c3b8f2b42365ae14d521eee095164044d0a4c2512f
Version 20000000
Previous Block 00000000000000000000a7742c03767850b5e62f9bd9da718e9d8018851f9110
Merkle Root 7ce37abae32c913eff2d0e610ee32040d9572e4a5037a9ad983c64d2cdd3c3ad
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,514
Size: 1.00 vMB
Total Fees: 0.08337434 BTC
Feerates: 150.77 > 8.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,968 (417,219 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,749 497,749 0000000000000000004bf0eda78cd3a7097dac14c7b43071ad2a9429359a2659 1,900 1.00/1.00 vMB 134
497,748 497,748 0000000000000000002546153d09335232167ed7d61acd89a5b9d65c67dade32 1,942 1.00/1.00 vMB 183
497,747 497,747 0000000000000000005b7ec6ffa511748e7417a84c2458a5c9e26861ac365e00 1,944 1.00/1.00 vMB 94
497,746 497,746 000000000000000000427796ab742a3e627b14883b427d6f2c60d4d91ad199ef 1,278 1.00/1.00 vMB 35
497,745 497,745 0000000000000000009a65a389c27853eb21f6c5c58dedbc188ff4f3d38f73ef 2,848 1.00/1.00 vMB 27
497,744 497,744 000000000000000000c4e282ab0dcaaf4b774d7d83ac3f2125ed14167afbc108 1,944 1.00/1.00 vMB 57
497,743 497,743 0000000000000000001f326fea97841c63b6289fc32f3d2d2c75481074918e98 2,408 1.00/1.00 vMB 133
497,742 497,742 000000000000000000247b845ad7f8413da6b97de9b64836357dc6f7be781c56 1,575 1.00/1.00 vMB 149
497,741 497,741 000000000000000000850340abb321143f50f825d11e4daa2c85b3f37ec41f59 2,733 1.00/1.00 vMB 108
497,740 497,740 000000000000000000800a32240c4f982aa7d8fa48649cd286664a67ac49ea22 2,431 1.00/1.00 vMB 137
497,739 497,739 0000000000000000006f32c61e1d974d795fa83ee26d0a9e69723cc528bcd684 2,225 1.00/1.00 vMB 157
497,738 497,738 0000000000000000005ca38745749278f9ca3b78c86dccb2c6556126640d1686 2,458 1.00/1.00 vMB 137
497,737 497,737 00000000000000000028a03ddbebcfe19e933fdde654af13531956853bd02dff 2,067 1.00/1.00 vMB 130
497,736 497,736 0000000000000000009610abe5298400fa918110e4429eab304b801c6cff5832 2,556 1.00/1.00 vMB 106
497,735 497,735 0000000000000000009fbd3b262b06c09654dca9abe7f7c4206ced4390af9fb2 2,082 1.00/1.00 vMB 158
497,734 497,734 00000000000000000076eaa0f154c37f5e60bf1c18b86775d0fbbc32d0169c2c 2,274 1.00/1.00 vMB 138
497,733 497,733 0000000000000000009a0a6f9e3c59ebed0c1d847cf597d9b1b5fb8365380c30 3,046 1.00/1.00 vMB 64
497,732 497,732 0000000000000000009b7fe7cd542196ec9694b74f222de67c2b4a8e14b8d1d4 2,715 1.00/1.00 vMB 88
497,731 497,731 000000000000000000a7cdb717117dfeac04d261f702d4f7b14cd44d5e76cee8 853 1.00/1.00 vMB 110
497,730 497,730 0000000000000000002cbc5bf3afa5402035f71d6b6f96baedf675bce1faca9b 1,965 1.00/1.00 vMB 147
497,729 497,729 00000000000000000000954afb20e8f663294194833bf19a435295aa3e7e46ae 1,693 1.00/1.00 vMB 159
Previous 10 blocks ↓
Total Size: 782.33 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: 660.44 GB
    • Received: 14.75 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.