Loading Tool

Explorer IconExplorer

Memory Pool

87,615 transactions
32.56 vMB
0.10859729 BTC
Random Selection Loading Transactions
Max Size: 198.33/200 MB

Candidate Block

Mining Attempt 6ef178b05e4f1a90330360428a535be1c4507f2fe320a8c752bc9d8ce109b30c
Version 20000000
Previous Block 000000000000000000009cc3403b9757f9232658f0f77f1827104ea56c8d475d
Merkle Root 51d3bff93024e382468e7ae503431c736712b627c90bfa05c878898376e4eeae
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,107
Size: 1.00 vMB
Total Fees: 0.02868922 BTC
Feerates: 318.30 > 2.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,341 (237,579 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
677,762 677,762 00000000000000000000764cf58546d26b69215a59ab91803113a236aa49b3fa 2,146 1.00/1.00 vMB 14
677,761 677,761 0000000000000000000bf8388d091dd0f3cb84f276cd7975e8c4df830836be5e 2,621 1.00/1.00 vMB 62
677,760 677,760 000000000000000000048d45c9adf538ebfe9b8f1e3e26c289dd82f4d20a6d72 2,533 1.00/1.00 vMB 38
677,759 677,759 000000000000000000057db7fc2aa1c55ceb51da325bf3c9d099782863491a1f 2,113 1.00/1.00 vMB 66
677,758 677,758 000000000000000000073ec24a6d98834f76aabada02b206693e1e6d2d9b3172 1,983 1.00/1.00 vMB 85
677,757 677,757 00000000000000000004b8533cc716992d0aad6b8a10668205324f85d77d0090 953 1.00/1.00 vMB 85
677,756 677,756 0000000000000000000af5bc034af14fd5f4dd46bdf313d10ff07e796dd32eef 1,689 1.00/1.00 vMB 87
677,755 677,755 0000000000000000000acaf7a76d171f7246be7cfce5e054b120475ec03f81e2 3,330 1.00/1.00 vMB 108
677,754 677,754 00000000000000000000334bdc5075603c3be0959b6057c73e415a324a2f4d40 2,595 1.00/1.00 vMB 97
677,753 677,753 00000000000000000009f5c3eb46f7c7e61d5ee3db21c31cc6d0f30d9d762ea0 2,030 1.00/1.00 vMB 21
677,752 677,752 0000000000000000000470e70af648f0012cb48258812590c3a8635531673f7b 2,792 1.00/1.00 vMB 18
677,751 677,751 0000000000000000000b8b2c963530c20cfec05e9ef17852bd0d5150ccb77e66 2,379 1.00/1.00 vMB 44
677,750 677,750 000000000000000000055ca7b048a6dbe34d8bd95591f4b9c9af8866c78d3399 2,140 1.00/1.00 vMB 55
677,749 677,749 000000000000000000027c7e59c6b3fdc1a74bf1b3b682e2f151e580c0544522 2,307 1.00/1.00 vMB 60
677,748 677,748 0000000000000000000a8d74b95430e39580427bbef79b7c648650fe862ee499 1,785 1.00/1.00 vMB 79
677,747 677,747 00000000000000000007080f0fcf9cc371bb25d586f933eee6ad11e229908b79 1,961 1.00/1.00 vMB 101
677,746 677,746 0000000000000000000506b9c778d5cd89fbcb4a0c9bcb856195cc040cb67510 1,222 1.00/1.00 vMB 90
677,745 677,745 00000000000000000002c554b6a00c38ce01b8e3e95bed24125701b2acd9c62a 2,096 1.00/1.00 vMB 46
677,744 677,744 0000000000000000000b8d6d645bf994f3083d7057e41acc8fbbf2fa38ffccf2 1,579 1.00/1.00 vMB 22
677,743 677,743 000000000000000000054aed06c83c966a84f86082be686ec5e768015fa741b7 2,445 1.00/1.00 vMB 41
677,742 677,742 000000000000000000061ec548431c133d004ce393c7a2422018abeb4796489f 1,566 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.98 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: 717.06 GB
    • Received: 17.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.