Loading Tool

Explorer IconExplorer

Memory Pool

39,774 transactions
32.71 vMB
0.07652829 BTC
Random Selection Loading Transactions
Max Size: 161.73/200 MB

Candidate Block

Mining Attempt 687784a2ee7002d6913850b9249ce61738f3f2713e30137ce191cad41ca4b306
Version 20000000
Previous Block 00000000000000000000501633326136b197890c220f226ea3515a7126fefcc9
Merkle Root 1efb51aabb8c6fa9cddcdfea8c807c88a541a41605a05ce9c4dff12ba6c929d6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,178
Size: 1.00 vMB
Total Fees: 0.00739376 BTC
Feerates: 30.98 > 0.74 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,560 (301,878 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
612,682 612,682 0000000000000000000fad000eedcd13d5e46006175fbfd050355a795a82d65a 3,064 1.00/1.00 vMB 16
612,681 612,681 0000000000000000000fbc7f64c52c1402634616db9b5ef8054a2ce8de84e0ec 2,730 1.00/1.00 vMB 22
612,680 612,680 000000000000000000036f8851f4a6fd6f7595296ffd509680afb7d179a0977c 2,934 1.00/1.00 vMB 18
612,679 612,679 00000000000000000011f04161913b9b94b57b8b39155135596cd1e0abc0ff84 1,928 1.00/1.00 vMB 47
612,678 612,678 0000000000000000000779615f45044a1a903bb2c8a8cc68d5b09a5fb829c6ed 1,429 1.00/1.00 vMB 3
612,677 612,677 0000000000000000000a4db5ba64f8e57e825a80d7093351fcbb06e01b475bce 2,944 1.00/1.00 vMB 17
612,676 612,676 00000000000000000003c949a96422dfacf8b2f4405d9c93ce8c774873c2e721 1,317 1.00/1.00 vMB 6
612,675 612,675 000000000000000000079e67b8548b3a3bc4856e64ccf650f08d638fbd3986ac 1,917 1.00/1.00 vMB 12
612,674 612,674 00000000000000000004ec1d32b6bfd64c121b4d6960af6f54bf5c5fcef89d74 1,405 1.00/1.00 vMB 10
612,673 612,673 0000000000000000001004c48b8ce39dd4c2b895a91b03e73b4db5ce2e345592 1,502 1.00/1.00 vMB 27
612,672 612,672 00000000000000000003c671f0b22022c576d8a836fe66dada6a3a93a6dff852 1,139 1.00/1.00 vMB 67
612,671 612,671 0000000000000000000cb90c1a658b999f0c985cf283ff1b43e9b99f86bb8c1d 2,714 1.00/1.00 vMB 11
612,670 612,670 00000000000000000008bfa442e0ef50b30436a3234049717f2fc311db662ddd 2,219 0.81/1.00 vMB 9
612,669 612,669 00000000000000000005ee60132a132c230c929bb64a13f938814f2b7661901b 835 0.30/1.00 vMB 19
612,668 612,668 00000000000000000005af7ec9a16b9797b13067220ba69e0555e24cd847d399 231 0.39/1.00 vMB 2
612,667 612,667 00000000000000000006d6d6e6129a2ee55f4022c75d2db27dc1fa36d91384e0 1,859 1.00/1.00 vMB 6
612,666 612,666 0000000000000000000d5ef934e9e5e9500735a16ec59667a05b9925a22c74fb 2,492 1.00/1.00 vMB 10
612,665 612,665 000000000000000000099e1b59449eb8cfd226bae6c2cd1fa943b46975415ad3 2,910 1.00/1.00 vMB 10
612,664 612,664 0000000000000000000e4b3f4330148b64a37dc0456f796554d74c89409d88d3 3,070 1.00/1.00 vMB 16
612,663 612,663 00000000000000000010f6c7ef9d3c6349d9287c5f5739aafa9e7e1a317772af 479 0.29/1.00 vMB 11
612,662 612,662 00000000000000000006442f2ee3ddeec8fc009357ec673811e67f1b5a6efe4a 922 0.36/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 781.60 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: 623.97 GB
    • Received: 11.52 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.