Loading Tool

Explorer IconExplorer

Memory Pool

37,134 transactions
28.04 vMB
0.06500016 BTC
Random Selection Loading Transactions
Max Size: 141.74/200 MB

Candidate Block

Mining Attempt 7e3ecc13356b1fd9518be0f0f7bc1b957dedf607157f34d960be4dbbbd57efa6
Version 20000000
Previous Block 00000000000000000000b940d12fdd4738a54d039159eec3ba1e77f5522f2a8e
Merkle Root 3c05ef0d6390449dc2ed968f2b4151c29f39786d558ae34d2d9f3a91b3c12b80
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,232
Size: 1.00 vMB
Total Fees: 0.01136657 BTC
Feerates: 150.61 > 1.14 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,597 (906,897 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
7,700 7,700 000000002439994e38b1e72809730bc6c074baf85c6166821b1d8f9015e2f569 1 0.00/1.00 vMB 0
7,699 7,699 0000000097753699e6a0f0759ef6de8e47d8b6312aa17988e914786341b09bac 1 0.00/1.00 vMB 0
7,698 7,698 00000000ca0431fe8b104ae5b137c1881017e0afb16080c194b60391769cd987 1 0.00/1.00 vMB 0
7,697 7,697 000000001c5df40d83ecddc84084e23c1ddc4b9008ebeb18eb62f7da38355402 1 0.00/1.00 vMB 0
7,696 7,696 00000000d13d438d86345ef8e2f72bd5b63007dadbbd6390d6333e33daab14c6 1 0.00/1.00 vMB 0
7,695 7,695 00000000ab8187cbc09be260f545b5698f447035e4495e86c82ee38a223fb777 1 0.00/1.00 vMB 0
7,694 7,694 00000000970066c6d43d0afa42d130dd8dfb87df978943270a41a8a8e9ccb757 1 0.00/1.00 vMB 0
7,693 7,693 000000008eecc1a8f452c12ee9c1df88ebb3689a0bc63afc82e323a812ef3be4 1 0.00/1.00 vMB 0
7,692 7,692 0000000078ce9ba26300c4dd5eccd9cb7a2c3fc3be6e585a2d28c49b86f36542 1 0.00/1.00 vMB 0
7,691 7,691 00000000fc804c9e2435ef447d7398586c72e7e0d8382a571da79bb02a59201e 1 0.00/1.00 vMB 0
7,690 7,690 000000004b1fa27917780f6d64899e0c2d5b143ed45e4ab32e428894692f4472 1 0.00/1.00 vMB 0
7,689 7,689 000000000c9786184b3132f5571eb9444157e1911787e90dd0e155bf15c93029 1 0.00/1.00 vMB 0
7,688 7,688 00000000d771860453679c384061ba7ae9060f9e79aebb67fce975f9f658555b 1 0.00/1.00 vMB 0
7,687 7,687 00000000f6873d893b86cbadc256db177cc7fa6f7c970dc2d9fdda7d5575b27d 1 0.00/1.00 vMB 0
7,686 7,686 00000000921e00a5a6d80d8ccf201db757941594e98afb128c18b5b19f63f4e1 1 0.00/1.00 vMB 0
7,685 7,685 00000000038394ae9db16d211b90453c249291f3a0bf5567d60b3447d6353a8b 1 0.00/1.00 vMB 0
7,684 7,684 000000009a94c63fbdfe0d037cd520fa47972b857d218b6362981d12c37076f2 1 0.00/1.00 vMB 0
7,683 7,683 00000000ac6d253d46fb08d451a714c3356c96bbd64833350dd2d1e4dc5a0cae 1 0.00/1.00 vMB 0
7,682 7,682 000000002d8cad650759e8cabda86e5a6bc824d23c493950f890144672f7ad1c 1 0.00/1.00 vMB 0
7,681 7,681 00000000dba122187e4b66b0ef56e08dfa8b10de1b11f7024d94a83fbd03cb12 1 0.00/1.00 vMB 0
7,680 7,680 00000000d4960de3fcb6a1afc2808f83d47ee1e9435dbb3c7b79d45af0130625 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.68 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: 628.34 GB
    • Received: 11.79 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.