Loading Tool

Explorer IconExplorer

Memory Pool

77,496 transactions
28.93 vMB
0.08267825 BTC
Random Selection Loading Transactions
Max Size: 174.93/200 MB

Candidate Block

Mining Attempt 9dfbd1c658aca5f1bb5216bcdd71718afef3860a34ce856adc2e62053830d0f7
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root ddf5295db7b8f2166b6538e8db9a4cbf83f7ed623531185097e6494bf2932ce3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,959
Size: 1.00 vMB
Total Fees: 0.02233653 BTC
Feerates: 150.93 > 2.24 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (255,777 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
659,381 659,381 0000000000000000000178420bfde7488683d6e42889636e2b077f01a8b6ed9b 1,616 1.00/1.00 vMB 95
659,380 659,380 0000000000000000000bc84fa96431d7fb54b6eb3ad5e65dbac604f8d5f76d9d 3,080 1.00/1.00 vMB 105
659,379 659,379 000000000000000000061fb5a6baad186a2ff7b22251c99e834696525608b0f3 2,562 1.00/1.00 vMB 105
659,378 659,378 00000000000000000006240154c8d4f98dd94af04d1101c404e8ebdbebc3bb15 2,615 1.00/1.00 vMB 111
659,377 659,377 000000000000000000044c76b470663e98f8cc3843f99cf9b9da7008657b68ee 3,008 1.00/1.00 vMB 148
659,376 659,376 00000000000000000005d6fcc5aed65e463890125e213447b96e0bd9e1ebe1a7 3,000 1.00/1.00 vMB 92
659,375 659,375 00000000000000000009692dbf96445b1e4f4c305193bdaeadd8f017e7ec4124 2,843 1.00/1.00 vMB 113
659,374 659,374 0000000000000000000de73708fd951d44becb7768fe95c25e41839912fdeb61 2,619 1.00/1.00 vMB 101
659,373 659,373 0000000000000000000644e20f413e78a13898620b90a642da64e6afe7848e4d 2,496 1.00/1.00 vMB 120
659,372 659,372 0000000000000000000315e4e20860503df48bbc84341a003e7ea688cc32de8e 2,928 1.00/1.00 vMB 88
659,371 659,371 00000000000000000002aea9f58d6c67ee695b73852fadb16fec7aae4c869da7 2,794 1.00/1.00 vMB 98
659,370 659,370 0000000000000000000e3df76c94443b1fa57b8bfe8cff2da3db558564a2f8da 2,202 1.00/1.00 vMB 102
659,369 659,369 0000000000000000000725523bcd79eb06592fe2e7951063957ddfdafa5a0967 2,019 1.00/1.00 vMB 106
659,368 659,368 0000000000000000000afb3bd60cd3d46ed7c542be5b701b43509248fd9ef4c4 2,671 1.00/1.00 vMB 122
659,367 659,367 00000000000000000007635d56061459a1a9d81ee646f36544b51de7c514dc0a 2,299 1.00/1.00 vMB 98
659,366 659,366 0000000000000000000b9598c2c1c24922126bf9682a09438cc1bdc78617999b 1,667 1.00/1.00 vMB 104
659,365 659,365 0000000000000000000e3d834102d5377cc5fc4d45fd8851b98eb92987345fd4 3,043 1.00/1.00 vMB 137
659,364 659,364 000000000000000000091e7a7c17b108a7c3d82c5d299d0012cfcdff70890f64 2,732 1.00/1.00 vMB 93
659,363 659,363 00000000000000000002341b30f96f86c444809dda6900a78b02b76b6eab13d8 2,330 1.00/1.00 vMB 89
659,362 659,362 0000000000000000000ad1b5b85c93d626123d1da381b6a67ba2589d115350b0 2,687 1.00/1.00 vMB 78
659,361 659,361 000000000000000000060c983b4872dbaf7ed226dd32ce718438cc5dff73cf72 2,341 1.00/1.00 vMB 87
Previous 10 blocks ↓
Total Size: 782.67 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: 673.11 GB
    • Received: 16.40 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.