Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,155 transactions (0.52 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,493 000000000000000000022cb30000000000000000000000000000000000000000 0.52 vMB 1,139 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,492 (885,751 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,741 24,741 00000000aae50c5f06e0e051a4554d2db764f8d1841ccc316a3ae7ec3742b125 0.00 MB 1 0
24,740 24,740 00000000f4d076d48846c4235905d236f457ea39ae8a0f1dccc7d7d077703d4a 0.00 MB 1 0
24,739 24,739 00000000cb8e38302de5200f688aed8555fb3dd3ff5a47e0bd3e69c6c8c82658 0.00 MB 1 0
24,738 24,738 00000000da02b814dc79ad0c8c8922ce453253185f2ee0b403f75519501fed41 0.00 MB 1 0
24,737 24,737 000000006b7a23479dfd49096230f07f003a0fccb411e27a6f26639b741f7210 0.00 MB 1 0
24,736 24,736 0000000012499644acc5d065578a4a537036168eeafa699e0f7f859c45a34ef2 0.00 MB 1 0
24,735 24,735 000000009319dfae7ed98686e2098e6e76125bec34505d43fc07c792fccdee1d 0.00 MB 1 0
24,734 24,734 00000000f597f56049369af2b80a8969399285f70b9d945b2e6c8ac604fdb97f 0.00 MB 1 0
24,733 24,733 0000000065c6004727548cd9485009653d899e427a43aff86dbd612933fdd4fc 0.00 MB 1 0
24,732 24,732 00000000dd87395454fa1dc827140e1e31ff96ab0c53be63c13bc9554ab94074 0.00 MB 1 0
24,731 24,731 00000000bdeb876d127952c145f7c3884caddb9cf9a28e0a7a62192a701449ec 0.00 MB 1 0
24,730 24,730 00000000b87d63d05fe5b3043b68c4fbcd3aafeec0c64a2038e1ea76779d330b 0.00 MB 1 0
24,729 24,729 00000000074803dd01640ab6722f99d4d6a04f721d3b6e582e4cd01fda934d17 0.00 MB 1 0
24,728 24,728 00000000c5e570611e14884c4ddb9f8f0fce574d2c250af4a5361a56752d0c56 0.00 MB 1 0
24,727 24,727 0000000030a35d2c79465c68e5d8f2cbcf01270ee1acf824c4cb762c0945a5b9 0.00 MB 1 0
24,726 24,726 000000002c6cd8fdc2564b7fd4889f60e532f03bbaacce0da5ad5b34650a6129 0.00 MB 1 0
24,725 24,725 000000002b1a1b6e6c07bd85697a2dbe74fca595339ab664b85911019349833b 0.00 MB 1 0
24,724 24,724 00000000a6046a84c38bb50550c00b8d3deccfcf54a99578fe79b0f10c42432d 0.00 MB 1 0
24,723 24,723 0000000089c7e1bf19e6d2db1e6101086df7c5e36d642f4fa99cfa7605fcfaec 0.00 MB 1 0
24,722 24,722 00000000274bbbbe84a27927196945bc04965c60eaa4b903cf30518b760790a8 0.00 MB 1 0
24,721 24,721 000000000542f663f094582fd04ea9ea046768fc0d92f8a67288e78a6a863c78 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.30 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,244.05 GB sent, 120.04 GB received

Notes

  • This page updates every 5 seconds.
  • 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.