Loading Tool

Explorer IconExplorer

Memory Pool

73,836 transactions
28.88 vMB
0.07133751 BTC
Random Selection Loading Transactions
Max Size: 174.81/200 MB

Candidate Block

Mining Attempt cc7c99675d1c7c88206aae8f5e6623cce8b4b38b17eb7e324093c31e5a375f2e
Version 20000000
Previous Block 000000000000000000006ad2cd61f9f953da3e0595499548edf2e4ab20c1cc23
Merkle Root d0c434bfd56ae31cf0975e21390994f1e2d77ccb9ccd5b0f5039cc0bc9221d95
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,092
Size: 1.00 vMB
Total Fees: 0.00746561 BTC
Feerates: 73.20 > 0.75 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,433 (701,700 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
213,733 213,733 0000000000000008be4fbc2cdafee396014aefeeea81e26dd9eca504e345e84d 183 0.08/1.00 vMB 188
213,732 213,732 0000000000000557bbc547201a9fc3252dc040f1d62fafee02c09725e78e1e4b 267 0.12/1.00 vMB 191
213,731 213,731 00000000000002939ef14264b1d3baa4c1f4436e538781661284170dc3d2b532 383 0.17/1.00 vMB 167
213,730 213,730 00000000000001f4f7a60030cf7e796b150d24fb36f1a6103dcbcd4ac4009bf6 110 0.04/1.00 vMB 140
213,729 213,729 000000000000006aecf94ced0c5ae0107d2803b671f5d05e682b30722f2f448e 137 0.05/1.00 vMB 161
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
Previous 10 blocks ↓
Total Size: 783.14 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: 742.96 GB
    • Received: 18.67 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.