Loading Tool

Explorer IconExplorer

Memory Pool

44,478 transactions
27.34 vMB
0.09399179 BTC
Random Selection Loading Transactions
Max Size: 144.43/200 MB

Candidate Block

Mining Attempt 9d595260bc12a48f94c94b8f94e63ae9d961654d062ab284f67d2374be36f9b6
Version 20000000
Previous Block 0000000000000000000182fc7e3276e0ca1f0b423f92087ce28c2892578cee65
Merkle Root 2601a2317fcec09f21c451420f2c8f9811bbf9be9d3105f59045ad8c73bfe850
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,875
Size: 1.00 vMB
Total Fees: 0.04283141 BTC
Feerates: 150.75 > 4.29 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,917 (452,367 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
462,550 462,550 000000000000000001b9725d16dba557bc1cce4b67fc030a37f28d018eb0ea19 2,727 1.00/1.00 vMB 162
462,549 462,549 000000000000000001ff136af0a5298f056167c5834cdbfb34ac03f1081fd2a7 2,307 1.00/1.00 vMB 155
462,548 462,548 0000000000000000012712cc708b022258a895abc1b91115cd41821484fe97d1 2,425 1.00/1.00 vMB 192
462,547 462,547 000000000000000000b900f025c3c0d86056408a67566c31dbcc63b26c5df80f 2,688 1.00/1.00 vMB 202
462,546 462,546 00000000000000000195183ed915de94f46fbb51a695c03ee243b1b8e85fae04 2,100 1.00/1.00 vMB 130
462,545 462,545 0000000000000000019de7cb826db54288f39331611dced45dde4500d8854157 2,156 1.00/1.00 vMB 158
462,544 462,544 0000000000000000010e0dc33b0ad540628ca2c1a47347ec18c587f14f7dc5bf 1,112 1.00/1.00 vMB 152
462,543 462,543 000000000000000000c441665d2c1ec505312b6a3b824ae2d4e9d32c98bc153b 2,001 1.00/1.00 vMB 173
462,542 462,542 00000000000000000029ce3a13ae4ddc84614fe0fa6baa3fc4b93045d14b9b0b 2,352 1.00/1.00 vMB 150
462,541 462,541 0000000000000000017dc07545b29f2c11421cec7824b7831916ac823d731f63 2,327 1.00/1.00 vMB 156
462,540 462,540 0000000000000000019a3a6397b4fb93148b8d5426373a9c8e8123c9d4b3d33b 2,018 1.00/1.00 vMB 145
462,539 462,539 00000000000000000015a7bb75f28e4477b66f9ca824f919e5ae64330b257adf 313 1.00/1.00 vMB 36
462,538 462,538 000000000000000000dc785e755442352d43e79f8a0434fbfe7f9fb1746c2a2d 1,015 0.99/1.00 vMB 49
462,537 462,537 000000000000000000798ff414d678f348ade576687264a3f76a1e436fba1626 1,747 1.00/1.00 vMB 104
462,536 462,536 000000000000000001f70613fcfa32aad39f9164330d250894b1961c7d647989 2,221 0.99/1.00 vMB 156
462,535 462,535 0000000000000000014e7d776575953ca66390b29241633dd0fe8d6cce7a66f1 1,181 1.00/1.00 vMB 65
462,534 462,534 000000000000000001729822fea8d68d2bc56b8a0ff5ab2a1bdba32811f2a0de 1,809 1.00/1.00 vMB 132
462,533 462,533 0000000000000000018def0c7b07a5e6eb2c8d854cbe2390efa4877757abaea2 1,121 1.00/1.00 vMB 52
462,532 462,532 000000000000000000fa5d284e2bc9bbf5933ad15f5af9e221277491b9c4acb1 1,974 1.00/1.00 vMB 49
462,531 462,531 000000000000000000ed0eb2adf6065fc851b07a29eb0d75f7cd4e98e736cdf8 2,159 1.00/1.00 vMB 151
462,530 462,530 000000000000000000ea8037b4f25c3621bcc421daffebf6f1b93eb25b1fa724 2,872 1.00/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 782.24 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: 655.15 GB
    • Received: 14.27 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.