Loading Tool

Explorer IconExplorer

Memory Pool

39,033 transactions
27.11 vMB
0.07148440 BTC
Random Selection Loading Transactions
Max Size: 139.33/200 MB

Candidate Block

Mining Attempt 27cd40c9daf118c6065207a6b742cd86f20f506180d473116bd405aeb2ad9822
Version 20000000
Previous Block 0000000000000000000117e35ba6b6f76113adff270db22d62cb0c4cdeb553ac
Merkle Root e6bceb6a8cab2933e203e6cda1641f7d3ddd510e2e3fd2f80e780dcf1b17267c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,276
Size: 1.00 vMB
Total Fees: 0.01920402 BTC
Feerates: 100.53 > 1.92 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,303 (825,352 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
88,951 88,951 0000000000081152808a968ae0b57be59ada6cdf8eb925d4af9bc78e4e2daff2 1 0.00/1.00 vMB 0
88,950 88,950 000000000007ff1b8226b9c84c92469b0202ffaa86e1f1b22e3bfb173f8f9c84 1 0.00/1.00 vMB 0
88,949 88,949 00000000000f867ec9c53be3f20d247adb8fdb3314c277e9f44840ee3ef28af1 1 0.00/1.00 vMB 0
88,948 88,948 00000000000fc301d3dd8bd39030d166d6684c2108d48679793b3d7a3fc2a21c 1 0.00/1.00 vMB 0
88,947 88,947 000000000013be6bfa77dde2aab7dae0f65439683b2625e5df9cbe56598278f9 1 0.00/1.00 vMB 0
88,946 88,946 00000000000724c772e0c5ea30305fe4949457f835f307b2594215433bc15e31 1 0.00/1.00 vMB 0
88,945 88,945 00000000000091715df56f0d0a1738da6fbef1a29b789dc6fa03fbb21401e0c1 1 0.00/1.00 vMB 0
88,944 88,944 00000000000abd30fd5703c24ccf753e9fbe706903893ace5e430f3833bf1230 2 0.00/1.00 vMB 0
88,943 88,943 00000000000eea3e88a83e4a53ee9521a356f8544a5a3891e2025ba4f49281fa 2 0.00/1.00 vMB 0
88,942 88,942 00000000001428a932eb798f3c18788987e112104c1345907ed6ea47b30dbcb3 1 0.00/1.00 vMB 0
88,941 88,941 000000000001da9d3ac7f164f58ffceabbfbb65bc43899964688462867e38618 2 0.00/1.00 vMB 0
88,940 88,940 0000000000090bc5ed3aed24ad0eeaec1bd210e79efc5533524bbbb2963be819 2 0.00/1.00 vMB 0
88,939 88,939 00000000000599fe3d64eea17b6ff2550c6b1ed68b2bc4b1767ede36f155e0e1 1 0.00/1.00 vMB 0
88,938 88,938 0000000000073a771e4a12c8d26ec99e090b9070b9eadfd8ac15779e609eb604 1 0.00/1.00 vMB 0
88,937 88,937 00000000000a87c771616c07cb61cae5e5a150f20bcbfdf700ab7e44edc63deb 1 0.00/1.00 vMB 0
88,936 88,936 0000000000078d884b64033931a428018eab8b84dd6f6d98938af1765b85c9bf 1 0.00/1.00 vMB 0
88,935 88,935 000000000009cc032e7b55c4276827b67491b5ea9bfbb8e4f4ea0974149c9e55 2 0.00/1.00 vMB 0
88,934 88,934 000000000008e3884bfd146041b16a93d2a34bb8a4a974f81eeb7049b8d89c5c 2 0.00/1.00 vMB 0
88,933 88,933 00000000000de88df2fb87104716e89f913c85ce11e45eb69e2117c61b7519eb 3 0.00/1.00 vMB 0
88,932 88,932 00000000000fd5560803bc524b1573b0d136ecf4792bc8ca50387fd24ec67eb4 3 0.00/1.00 vMB 0
88,931 88,931 000000000006eaa5e638c6bdcfedaa259fed3cbb61ecabd6d599113220982864 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.13 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 581.28 GB
    • Received: 9.05 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.