Loading Tool

Explorer IconExplorer

Memory Pool

83,017 transactions
30.86 vMB
0.08005721 BTC
Random Selection Loading Transactions
Max Size: 189.27/200 MB

Candidate Block

Mining Attempt 8597518d5e4396541124f3411b28a9624c63625158b37e8d657d8cd3b97dec22
Version 20000000
Previous Block 00000000000000000000d458498d88f256390ba991d916d90569548e7a257dd4
Merkle Root be54df7785cab7775bcc4ab866a4aeece9dc713861b9d59ef74e46e502df3be4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,939
Size: 1.00 vMB
Total Fees: 0.01054693 BTC
Feerates: 146.36 > 1.06 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,345 (701,617 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
213,728 213,728 000000000000032a50c3dea0fa2abbb90624616ca7cd4e145d2a3a15332aa544 664 0.26/1.00 vMB 214
213,727 213,727 00000000000003d7a5c54d398b9f0da3229b20bbe4d76c85cde29d5568f6e70b 59 0.03/1.00 vMB 548
213,726 213,726 0000000000000457db27eb9c8fcd6a260d6c27ae2fbe41d51c08daa0b6d204db 27 0.01/1.00 vMB 107
213,725 213,725 00000000000002c43ca981c3a6e9e2f82463b5fbe0bdafa58d2ed8327d7f87df 95 0.06/1.00 vMB 159
213,724 213,724 00000000000002dd2c10ee2e260d5357a6baef17c91d6f4dece149c9a7aaf689 421 0.19/1.00 vMB 194
213,723 213,723 000000000000020bc4c1532d6d9f9d84580cca1238190a884c895a2edb5777f1 70 0.03/1.00 vMB 190
213,722 213,722 00000000000004ba438eb6f6a653063683387903fa80f52925a5a64a30b09950 7 0.00/1.00 vMB 90
213,721 213,721 000000000000029e93d01d51a4eb78dc9c4d4c9516cab33332ecf006fd25f14a 27 0.02/1.00 vMB 114
213,720 213,720 0000000000000331a7144a9ac4379d2ed0419cb7ec882e9cbedf617a9dd6b724 101 0.07/1.00 vMB 164
213,719 213,719 0000000000000205dd6eccf934b711a388c1b87fca56344f50e80cbc37138480 560 0.34/1.00 vMB 94
213,718 213,718 00000000000000bfde47b1557648a7287c562394dae2cd2605bf369ba6a1bf95 260 0.12/1.00 vMB 176
213,717 213,717 000000000000049f72d1bb4b0df98e2f4a608eec386ec1c342508cc030ab1a15 33 0.01/1.00 vMB 102
213,716 213,716 000000000000005d1f95a9bdbc836e15ea9f8d3f532f0fabf369631e726cc0cb 1 0.00/1.00 vMB 0
213,715 213,715 00000000000000869b7d7d715484da90cae7b93981ef7ebc926c143ecd63563b 487 0.20/1.00 vMB 210
213,714 213,714 00000000000001fe2f99d3eaa528709874fbc66ec1cb005180fe6513c77e60a7 119 0.05/1.00 vMB 79
213,713 213,713 00000000000003f65ec0fa9acb3d7a7c6b4ad3f272ec60c8581a630cc0a77f31 317 0.13/1.00 vMB 185
213,712 213,712 000000000000039a7b8225bebe0b5e56ee50a7f90740a60df9e10d3e9c14be0c 75 0.05/1.00 vMB 111
213,711 213,711 00000000000004295b6339ac5bd5bcaaf7876111724cd3d3d4c12f6df2345c71 306 0.13/1.00 vMB 175
213,710 213,710 000000000000051707d2b9b241ceac5f99a5f021dbc408f6d9aac1be863f194e 295 0.24/1.00 vMB 81
213,709 213,709 000000000000015d45fe496ebcc9f398ea268ec07f4a10650e7f574310b833cd 99 0.21/1.00 vMB 66
213,708 213,708 0000000000000029df6c00fd2cee31ac7b9deae95144f42c8ed1164cc5918c7b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.99 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: 717.22 GB
    • Received: 17.84 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.