Loading Tool

Explorer IconExplorer

Memory Pool

40,872 transactions
26.20 vMB
0.07175997 BTC
Random Selection Loading Transactions
Max Size: 136.33/200 MB

Candidate Block

Mining Attempt 30d4c39c6ba3dfbfaa3a60d437e3cd67ec9a6763dd19b61312b6c87c9a9549a5
Version 20000000
Previous Block 000000000000000000013172dab51509996317423f3aad076a64431a5d3c1352
Merkle Root be0ecd92f925c63de9c6ff3d4f7d4d718a25dfb32a6a170e89b244dc4defa193
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,049
Size: 1.00 vMB
Total Fees: 0.02378188 BTC
Feerates: 150.98 > 2.38 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,874 (385,135 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
529,739 529,739 000000000000000000131f1aae5666a5e061451648d6f368c22c2852b70f1032 360 0.14/1.00 vMB 26
529,738 529,738 0000000000000000002cd8ff53cc1541dd76a1238190fe8076de0267ff97e955 464 0.23/1.00 vMB 28
529,737 529,737 0000000000000000000b7d8fb4c1998eda38bc320b929212b810f7c41b7334c2 1,099 0.65/1.00 vMB 30
529,736 529,736 00000000000000000031eec6639221a58ad78d6505173a650948b4e8e999fbec 1,005 1.00/1.00 vMB 1
529,735 529,735 00000000000000000026cfbc9d64f1edc8e0410b96ee188c9e82c6184d1a691b 2,442 1.00/1.00 vMB 10
529,734 529,734 00000000000000000009529e8857322b3af945c474ca4df438de7635e6e739e1 2,972 1.00/1.00 vMB 38
529,733 529,733 00000000000000000025700ddc54845c0dd452a66a743e4a1e6f00a6d9c43a1e 2,428 1.00/1.00 vMB 65
529,732 529,732 000000000000000000153fa3f6ab46f42e2634e9d92ecac30bf370b9ca2a2d9b 1,718 0.81/1.00 vMB 29
529,731 529,731 0000000000000000001545ec32533116e884755c74e4fc7e3c23f7176ca863c2 779 0.60/1.00 vMB 12
529,730 529,730 0000000000000000001cfc58a5d628751b7c463eaad61f5fd7b355d074db9e4b 1,991 1.00/1.00 vMB 38
529,729 529,729 00000000000000000018d97deda4814c9783fc657f8d9949ce942e13fc2bd954 1,470 0.85/1.00 vMB 23
529,728 529,728 00000000000000000024f3a1b7fa91de16ba324d8842bd7e83fb2a1d84719265 1,817 1.00/1.00 vMB 35
529,727 529,727 00000000000000000030b1c1791550ae65d2b495a962a12ff788c4015de92da5 1,319 0.66/1.00 vMB 16
529,726 529,726 00000000000000000015a2e881825f2e687fe84be63ee7f1e60983a581f4c9f0 2,158 1.00/1.00 vMB 52
529,725 529,725 00000000000000000019b9e305570d64d69ae81da9b8daf274f77ef73576d2fd 1,389 1.00/1.00 vMB 9
529,724 529,724 00000000000000000025679a89ae51e52a655db5ef49fd92acb41cb0565c2dea 268 0.17/1.00 vMB 67
529,723 529,723 00000000000000000016292cc06541f8d0b31f16aae3c7a5b62e26fbba62a38f 460 1.00/1.00 vMB 4
529,722 529,722 00000000000000000003f12ef5fa8d228475afe793e37a8a881d49c87e660700 1,868 0.75/1.00 vMB 32
529,721 529,721 0000000000000000000ba1058c738a3237d311ba8dfedd353f701b3fa58e6a25 2,283 1.00/1.00 vMB 47
529,720 529,720 000000000000000000269206238746ae559f221eac71a74b5d6009fe00dd0071 385 0.37/1.00 vMB 11
529,719 529,719 00000000000000000026319939597dba787947b9ac6e903d1b2025b76404e0bf 1,059 0.99/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.16 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: 653.44 GB
    • Received: 13.88 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.