Loading Tool

Explorer IconExplorer

Memory Pool

78,463 transactions
28.83 vMB
0.10850282 BTC
Random Selection Loading Transactions
Max Size: 175.05/200 MB

Candidate Block

Mining Attempt 2933128f9404d4ebf22af40326b8c72dd63c59950ad71e2fece31b3c4e48be4d
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 58896030016a4030a8074e4103ef46a3f1dc1691167708e1546c208493afebab
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,095
Size: 1.00 vMB
Total Fees: 0.03842961 BTC
Feerates: 602.26 > 3.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (545,602 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
369,703 369,703 00000000000000000dfec5ac43c34c39550eba9b43a7e174fad6b487229413c4 410 0.19/1.00 vMB 37
369,702 369,702 00000000000000000e5d325c1bccf5c0420fbb3b1bfc25af5cf45b89b6e8c32d 719 0.38/1.00 vMB 33
369,701 369,701 000000000000000002dc79d23d4f2916eaf873a05a84edd0a966ee65f98e8ca8 294 0.12/1.00 vMB 37
369,700 369,700 000000000000000012cb9e5fd9f75df3c1304c2842aad1c269601d10c46db3ac 328 0.14/1.00 vMB 43
369,699 369,699 00000000000000000fd20588cac1839e35228300332d837eb2c0e19a3c13f20c 62 0.02/1.00 vMB 38
369,698 369,698 000000000000000012a66a3c0aecb9cc4060db2c116134a213a84c218425987d 128 0.06/1.00 vMB 44
369,697 369,697 00000000000000000a25411c0c3c369efaebdf3e2d51c7d9c1d588d6f9b483b3 116 0.09/1.00 vMB 104
369,696 369,696 0000000000000000126b179bce6a2024af12768e197f2abda680e047995f4624 1 0.00/1.00 vMB 0
369,695 369,695 000000000000000006b24f0ee06de099389fca5d094ab3f9b2fe72d8d29c587d 1 0.00/1.00 vMB 0
369,694 369,694 00000000000000000c89fec131602e7e3f0cf84184a13d0c87dac879a6f09913 1,015 0.58/1.00 vMB 34
369,693 369,693 00000000000000000e57ed5d0ddc13f8e311dc287f698d7d39e20312b0f54a95 343 0.21/1.00 vMB 41
369,692 369,692 000000000000000013f28722dd3e0c2d55be99961376accfb70c2379071f24fb 1 0.00/1.00 vMB 0
369,691 369,691 00000000000000000ae342d4abc5bbcd77f838fdaf4648bd06c31d9bd79ece22 852 0.46/1.00 vMB 38
369,690 369,690 00000000000000000ee800e20fa51929b44f44c76625cbb52f14f2357a1f45b2 1,262 0.65/1.00 vMB 38
369,689 369,689 00000000000000000bfaa9d7ab5a8fe564cfb9a56e94c0fd119041f5aaa6e390 1,344 0.66/1.00 vMB 41
369,688 369,688 000000000000000002c90d37298dace63a89fce6092473b882e8a221cee32d6f 52 0.02/1.00 vMB 36
369,687 369,687 0000000000000000095e704cb9a9ff4b3be74abbb7048b3cfac8f645da5daf54 423 0.22/1.00 vMB 32
369,686 369,686 00000000000000001063c76e07786600e6245738dccbce41edfa385ecc3a2f2b 83 0.04/1.00 vMB 32
369,685 369,685 000000000000000005e51c51ef1b95e8ca27b483c23aa711848e3a05326c8f10 1 0.00/1.00 vMB 0
369,684 369,684 00000000000000000800c77cffa75b87d314b0940d6d9b79d82feacdd71fcbf6 107 0.08/1.00 vMB 22
369,683 369,683 0000000000000000093f21c85ddee3c96898a1e66edb17ddef68a099429465fc 1,005 0.50/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.92 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: 714.40 GB
    • Received: 17.53 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.