Loading Tool

Explorer IconExplorer

Memory Pool

20,851 transactions
9.03 vMB
0.03969202 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 52.32/200 MB

Candidate Block

Mining Attempt 1aa51e52942ea133e0030fda9bd20b7ff94e4cc3a79b1e78d4c3e67e5d59b12a
Version 20000000
Previous Block 000000000000000000002c2efa54a933667be0a2843a47329deffa95222ea700
Merkle Root 821645c80e9506208039c74bf5ba111e7f9e6ae7d3d17181e0727d857d23cee2
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,140
Size: 1.00 vMB
Total Fees: 0.01886684 BTC
Median Feerate: 1.03 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,393 (652,654 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
260,739 260,739 000000000000000d3924c52ee84da73f648b264fed7eb6c266b1a7b9473aedcb 14 0.00 vMB 153
260,738 260,738 0000000000000018e4aeb58192574041c480bced563e1ff763f465b7b25effb5 193 0.08 vMB 103
260,737 260,737 00000000000000158b8e5cefadb4d7d4aad302507a94f4c709f68c65c1575368 154 0.08 vMB 63
260,736 260,736 0000000000000015e909503582446c48b667194f4a56c7510ab893a9c280fdff 739 0.25 vMB 154
260,735 260,735 00000000000000032e8c0116668423a216f54970a1dfdf4580a2cce214ad6667 239 0.10 vMB 114
260,734 260,734 0000000000000000345ae763953cc3871b928c0b918907316a51ea851c7f2035 74 0.03 vMB 67
260,733 260,733 000000000000000dc91fbed42c5f47fee2760300982b1187163bb3fbdb79b0fa 433 0.20 vMB 105
260,732 260,732 000000000000000b9054a1115223a0102e5c42ee18a61aa70dc6fb66f67593ef 227 0.08 vMB 119
260,731 260,731 000000000000000570b11faa916c555c46d3f898f049b9b49d0b65f0f399837b 143 0.06 vMB 101
260,730 260,730 00000000000000003861a5f76130c8e6e5234f2eb56ce4c05d118495d9d0adf0 29 0.01 vMB 121
260,729 260,729 0000000000000004d9e25363dfb642e9e53f81f7df61913997286aa64e38d2f8 131 0.11 vMB 56
260,728 260,728 000000000000001a24879e508b5b34b11517cc049f25100a152cb86eac508c93 13 0.00 vMB 109
260,727 260,727 0000000000000006f35d63f58eabf674f8575c01ec30be0f7718c9da8bc501a4 109 0.11 vMB 46
260,726 260,726 000000000000000b54ab85429e9ed87691f0424f008cba6ff7879305fae97d2f 144 0.06 vMB 83
260,725 260,725 0000000000000017cb912fd5c573dc055063b8b1662dac97dad98890e8e19ad1 118 0.05 vMB 76
260,724 260,724 000000000000000113a446017d0ac9a06db219a5d72f1fa58541b9e70c26393f 543 0.21 vMB 126
260,723 260,723 0000000000000008a1b12beae246818af623ebb14f39926250588596026c32f2 240 0.12 vMB 113
260,722 260,722 00000000000000167707a858d871779a8a6ab619a151a0c94f022dcd4903403d 25 0.01 vMB 85
260,721 260,721 0000000000000015c6c5975159af5b69b33d42a2bf1664c7bebffafc879ba55a 369 0.14 vMB 131
260,720 260,720 000000000000000f18e86bdd6ee37502293f7a4e599794a0056253c7c0e13e7b 348 0.13 vMB 101
260,719 260,719 000000000000000993badcbc43cf07d864ab925f3200c649055c7ac00a538b7f 547 0.21 vMB 80
Previous 10 blocks ↓
Total Size: 779.55 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: 255.25 GB
    • Received: 0.97 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.