Loading Tool

Explorer IconExplorer

Memory Pool

76,216 transactions
29.72 vMB
0.07939829 BTC
Random Selection Loading Transactions
Max Size: 179.85/200 MB

Candidate Block

Mining Attempt cd0ead30ddbf6ebcd8980d8a362cf690c31c0d7ea505ad96230e15a839b3a777
Version 20000000
Previous Block 00000000000000000001dc192b0ad238907d906253e9c0e3e020d8781daa1ad4
Merkle Root 4a6dd69228ef560357b46ba1d8dccce550710e7c1cabe23cbea6e28e67baa522
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,412
Size: 1.00 vMB
Total Fees: 0.01659020 BTC
Feerates: 101.67 > 1.66 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,179 (49,725 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
865,454 865,454 00000000000000000002c65859c0b70eba3d369a691d03ada33f25903144f149 4,872 1.00/1.00 vMB 8
865,453 865,453 00000000000000000001ec750e702cd726d97015a72a44b3c7c535046a7a17e2 5,597 1.00/1.00 vMB 10
865,452 865,452 0000000000000000000069beec85c0f34b0486a25c99ce9e0d66e529ed0af914 5,446 1.00/1.00 vMB 9
865,451 865,451 00000000000000000002f6460c82ba9d49d11c0bb44f614aca962279d28ee16b 5,463 1.00/1.00 vMB 9
865,450 865,450 00000000000000000001baa0a66ee6e3e5479d5bfb0141a332b976b1e25e8acd 3,907 1.00/1.00 vMB 10
865,449 865,449 00000000000000000001072d6c98405565ba7d87e250218381a622813bd47eb9 3,961 1.00/1.00 vMB 16
865,448 865,448 000000000000000000004a0a66b6a83ca4992c30293393bdce095c788c36cf7e 4,689 1.00/1.00 vMB 15
865,447 865,447 000000000000000000020cf099cf1a113e9e9d74404e3d7425278fc91d19e09c 4,385 1.00/1.00 vMB 8
865,446 865,446 000000000000000000017d0df9fdc505c27274b846ad37d2093a8feb4b873e8a 3,386 1.00/1.00 vMB 12
865,445 865,445 00000000000000000002b696828b07b486393b26cb81a79c9586f118f4d007c1 5,373 1.00/1.00 vMB 9
865,444 865,444 0000000000000000000012e14a4ceec5c81c6c901332fa76d28e56c09483d274 4,114 1.00/1.00 vMB 10
865,443 865,443 000000000000000000018c779c3000f4d7e43b0a9e08f4572ab9e23dbaac43f0 4,365 1.00/1.00 vMB 17
865,442 865,442 00000000000000000000afec2c3550f154b6afb4fa0950ce8806dad7b9f60602 4,196 1.00/1.00 vMB 13
865,441 865,441 00000000000000000002253348f0bda900c178b5c5adaabaee4efb1d1076427f 3,191 1.00/1.00 vMB 17
865,440 865,440 000000000000000000018397159058be38cd11692cd5673200f3cc23677a4ca6 2,772 1.00/1.00 vMB 6
865,439 865,439 00000000000000000001b33cc3142659f5d5b5db92e1d464af500761e93c563c 4,768 1.00/1.00 vMB 7
865,438 865,438 000000000000000000007a7ade71cacf81b93518646fc94aaf3860872f55374e 5,859 1.00/1.00 vMB 9
865,437 865,437 00000000000000000002add7af997e7e1e9f6c857c56788b69be1036945afcad 5,511 1.00/1.00 vMB 13
865,436 865,436 00000000000000000002cc67bafdf7d9ca750027f1326db5392fffeec0ba88a9 4,811 1.00/1.00 vMB 19
865,435 865,435 00000000000000000001d4ed0094cabe7410e752125dffaffe18b4fa8b5c2a4c 6,585 1.00/1.00 vMB 11
865,434 865,434 00000000000000000000a1f266604759aea8e208187208d3c0d6ecb30f5756d8 5,823 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.71 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: 697.67 GB
    • Received: 16.58 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.