Loading Tool

Explorer IconExplorer

Memory Pool

37,980 transactions
26.80 vMB
0.05330539 BTC
Random Selection Loading Transactions
Max Size: 139.29/200 MB

Candidate Block

Mining Attempt f98667f5e3f057168c71346b8caf2288519443a5c740a495a5dbf85667d51d1c
Version 20000000
Previous Block 000000000000000000000f0eb32368ca338bda4641ae91e1df2854638c1f9b59
Merkle Root 8140fea129ebe50c9e4912cd9de5b83485414bcc86206c3cc31616be4935fcbb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 542
Size: 1.00 vMB
Total Fees: 0.00393777 BTC
Feerates: 44.54 > 0.39 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,866 (140,107 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
774,759 774,759 00000000000000000001517e0a5ed73b8d516cd4c0cb6324920a2699f65c1a8b 3,332 1.00/1.00 vMB 32
774,758 774,758 00000000000000000002d91d606b17dae6d08c390debbdc0d6850b4ef49edb79 3,355 1.00/1.00 vMB 16
774,757 774,757 00000000000000000005a5b773d7d8c6b3ff7ed5e5ba7b8f25479312365f9c1d 1,886 1.00/1.00 vMB 14
774,756 774,756 00000000000000000006fb8eda9fa3ec5e79f1fe723f3bf50a4d2bb3eff3cbdc 3,053 1.00/1.00 vMB 20
774,755 774,755 00000000000000000002dd4c62ee4874ec6bb5aa504089a8ee4479b2e397edd1 2,903 1.00/1.00 vMB 22
774,754 774,754 00000000000000000003b51ab7510d3518efcb32ea34719c1ae7fb143cf6bb76 4,103 1.00/1.00 vMB 26
774,753 774,753 00000000000000000000fa57f24997714991ffecdba38c036086350aa28c927e 2,622 1.00/1.00 vMB 30
774,752 774,752 000000000000000000001ff1e12bba9dbbd95e68853b3c3a4ae61a1bdb2e9622 2,988 1.00/1.00 vMB 40
774,751 774,751 000000000000000000023f9f06a5f500f44454ef132fa1b6f5533c7a2467512a 3,163 1.00/1.00 vMB 24
774,750 774,750 00000000000000000000e4314f4e7cadd7222d0ef34311c732f7a44d7e6aa652 3,562 1.00/1.00 vMB 26
774,749 774,749 00000000000000000003e2fa8f378fee23be337d44161d31f177ddfd53a5d7ec 1,779 1.00/1.00 vMB 25
774,748 774,748 00000000000000000003f71ef658426a253cfbc213b197d2551a2d4416ad0cfa 3,258 1.00/1.00 vMB 21
774,747 774,747 00000000000000000004d9e99344f0c01adf342d65526f2505969e96c7700d13 2,119 1.00/1.00 vMB 23
774,746 774,746 000000000000000000048c22a71f2d4d7eb2cd728bd64a83822c0f78202fba08 3,724 1.00/1.00 vMB 21
774,745 774,745 00000000000000000003046222f2783675f2fc32d597381187940f53dfe00bf7 2,037 1.00/1.00 vMB 25
774,744 774,744 0000000000000000000714c140a5f483f0f0498c98d0e98a8aad432e39e7ab95 3,045 1.00/1.00 vMB 29
774,743 774,743 00000000000000000001a07333c2046fdbedc1683ba34a54d91d4a29d314c797 3,218 1.00/1.00 vMB 37
774,742 774,742 0000000000000000000305328ddd8d359b84c84c024b87f0f5b5fbb2618165c2 2,138 1.00/1.00 vMB 8
774,741 774,741 000000000000000000047482777c05bb2773c72935970344f24152db675e7ff6 2,581 1.00/1.00 vMB 15
774,740 774,740 00000000000000000004ce9e3573a1acaac4f7997d23fa426dbf96e98456e3e6 3,531 1.00/1.00 vMB 18
774,739 774,739 0000000000000000000180d435d749b30948eff442f222177c47f5c745ea6a97 3,302 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.15 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: 653.02 GB
    • Received: 13.82 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.