Loading Tool

Explorer IconExplorer

Memory Pool

77,703 transactions
28.59 vMB
0.09894857 BTC
Random Selection Loading Transactions
Max Size: 173.76/200 MB

Candidate Block

Mining Attempt 60438af50a2c9520ab3f3e03d6f135577cf1021cd658a268bcc7198f533d9d21
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 5dd9bd5094771aed67f7923388cc67cf02cf15052ffa8e1c3ed12bf5d4889864
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,900
Size: 1.00 vMB
Total Fees: 0.03340228 BTC
Feerates: 201.07 > 3.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (299,801 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
615,496 615,496 00000000000000000000e82d1697ec703232fcbd3dee690dc245900e8db97e88 2,592 1.00/1.00 vMB 17
615,495 615,495 0000000000000000000b8c8d8100579bcc86f8d35cb62c49e0e0a0260c7b00a7 1,716 0.52/1.00 vMB 4
615,494 615,494 000000000000000000083280b4878d5de6772fd1f37fb73b24ca4645167651c3 2,364 1.00/1.00 vMB 20
615,493 615,493 00000000000000000004646545335ea98820a83ce69d2d9f1900c59a2bbbf2b5 2,611 1.00/1.00 vMB 18
615,492 615,492 0000000000000000000c1ad28da4c6fe2bb239d30cb2dd75f4fdd5794c88ed68 1,175 0.39/1.00 vMB 16
615,491 615,491 0000000000000000000b861a02881acf0b6111bbfb8240430dac12ccc08ae676 1,724 0.54/1.00 vMB 13
615,490 615,490 0000000000000000000ba700069f0d0004e43b3ff7e442f941d1105b7b245e53 2,127 0.70/1.00 vMB 27
615,489 615,489 00000000000000000000074cec10465acc26a717b2c8e8be82ce1d4ab37daf62 1,507 0.52/1.00 vMB 13
615,488 615,488 00000000000000000001d2d2728cadf00f0cd6ac15fb472a7d06428ca854a2fc 1,500 0.51/1.00 vMB 13
615,487 615,487 0000000000000000000988223f487e0b8dd249e10646df878d8057e6cc8d58a7 2,814 1.00/1.00 vMB 16
615,486 615,486 00000000000000000011cfecd02fde8d9b3ebd916202828384927487542ba516 95 0.04/1.00 vMB 13
615,485 615,485 0000000000000000000a72987a7d6e706189ed215496839c96afd0a13743aa5d 1,094 0.30/1.00 vMB 3
615,484 615,484 00000000000000000010259402afa775c60d6663613a120f8d8f6017ad98971f 2,971 1.00/1.00 vMB 16
615,483 615,483 00000000000000000004900355073c841165b9de614d6b76a50052b59eb7c207 3,137 0.97/1.00 vMB 13
615,482 615,482 00000000000000000001d9d161b140ccd89cee6b7f8b6c6a8dbdb6c6f94dce66 1,265 0.36/1.00 vMB 12
615,481 615,481 0000000000000000000468f6409b82a66db29befdfc85136e4994b5bacfc78aa 3,096 0.89/1.00 vMB 8
615,480 615,480 0000000000000000000379ac5933ad0e62b6afe027c815073e5f1fc70d7ec216 2,561 1.00/1.00 vMB 16
615,479 615,479 00000000000000000007e8e5bb00ecee9a4385f53562bc699d9d1c90c420b47d 2,791 1.00/1.00 vMB 11
615,478 615,478 000000000000000000095c6d11d474e336285d1f368577b1f92e2d528b152f1f 2,701 1.00/1.00 vMB 20
615,477 615,477 0000000000000000000692664cb8ee08a497da762bbeb45886e59177000ae7f8 1,649 0.50/1.00 vMB 13
615,476 615,476 0000000000000000000fa4812d5462905c49106ec3a0c493a6e2e3914ac9b2a7 645 0.19/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.90 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: 713.73 GB
    • Received: 17.45 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.