Loading Tool

Explorer IconExplorer

Memory Pool

35,039 transactions
27.24 vMB
0.05681288 BTC
Random Selection Loading Transactions
Max Size: 136.56/200 MB

Candidate Block

Mining Attempt e2b5b4bf5d06324f373393a978da928c069144d870f0d7e1b7a02d2b05da2f30
Version 20000000
Previous Block 00000000000000000001cabb4e7f62bd7290563fae05cec6bc36b800b52776e6
Merkle Root 9e88959e3ddf92e3eee3628633443cce4b7dc07deb2044fa64f07715e424f0d7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,046
Size: 1.00 vMB
Total Fees: 0.00534732 BTC
Feerates: 60.13 > 0.54 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,635 (77,888 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
836,747 836,747 000000000000000000020ba4564cbc6a69d6df09ce15766f79b7f6ea3c7472b7 2,814 1.00/1.00 vMB 18
836,746 836,746 000000000000000000003007ecbe1b93ca958e0c9262202e2829e2be0006055a 2,318 1.00/1.00 vMB 14
836,745 836,745 0000000000000000000283ffb05bb3b0599a31e5e1dfc624ef97acdc5f1ce503 2,004 1.00/1.00 vMB 12
836,744 836,744 00000000000000000000866d928a0c97632c77c9e2ddd5ca35f756816f96fe5a 1,813 1.00/1.00 vMB 13
836,743 836,743 00000000000000000002f3966debde915c41d2bbf4612fd6be6f19773a6ceaa5 3,553 1.00/1.00 vMB 14
836,742 836,742 000000000000000000023187bb1a4f4af99c36850f4add6329ae3a26848928d3 597 1.00/1.00 vMB 9
836,741 836,741 00000000000000000000ef359cccf4e71a730f05f0c4b541040dd8f2e0dd28dc 3,335 1.00/1.00 vMB 20
836,740 836,740 00000000000000000002e9ed19be4ffa07d0e76d837d5ac7644b129ab5647fa9 396 1.00/1.00 vMB 9
836,739 836,739 00000000000000000000959f2e2e16a1942e0effee544182784dc3117c304ce3 3,115 1.00/1.00 vMB 14
836,738 836,738 000000000000000000023b2cc96eee0735b951f63bb5d0b3e41e968c013883d7 3,259 1.00/1.00 vMB 16
836,737 836,737 00000000000000000001b3d472222a303ebb3885724769b80af888dbbed0fe07 2,017 1.00/1.00 vMB 13
836,736 836,736 000000000000000000000d3f42244e9fe680433468230b7187c8603c08fe921f 3,089 1.00/1.00 vMB 13
836,735 836,735 00000000000000000001cb2f6df188f6206e1fa290eff7158b9eab4b17cae40e 3,899 1.00/1.00 vMB 17
836,734 836,734 0000000000000000000297a11c636b6605c5ea7c092a2dee0c47c4554f2d2e78 3,486 1.00/1.00 vMB 20
836,733 836,733 0000000000000000000020406e847a18997866c2897e575471b3b7c87c732191 2,788 1.00/1.00 vMB 15
836,732 836,732 00000000000000000000f7d522c8c1239e3c6a10eaccec7002ab1d3abfd4eb82 3,506 1.00/1.00 vMB 21
836,731 836,731 000000000000000000016adb5f5f7b4e860ef6602be3f075d3066a467207d795 2,680 1.00/1.00 vMB 22
836,730 836,730 000000000000000000025cdd74e8f114fbc0fb31b0032a6426a2c3902d2a24d1 3,231 1.00/1.00 vMB 20
836,729 836,729 000000000000000000030e88203a2304cc99932703c8fe5b48dfc95a3c74b620 3,022 1.00/1.00 vMB 31
836,728 836,728 0000000000000000000308b0635a41576c171922349c9b625aef7ca7131c5fe4 3,455 1.00/1.00 vMB 22
836,727 836,727 00000000000000000000bf4e536eacb22234351944635c7a917b7d971d8876e1 2,408 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 781.74 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: 630.59 GB
    • Received: 12.04 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.