Loading Tool

Explorer IconExplorer

Memory Pool

85,188 transactions
31.91 vMB
0.19580643 BTC
Random Selection Loading Transactions
Max Size: 189.61/200 MB

Candidate Block

Mining Attempt 332670e15f923e7d91c3e1374e11fa8a11b2fd58604dde8e6a4b5e2922f2a83c
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 61fea9ffd22665bc9b938a7c83a71c8c161d65ada8c99ccea1627d8de3e92cd9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,858
Size: 1.00 vMB
Total Fees: 0.07391867 BTC
Feerates: 301.64 > 7.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (482,128 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
433,017 433,017 00000000000000000486d867813e9a0e82616e6177cc14bdedd47cb75b46f4b8 2,533 0.99/1.00 vMB 69
433,016 433,016 000000000000000000ecfc6421401ccd39371df83c2138c09bce6ef1da7614d2 2,143 1.00/1.00 vMB 57
433,015 433,015 0000000000000000005cd9a3d2a9042292ab2f62eba974419694bc09a8851470 2,277 1.00/1.00 vMB 54
433,014 433,014 000000000000000002c75c43c26627cd2a2871476c9a043f2908faff05931bf0 2,678 1.00/1.00 vMB 69
433,013 433,013 0000000000000000013ccabdfad1587fd13c60d7a6b3722f7f9ad73a401be6e1 593 0.50/1.00 vMB 38
433,012 433,012 00000000000000000409374bcddcac78931dc4f5cb24855df43ae65c54c7a5ad 1,580 0.72/1.00 vMB 57
433,011 433,011 00000000000000000395d6d5ccc15bfb6f3995d1ec7fe34844c8e409bbb33d13 2,366 1.00/1.00 vMB 61
433,010 433,010 00000000000000000111fb6ff9f8de1052794b9a92e3850a238054db77020906 1,534 1.00/1.00 vMB 28
433,009 433,009 0000000000000000039c1d35028a3122a29e06e15ccd87f9e836850fb387db3a 1,927 1.00/1.00 vMB 34
433,008 433,008 000000000000000002f5b400f8f047d13b830062d9aca682a94770e7c99d2a2f 719 0.99/1.00 vMB 22
433,007 433,007 0000000000000000031ecf587d00bde0edfd3c79e17fd6c5aac5d5926d7d5302 1,283 1.00/1.00 vMB 21
433,006 433,006 0000000000000000028d395cc23c48eda999bce72d2b464f3f231294af7007c3 1,990 1.00/1.00 vMB 45
433,005 433,005 0000000000000000029b31fb0bfdf623403c28ca95ea082152ae797ef2994f4f 2,538 1.00/1.00 vMB 55
433,004 433,004 0000000000000000042339d390e24df88ed047b4634c103bcbd25db57069ac7c 2,328 1.00/1.00 vMB 91
433,003 433,003 00000000000000000357ce047992c29de201d72a176cc0427e6b3393b4471669 1,374 1.00/1.00 vMB 25
433,002 433,002 0000000000000000008fee4d88c81ec29c8e489fe385e9e481c39bdefa88936d 1,413 1.00/1.00 vMB 33
433,001 433,001 0000000000000000018bad1e9df5fd0a04402354907c38d1d84282d2b167fbe8 1,948 1.00/1.00 vMB 45
433,000 433,000 0000000000000000038f7ccda1055fa241addb2222004f945df64086b958173a 2,658 1.00/1.00 vMB 64
432,999 432,999 00000000000000000117237e4a1b23f94b2bd95f868273f159428a951b38728e 2,259 1.00/1.00 vMB 53
432,998 432,998 00000000000000000304bc18801d4d07536bb27cbf5326e983d419201cdc9c86 2,286 1.00/1.00 vMB 59
432,997 432,997 00000000000000000452347624716b2be8ca5c3ce5736e2879a0a4f3b3f43e30 1,930 1.00/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 782.65 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: 672.60 GB
    • Received: 16.28 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.