Loading Tool

Explorer IconExplorer

Memory Pool

37,007 transactions
26.00 vMB
0.05486022 BTC
Random Selection Loading Transactions
Max Size: 133.54/200 MB

Candidate Block

Mining Attempt 4a2dbdb902b4116406b98540043f85f7f4b9a94a3cec0dda883bada167fe6d8e
Version 20000000
Previous Block 000000000000000000002d05d6b44ad40f04c8763a38c5afbba07e4fafa201d8
Merkle Root 2318efa24c88aea199cce32499832be115ed055c4418eae3801be11271a4fe13
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,025
Size: 1.00 vMB
Total Fees: 0.00705897 BTC
Feerates: 100.29 > 0.71 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,672 (81,360 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
833,312 833,312 00000000000000000002572a3312104fb06f9f4ca8fbd8b29a4f3ef4a6fba950 1,214 1.00/1.00 vMB 43
833,311 833,311 00000000000000000000d16bfdf0bfd5b30e578b38c0d63707c869fcd796d3f7 670 1.00/1.00 vMB 42
833,310 833,310 00000000000000000000187a016e40c456e7bd64b8b0accbe1a9b4da53bddc91 2,337 1.00/1.00 vMB 61
833,309 833,309 0000000000000000000303e717aa2d5cac03817cdaecc8cc8b450b39259b8364 1,301 1.00/1.00 vMB 45
833,308 833,308 000000000000000000011d1926f92e72f07263fb75a656b51b33b9797fe84d99 2,797 1.00/1.00 vMB 64
833,307 833,307 000000000000000000029d41e74ecdad85e994e6ec56701d7abcc04f2ee04b19 3,262 1.00/1.00 vMB 88
833,306 833,306 0000000000000000000364bb27ef4b0636fc9801697dec7b342e7c86aa7e772a 3,187 1.00/1.00 vMB 65
833,305 833,305 00000000000000000001377b67ed009a931beffe4f5a05d33a6763ff3a77e66e 2,605 1.00/1.00 vMB 91
833,304 833,304 00000000000000000002526a9b89f5d78a85739e90628a5c17c492c5a5a3917a 2,379 1.00/1.00 vMB 45
833,303 833,303 000000000000000000026659a9ee67969fea0c1b5ebfaecb05e88cc3a3a21550 2,484 1.00/1.00 vMB 65
833,302 833,302 00000000000000000002d4fda7a130a95ad2934a4f9e3c0688d68bc1271c2584 2,997 1.00/1.00 vMB 78
833,301 833,301 000000000000000000016aaf97e6dd0ce3da4ece32b8e96b04b026be48d24116 2,949 1.00/1.00 vMB 83
833,300 833,300 00000000000000000002b965788ad6a755bae805dbe105749f8dc7092a48bb05 2,985 1.00/1.00 vMB 101
833,299 833,299 000000000000000000027877be9a1ceb95b00220bd038e38a147e629d11596b5 2,558 1.00/1.00 vMB 112
833,298 833,298 00000000000000000001e3b4b1bf089752059d9ba83e483543aa25b922c8fc2a 2,931 1.00/1.00 vMB 69
833,297 833,297 00000000000000000001704525c27c188dbaa1cd749158593ed2a17823906330 2,675 1.00/1.00 vMB 77
833,296 833,296 000000000000000000010d1cc81ff96bb5f35fde02ddbea360afc82458452293 2,094 1.00/1.00 vMB 91
833,295 833,295 00000000000000000001bdb015d26a1520bd04bbab951fb1e45ec8cdfaf1377e 2,107 1.00/1.00 vMB 111
833,294 833,294 00000000000000000002036d922a1b8d535bc4fe0c3c20b859f32fa314167c40 3,065 1.00/1.00 vMB 87
833,293 833,293 0000000000000000000279ad563d4b13a4678f4e8e02882f9a921d184e984a32 2,541 1.00/1.00 vMB 109
833,292 833,292 000000000000000000021b5d92fc5e79db15a84575cc838819d1e93d12c1ba93 3,357 1.00/1.00 vMB 101
Previous 10 blocks ↓
Total Size: 781.81 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: 635.14 GB
    • Received: 12.29 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.