Loading Tool

Explorer IconExplorer

Memory Pool

81,673 transactions
30.61 vMB
0.08301555 BTC
Random Selection Loading Transactions
Max Size: 187.27/200 MB

Candidate Block

Mining Attempt a577992e0cc36af384498e766e65954c6a2570d24bd1de55706e01a670d0b075
Version 20000000
Previous Block 000000000000000000012b8db8fff0c5a04419eeff4b82e3dbc3d9d67db2980f
Merkle Root 129d85edbbf96fa2d78dc8cab5c4d03ccc8ca4ab11b5e26fa53d698735f4e33e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,783
Size: 1.00 vMB
Total Fees: 0.01409553 BTC
Feerates: 150.61 > 1.41 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,358 (33,731 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
881,627 881,627 00000000000000000000159895800f0b85ebfe3681d7929337e275a5e89e0f43 1,697 1.00/1.00 vMB 2
881,626 881,626 000000000000000000026090bc7f1f924bec80e230b6ceeac8c446a166e8a394 2,959 1.00/1.00 vMB 3
881,625 881,625 0000000000000000000268c417631f99bfa70853e697c48686249cac5d09d4e7 794 1.00/1.00 vMB 2
881,624 881,624 00000000000000000001c4305c4846ce92736afc61760489923082a69565ed65 2,743 1.00/1.00 vMB 3
881,623 881,623 00000000000000000001686785246aa8c1b8ebaab8cb5a7886d99df43e11db57 3,075 1.00/1.00 vMB 6
881,622 881,622 00000000000000000002687cc7c75d01b6b7cb56d02a5bad6aaf02aad147dc29 564 1.00/1.00 vMB 1
881,621 881,621 0000000000000000000173b8c5f49787cc31e0d91ef38df384a0814d46dada65 2,882 1.00/1.00 vMB 4
881,620 881,620 00000000000000000000f3f1b8fb6b221f6c0b97d43a79a3b0cff6741036754f 3,821 1.00/1.00 vMB 5
881,619 881,619 00000000000000000001fbd3d7f3d74fdda4e9c7ad97436e8711c7e7fc585054 159 0.30/1.00 vMB 1
881,618 881,618 000000000000000000025c7729646e5a2dd635cd298590808f63bb172215b39d 1,680 1.00/1.00 vMB 2
881,617 881,617 000000000000000000005e3f7b3d2fd0e1c4ed514b5819e8b84922185106f5e4 3,635 1.00/1.00 vMB 5
881,616 881,616 0000000000000000000259fd114165331a73c9b54d0aed919f67eef37893f1ee 3,219 1.00/1.00 vMB 5
881,615 881,615 000000000000000000024c88cad0f4def67dfd4c5b22a4f3b0edf1d3da6e87d9 4,291 1.00/1.00 vMB 4
881,614 881,614 00000000000000000000f84327c17c79ac6c8a3c404124dcf7be43af88631767 2,910 1.00/1.00 vMB 2
881,613 881,613 0000000000000000000142e65c2e8cc9006c2971e3c9f654aee36fe8f417c003 731 1.00/1.00 vMB 1
881,612 881,612 000000000000000000008a57bbae40651a59a44a2fc5d2a763584e3d0c247ad4 2,573 1.00/1.00 vMB 3
881,611 881,611 00000000000000000001f1c5b9da874ba2fc4944d9bd418db94be582824a5942 578 0.26/1.00 vMB 4
881,610 881,610 00000000000000000000cab96e96a9f997aa1163e1cf217a6e027354d3f1553b 2,614 1.00/1.00 vMB 4
881,609 881,609 0000000000000000000162c06c0348400d507a85eb29ebd39ee51ae77d7664e6 287 1.00/1.00 vMB 1
881,608 881,608 00000000000000000001f748a2595cf8165899a6eaedff26340d1dc499917189 2,433 1.00/1.00 vMB 5
881,607 881,607 000000000000000000022bbe29f83ca5dfabc253ae481cb6f462d7001405b817 1,105 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.01 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: 718.90 GB
    • Received: 17.99 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.