Loading Tool

Explorer IconExplorer

Memory Pool

80,642 transactions
29.99 vMB
0.07880332 BTC
Random Selection Loading Transactions
Max Size: 180.53/200 MB

Candidate Block

Mining Attempt b6f5e06588729d9dde78f8288c4dd336390d827dda2c656b5ce98419ab5b95c5
Version 20000000
Previous Block 000000000000000000004443bbd7d3e1cd234af07e1977968d16f2c7b837c7c8
Merkle Root 3537b58469449be6810bc8a0c08f4e18b14fc4db7f439b20b3efb197e1ff194e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,527
Size: 1.00 vMB
Total Fees: 0.01757929 BTC
Feerates: 197.70 > 1.76 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,988 (236,532 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
678,456 678,456 000000000000000000063270a5784ba098f26ab640672cb0cf0e94d5a1376335 2,153 1.00/1.00 vMB 63
678,455 678,455 000000000000000000012bdd94998a4402e5305ff298db8b3f6d111413c48e16 2,727 1.00/1.00 vMB 76
678,454 678,454 00000000000000000002f56926ac7c1a1a2408f661bef5f1243cd096aa01a804 2,874 1.00/1.00 vMB 111
678,453 678,453 0000000000000000000a148bb8e883e4be522a2962e1597854a7de051c35b833 2,085 1.00/1.00 vMB 73
678,452 678,452 00000000000000000004e6d25021143e87c1aa29ebff4eb5f55021bfe320335e 1,613 1.00/1.00 vMB 100
678,451 678,451 00000000000000000002700c0f6a8507f21a65909b3a86cc5e8dbf977501fba7 2,693 1.00/1.00 vMB 89
678,450 678,450 00000000000000000000d1efb9ce2b8b296b736b678426ae119ea17ecb8ed9f3 2,277 1.00/1.00 vMB 100
678,449 678,449 0000000000000000000bbf44c84b17774092c6ef4c6ead0acd1001db7ff8e287 2,849 1.00/1.00 vMB 77
678,448 678,448 0000000000000000000a4b9ca8fd5daaefbb5c4549b779bfe2cfd9c1ae4cfc98 3,105 1.00/1.00 vMB 60
678,447 678,447 0000000000000000000b8747c32c0f0b48cbc85267f208e8629f58de1d868b68 2,298 1.00/1.00 vMB 96
678,446 678,446 000000000000000000066688531193f619953b7a3b76289cc80119b1ca2654ef 2,742 1.00/1.00 vMB 115
678,445 678,445 000000000000000000068f508ce99809898dce62e3747a2e5c1e4eed8a9c07c5 2,820 1.00/1.00 vMB 86
678,444 678,444 0000000000000000000771b23d72c3520bee394fc4505d6b87b9550f0c1ecc3e 2,821 1.00/1.00 vMB 60
678,443 678,443 00000000000000000003c279e3c9b62e0f4f2b32391d996ccbbc3e50bbe88e99 1,905 1.00/1.00 vMB 102
678,442 678,442 00000000000000000009a303c34e347bb4719190c74c75a4f9f674d159a0fd6d 1,908 1.00/1.00 vMB 101
678,441 678,441 0000000000000000000179ebf5e40d9e41f214e232c29e30585718845c8ea4c4 1,127 1.00/1.00 vMB 96
678,440 678,440 00000000000000000006754c07546c3aeec2df3ea8df9d7921624c736452a399 1,784 1.00/1.00 vMB 77
678,439 678,439 0000000000000000000b4272afe1637865473775cefd23190052c82a6928b201 2,989 1.00/1.00 vMB 50
678,438 678,438 0000000000000000000a1161e9e7ffae9f44e85c8579b8808c1d2b37e580ee1a 2,818 1.00/1.00 vMB 78
678,437 678,437 00000000000000000008fae047687f1103c8ec656631bf2c8a1780850fef20fd 2,048 1.00/1.00 vMB 91
678,436 678,436 000000000000000000081d459f09a865f795ea77454fd8043087f2654d99a64c 1,665 1.00/1.00 vMB 103
Previous 10 blocks ↓
Total Size: 782.37 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: 663.77 GB
    • Received: 14.93 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.