Loading Tool

Explorer IconExplorer

Memory Pool

22,450 transactions
10.32 vMB
0.03215781 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 57.15/200 MB

Candidate Block

Mining Attempt 20e485969e5c12a4fe1ce7930cac8f8735b700fca12ee1e0bf2cd63336c1ad88
Version 20000000
Previous Block 00000000000000000001b46eb5c426512bb9798b463607b3f221e8089d2fed76
Merkle Root 8d479a2d8d01cc1e4001731ce95827ee73976db1f62f5aafb489edb57dda2274
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,310
Size: 1.00 vMB
Total Fees: 0.01530286 BTC
Median Feerate: 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,538 (663,107 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
250,431 250,431 00000000000000417cd038fa1aab5e8d8e8c125ecc70a5bfe77c285d7a9e69ff 155 0.06 vMB 105
250,430 250,430 000000000000005be6ace443a07cdf985c1f01892d06d5873695d6a7ade5f04c 541 0.23 vMB 95
250,429 250,429 000000000000006f5e360df3f1baf2e93cfdd47e68b15e9ce4302664c9066bc3 174 0.07 vMB 141
250,428 250,428 000000000000006993579af3257281928b1e0cb3bd91b950e239e29bf682e2ea 271 0.20 vMB 75
250,427 250,427 000000000000006fe000bdb895df5f742b140dc9a1452434653d1d3b60749d14 128 0.07 vMB 86
250,426 250,426 0000000000000069d92cc05b6ddcd360b910336bfca1d6c312e7b9a96908c248 512 0.26 vMB 53
250,425 250,425 0000000000000023d37bf878d0d92fd6e74442d6169debc33e1eb727d9cb36c2 782 0.30 vMB 113
250,424 250,424 000000000000006bd0da2ced3369a55de448b4c3a7b7b3bef57063b49e44dc49 265 0.11 vMB 123
250,423 250,423 0000000000000006d8bf71595e013ae90c7de804634a775d8bf5784bd93db4d8 67 0.03 vMB 135
250,422 250,422 000000000000006ce410c9c0eab0df491fc3655a5848c483427f41ce6500615c 176 0.08 vMB 117
250,421 250,421 00000000000000263559ccff2800b3506e537f849e877280be573e6c8cdbe954 131 0.06 vMB 54
250,420 250,420 0000000000000042da9c6bcec57cf78ca998787eec30bdcd3a5f6c4365ceda9f 505 0.22 vMB 109
250,419 250,419 00000000000000414012b43f96b4c643319681618709d93ee2c345a386bda0cb 689 0.30 vMB 96
250,418 250,418 000000000000006c2fa4409fb2fef86d63f2dcd355800395e57c0637a4e17c39 290 0.15 vMB 137
250,417 250,417 000000000000003c092e0f809e9fe1904603be2cc319c5d7079a051f2acfef2d 256 0.18 vMB 11
250,416 250,416 00000000000000119241905f7d97156b32bf82c093c17bfe091c37ee478ed8fd 240 0.14 vMB 93
250,415 250,415 000000000000003df40c99c89fd3ea7fb91816a2e6636ba7b50db1580f5fd6d8 142 0.14 vMB 65
250,414 250,414 00000000000000666c575f54b147865670fdf7639904bbf4ee3887b5d1fc85cd 637 0.31 vMB 117
250,413 250,413 0000000000000015e1d460c3733e2432bf21f1d75f908ed29b85892963e5d1d7 70 0.04 vMB 75
250,412 250,412 000000000000002b993875ecd9b83a9dfe710154d1d7efbd71a6f11720121429 429 0.17 vMB 116
250,411 250,411 00000000000000280b708b5df666212e7144ad1d5c8fbf8a18e84db11b101aa6 95 0.06 vMB 33
Previous 10 blocks ↓
Total Size: 779.80 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: 407.07 GB
    • Received: 2.13 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.