Loading Tool

Explorer IconExplorer

Memory Pool

80,704 transactions
30.58 vMB
0.08483450 BTC
Random Selection Loading Transactions
Max Size: 186.15/200 MB

Candidate Block

Mining Attempt 7efddfd6d48603c816cd0b439515864725aed6ad8fa611274e930ba52de609dc
Version 20000000
Previous Block 000000000000000000017014338f9dd242c589e1c0e015f91a4c2d776fb2542e
Merkle Root be2336282bab1037026741c430f17a82496f5f6b8a4c2c6226bda8559d53a769
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,893
Size: 1.00 vMB
Total Fees: 0.01565419 BTC
Feerates: 73.20 > 1.57 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,383 (63,683 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
851,700 851,700 000000000000000000035403db132442058f592b4898dd95f1309e63cc491452 4,182 1.00/1.00 vMB 6
851,699 851,699 000000000000000000010488a9c4fcebee3e0dbf8a1f2de7f958b9184413d68b 3,138 1.00/1.00 vMB 13
851,698 851,698 00000000000000000000cbd519e14abf9fd5b6fe05707d563edabe18ea5c79a8 4,417 1.00/1.00 vMB 9
851,697 851,697 00000000000000000003389c520e59f362c08bc1698136498f628b3777c61741 6,457 1.00/1.00 vMB 7
851,696 851,696 000000000000000000010c29a7b8e39969f05f543feb3f3b9f587dde4b694b3b 5,166 1.00/1.00 vMB 9
851,695 851,695 0000000000000000000028c08d88db9e5ba9a6b88108eef474cdd170cc96ba19 3,599 1.00/1.00 vMB 9
851,694 851,694 000000000000000000033e16bc9648f6e5da4ea281941d4ab9ba154ccc90e484 3,632 1.00/1.00 vMB 10
851,693 851,693 0000000000000000000240e53c011aaa6ae87d93066184ec9645944fb5871ee2 3,382 1.00/1.00 vMB 10
851,692 851,692 0000000000000000000109ae2a96ec1cc4d20bcc75937ecc46d260e18d36b1b2 5,777 1.00/1.00 vMB 7
851,691 851,691 0000000000000000000075c0fd7c84ce732e8a13d854f9e48055cf9329721fbc 3,202 1.00/1.00 vMB 11
851,690 851,690 0000000000000000000044f1ad8e8fe636bf1b435902cf94963860b06fe97b4c 3,011 1.00/1.00 vMB 12
851,689 851,689 00000000000000000001a2ffbee6b4eb54f2d1678b70ad8d4cade0c31bd59540 4,775 1.00/1.00 vMB 9
851,688 851,688 000000000000000000001fd1e01d2d50aab4074c95776189b7b11971fa702d8d 5,901 1.00/1.00 vMB 7
851,687 851,687 00000000000000000002d210780b4e3ac23d46a52440dee1b184a1e842fed1a4 5,140 1.00/1.00 vMB 5
851,686 851,686 0000000000000000000085e0c4086222feacdf97435cf239d882743fdd445ce5 6,083 1.00/1.00 vMB 7
851,685 851,685 000000000000000000007b5edc34d3b3b1da1e57316b46c9487db5e8c86fc344 5,137 1.00/1.00 vMB 9
851,684 851,684 0000000000000000000026ab4f309ae3f7ae4deb8cf4e274bc9e29f6258a2f3c 5,051 1.00/1.00 vMB 9
851,683 851,683 000000000000000000019cc792b9bf10c68229f2b2c977fbd069769ef0b24a8a 6,375 1.00/1.00 vMB 7
851,682 851,682 00000000000000000000565707b4ccfa3617745292b28e97891b8ee79aed6d8d 4,256 1.00/1.00 vMB 9
851,681 851,681 00000000000000000000517a6842f859d4b2935f6b6b1fc92bc572626f5a91f4 4,657 1.00/1.00 vMB 8
851,680 851,680 000000000000000000003ce2d607b33d16674953b5aea37d222d7acb2917ece4 6,591 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 783.06 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: 720.61 GB
    • Received: 18.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.