Loading Tool

Explorer IconExplorer

Memory Pool

81,505 transactions
31.63 vMB
0.10481464 BTC
Random Selection Loading Transactions
Max Size: 188.90/200 MB

Candidate Block

Mining Attempt 58b65dca1e716af2f9c9740f2c48dca8aba4ed256987c4287260f4b7ce373e4f
Version 20000000
Previous Block 00000000000000000001cf5b7d2a37dd298e1ce67799bbd6505a6dc760cb69ff
Merkle Root 7ae4954e613f3f903f9615007be1b1ac1f6c1b1a593bce01c15f2bdd38e89056
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 986
Size: 1.00 vMB
Total Fees: 0.02313650 BTC
Feerates: 711.74 > 2.32 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,377 (34,635 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
880,742 880,742 000000000000000000025575666ac494c9443d7c889878dbd239e7eedd0d35a7 2,403 1.00/1.00 vMB 4
880,741 880,741 000000000000000000023c9c70a0530c2dcb855e538a9e602f30eca6243274f3 3,687 1.00/1.00 vMB 6
880,740 880,740 00000000000000000001caa6dd86d851374a8fbf7e314d8ffed3848e4a1b2afa 2,103 1.00/1.00 vMB 3
880,739 880,739 000000000000000000019d9a6b7ab152e3086cc33a62cc280731a2ef35074f15 3,691 1.00/1.00 vMB 7
880,738 880,738 000000000000000000005bac94414e1b9ab0975dc81fb6c16dc8bbfa3a83d298 2 1.00/1.00 vMB 2
880,737 880,737 000000000000000000021d90b8b76975ed2db74fc44d2142158d83c66df4ba41 1,203 1.00/1.00 vMB 2
880,736 880,736 00000000000000000000b3652529b2f04f0c2fbd5a1dcb9f777d96cbcf2d0cbd 1,036 1.00/1.00 vMB 2
880,735 880,735 000000000000000000025a079eb2f65a6680a85f0a29f78c25a5f0c08be47723 606 1.00/1.00 vMB 1
880,734 880,734 000000000000000000006f0843bd337a7e04167613dcdd6afe85838e47a05bb0 1,964 1.00/1.00 vMB 2
880,733 880,733 00000000000000000001c52949ad6f42a1deab8b677b9de5d9a98c5e26f644f6 2,356 1.00/1.00 vMB 3
880,732 880,732 000000000000000000023a2a98a29181eb7a0c7e3ad68be84b9d0468853e3d27 2,876 1.00/1.00 vMB 4
880,731 880,731 000000000000000000027480b6935af7cd1d77db55e37c66f1909ec386b077da 267 1.00/1.00 vMB 1
880,730 880,730 0000000000000000000080d66648caee80f0667c93d3b27cf1117fb52c9ff752 1,422 1.00/1.00 vMB 1
880,729 880,729 000000000000000000000f755c03b98d78fdc4e15c8f21f5961d929b5a82e39f 1,993 1.00/1.00 vMB 2
880,728 880,728 000000000000000000027ce194376451f5715c453cdfbdff565bf4d619672661 3,124 1.00/1.00 vMB 8
880,727 880,727 000000000000000000004b7a81b03024012f55ba6d052b2704076bdada368b28 1,053 1.00/1.00 vMB 2
880,726 880,726 00000000000000000000953c7c4013b0dc6e7f4d1b9c15b02657a90f0847d86d 2,187 1.00/1.00 vMB 3
880,725 880,725 000000000000000000002b0583452507d81fcb32ec47c7eacc1777117813c141 1,969 1.00/1.00 vMB 3
880,724 880,724 000000000000000000016c67e2d5b76907ea5b1e38ae3324518bd733509d8095 2,725 1.00/1.00 vMB 5
880,723 880,723 00000000000000000000effaab99a60db3cf537bf3c299cc3ee7a538fd6b340e 1,016 1.00/1.00 vMB 2
880,722 880,722 000000000000000000021b6907ea1b6f7dd889395f370168bf692a3073503791 500 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 783.05 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.47 GB
    • Received: 18.17 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.