Loading Tool

Explorer IconExplorer

Memory Pool

72,715 transactions
28.04 vMB
0.06691713 BTC
Random Selection Loading Transactions
Max Size: 166.08/200 MB

Candidate Block

Mining Attempt ef5d4252d30fb55f7a9c1bf9b7b6f6a4f160911cb077bebba034ae64c87fbed9
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root 7a76d67e9c9785c95b0b733be45d87157bf02eec5dcf634b64038bd3d44a6306
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,884
Size: 1.00 vMB
Total Fees: 0.01090293 BTC
Feerates: 150.86 > 1.09 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (313,467 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
601,564 601,564 00000000000000000009541276b33e7ec61103c299188146d54dfb326c7fceac 429 0.16/1.00 vMB 6
601,563 601,563 0000000000000000001299b11bc0d69390dcb5761f3934212a472ec066b09e8d 2,780 1.00/1.00 vMB 11
601,562 601,562 0000000000000000000d7612d743325d8e47cb9e506d547694478f35f736188e 3,264 1.00/1.00 vMB 36
601,561 601,561 00000000000000000006a4a234288a44e715275f1775b77b2fddb6c02eb6b72f 1,838 0.60/1.00 vMB 23
601,560 601,560 000000000000000000009b0cbd632f6c06f21fb36ef4fa2e2098489b1dc4f76c 2,194 0.79/1.00 vMB 25
601,559 601,559 0000000000000000000b27cff22d09291a92820425851476c7c29a03dbb2b793 1,348 0.76/1.00 vMB 6
601,558 601,558 0000000000000000000ff70300bf9f8059465d0b31d47ab05edba3861270c048 2,445 1.00/1.00 vMB 7
601,557 601,557 0000000000000000000ebbbf947f317b34ecf8e97e8e9cd77762daebce230f49 2,828 1.00/1.00 vMB 17
601,556 601,556 000000000000000000086386374a6b7bec30200fe607a3322eddd44da914e59a 2,833 1.00/1.00 vMB 19
601,555 601,555 0000000000000000000f118088c2e6c8227e91ea4593e76d88d59d8413d90be8 3,005 1.00/1.00 vMB 28
601,554 601,554 0000000000000000000f790f1933d5783f514e7a204546c91502b26995050d37 2,044 1.00/1.00 vMB 23
601,553 601,553 0000000000000000000626e71fbb9b6e6370c6d8e138faf8a162cbaa2ebbcaeb 2,765 1.00/1.00 vMB 39
601,552 601,552 0000000000000000000c2d40162025283b7dcdb6de1ef0aafd6b5e85ed3c89ba 2,744 1.00/1.00 vMB 32
601,551 601,551 000000000000000000080148e80adec3c05c2031386dfe9d31121d483571c3c4 2,876 1.00/1.00 vMB 42
601,550 601,550 0000000000000000000fd087cd46daf1fd3311531a8731250388a8a3ad8b2045 2,221 1.00/1.00 vMB 12
601,549 601,549 00000000000000000001cb29169d750e1b89a5769b7e15442aef80acdc64ad37 2,437 1.00/1.00 vMB 6
601,548 601,548 0000000000000000000f0421c21d0813815aaefdddbbd8f56752e54f495aea6a 2,686 1.00/1.00 vMB 28
601,547 601,547 00000000000000000001dffbc264fc5931fcebf3e8e6c34e0822e1d0dcbaf4c7 2,447 1.00/1.00 vMB 25
601,546 601,546 0000000000000000000663a5f4de8594b735e4b838f7e219c95e3872c117bf2a 2,940 1.00/1.00 vMB 17
601,545 601,545 00000000000000000012dd06fb5aa19c6683ce50c2cc78016adf03d62546bd84 2,236 1.00/1.00 vMB 42
601,544 601,544 000000000000000000131d79a2af1c4f597775a505e196afcc399edaefe32483 1,993 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.45 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: 666.77 GB
    • Received: 15.22 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.