Loading Tool

Explorer IconExplorer

Memory Pool

76,082 transactions
28.72 vMB
0.06912785 BTC
Random Selection Loading Transactions
Max Size: 175.75/200 MB

Candidate Block

Mining Attempt 95c7c359f71a877f0b0cfd0569b5ebbbc476567599fdcf2f75aae473b0b832d8
Version 20000000
Previous Block 000000000000000000018a1745256f25ae444f4fd5c5dd6ed2078735484c4179
Merkle Root 75c47b98ac5e40a7e68caab2750934be756faf6182a6f2e1743e0e112e61ac15
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,944
Size: 1.00 vMB
Total Fees: 0.00678226 BTC
Feerates: 74.05 > 0.68 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,241 (343,209 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
572,032 572,032 0000000000000000002702e200fb657b7243ebcb7511bf0b455ebcfa0969c4c2 2,483 1.00/1.00 vMB 60
572,031 572,031 000000000000000000027b448f2663e882d69026d628d4e104a111f1d24d2c81 2,415 1.00/1.00 vMB 64
572,030 572,030 0000000000000000002bce23ec7709036829e5bc0315cc2ab45471c6e4c0ee51 2,255 1.00/1.00 vMB 65
572,029 572,029 000000000000000000083c1c582715b49f7befbe393b5c72c3a1a702a021147a 2,819 1.00/1.00 vMB 68
572,028 572,028 00000000000000000029e9b70e5a074882e53dbbd656d445191df70f94805301 2,716 1.00/1.00 vMB 62
572,027 572,027 0000000000000000002045e49b5679ec9eba68fafd2892f3ac24ef1304d6ab8b 1,217 1.00/1.00 vMB 63
572,026 572,026 000000000000000000135593a45f2b0235ef1d545d4ea7e46e69de375195fad6 2,911 1.00/1.00 vMB 90
572,025 572,025 00000000000000000018400584fa82cf0dce7189743b19e04843b3a1fc0509f3 1,778 1.00/1.00 vMB 73
572,024 572,024 00000000000000000021306edefc33f48cf64e7746f5daec5ca4778bd87cd9bb 2,624 1.00/1.00 vMB 86
572,023 572,023 00000000000000000015c7ec4ba1b71a42e576fb704859e94affeec916d16a7c 2,910 1.00/1.00 vMB 76
572,022 572,022 0000000000000000001b2c82cce0eb368174a46024d7fff5c007659c3c0c02d2 2,754 1.00/1.00 vMB 52
572,021 572,021 00000000000000000019bab34748fb7736c4dea213a4b29bb081a9a9a0e9a1b9 2,976 1.00/1.00 vMB 69
572,020 572,020 00000000000000000008399dc8bb5de924493412104c3221a309de7f424077d1 2,709 1.00/1.00 vMB 73
572,019 572,019 0000000000000000002b9c57dc7401899359503dfaa4f8a05a2cdd12a9d29b4b 1 0.00/1.00 vMB 0
572,018 572,018 00000000000000000021473c867d5338af5e09406be1bf89da6732906e95825a 2,399 1.00/1.00 vMB 59
572,017 572,017 000000000000000000197171f7809ed8a2e5ed1093b405572ee97f3f534583bf 2,034 1.00/1.00 vMB 55
572,016 572,016 0000000000000000000ea54ea3990e5f9480bfb5513bbfbd71e7f6098abdb567 2,578 1.00/1.00 vMB 71
572,015 572,015 0000000000000000001494987eea50c19ac0dd5358e4d2d22380e368c1dbfe56 1,816 1.00/1.00 vMB 57
572,014 572,014 0000000000000000000d31f8e75c2803d10fcdfe81d0d2fcc535e09dc496f785 2,307 1.00/1.00 vMB 69
572,013 572,013 0000000000000000002a60164c32b83715b8f40b855566f31f78e791ec0105e9 2,668 1.00/1.00 vMB 71
572,012 572,012 000000000000000000154c38f37086647531fd7089eedf914a91c5b41fce4e17 2,675 1.00/1.00 vMB 85
Previous 10 blocks ↓
Total Size: 782.81 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: 710.27 GB
    • Received: 17.05 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.