Loading Tool

Explorer IconExplorer

Memory Pool

78,205 transactions
29.50 vMB
0.10722615 BTC
Random Selection Loading Transactions
Max Size: 177.70/200 MB

Candidate Block

Mining Attempt abf0f62dabebfae053b578b2265b38a15df03204f5a39d3e93060715cb53436d
Version 20000000
Previous Block 00000000000000000001cb1113c5ea661c59a8a02a5c9ba097352d884515177e
Merkle Root 329d3ef6592c5f739b7bcd6a0547c56fdff8555983fbb2800b6d7cdce5ebf8b9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,486
Size: 1.00 vMB
Total Fees: 0.03017295 BTC
Feerates: 151.12 > 3.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,271 (881,578 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
33,693 33,693 00000000861b149eba17b1a4bd3b573475f81c3f3294aa0ef9c9404b59c76c17 1 0.00/1.00 vMB 0
33,692 33,692 000000000330cc3336211a8debb366e8a814e942a65964d0cca85718a0b2161c 1 0.00/1.00 vMB 0
33,691 33,691 000000004beb49a3d08697b3e9d28fbd60a569a393912ab39169d23ab1b8e330 1 0.00/1.00 vMB 0
33,690 33,690 000000004848b36e1e9e77b168d761fec2867c9dd64e23b706252107e2ec37a2 1 0.00/1.00 vMB 0
33,689 33,689 00000000716e2c4e34bbaeeb8ee1723259b5e73ac5d6c905bdb11e444cd5a537 1 0.00/1.00 vMB 0
33,688 33,688 000000004f5174e6cf360849f704af54a28d07c087b79524c9d15414c9b76e36 1 0.00/1.00 vMB 0
33,687 33,687 000000000d71a5d1af5e30cc216814c355811c83c5265dfe7c7b4e648a2c2b16 1 0.00/1.00 vMB 0
33,686 33,686 0000000080913bec1c04dff83ba1df4a3d82454a6dead0e009596474d2f95d0e 1 0.00/1.00 vMB 0
33,685 33,685 000000007805bf44eae3b3aafa081cb41ee4486054b07f2aad82a72a5f04bfc7 1 0.00/1.00 vMB 0
33,684 33,684 00000000c4e9670ab413277de31a2f726bdbaed4579df12f355b1c70713ea3cb 1 0.00/1.00 vMB 0
33,683 33,683 0000000094871ede1dc3c53ffde2186c635000077555bb9e222b861f01197f2e 1 0.00/1.00 vMB 0
33,682 33,682 00000000789eede63c99b0df5fcd246ecaba40849f4b80a0c1d851a0a31a6847 1 0.00/1.00 vMB 0
33,681 33,681 0000000009802bda88166335dd7cd225b3816395821ba577f6ee4e56118c0705 1 0.00/1.00 vMB 0
33,680 33,680 000000002e3140c88eb1c253e755682b7e7ced38dfdba593b92c31b454a0fa2b 1 0.00/1.00 vMB 0
33,679 33,679 00000000745e57c518535a9d7ca2ff7f34575ba1663646fb2c5e454ae8c78e7b 1 0.00/1.00 vMB 0
33,678 33,678 000000004ff49b248dcd8c14ad69dd9e522e898c33265d8e81f3d5736bea07be 1 0.00/1.00 vMB 0
33,677 33,677 00000000ca2579b0a67e102ebb9a8c053541c9fccd4e1eb408a129b8ce744e53 1 0.00/1.00 vMB 0
33,676 33,676 00000000a41615509674c41b8c63a80e32549b0cb95df8a01ed3a1eec12575bd 1 0.00/1.00 vMB 0
33,675 33,675 000000006cff167a9d074f9d49825d958c66a1d6e0f181e786f15a067e432728 1 0.00/1.00 vMB 0
33,674 33,674 0000000039db2f358ece6331145f40fbdb4e53d6fa415bdb4209ab113ac0a91f 1 0.00/1.00 vMB 0
33,673 33,673 000000009e959427f6289b1e587c21b98d87c49947bfe4d25163139466489741 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.86 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: 712.97 GB
    • Received: 17.26 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.