Loading Tool

Explorer IconExplorer

Memory Pool

28,968 transactions
17.84 vMB
0.04131521 BTC
Random Selection Loading Transactions
Max Size: 94.07/200 MB

Candidate Block

Mining Attempt fd897958fe61d1ea3ec4778911077540e5895e0104fa8eeb6ef079112c9c82fe
Version 20000000
Previous Block 00000000000000000001e35c56fee79bf0c8fc0be53126fb3bbbf415beca7a74
Merkle Root 6149e96ebff807414f846ffc2594658458c0024a6d5bd0be227cd439f4f4d4d5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,345
Size: 1.00 vMB
Total Fees: 0.00764886 BTC
Feerates: 55.17 > 0.77 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,142 (811,443 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
102,699 102,699 000000000001398d936256fed2a3a5396c35d75bb9244fb4b4d135dcae4be5f1 3 0.00/1.00 vMB 0
102,698 102,698 000000000000d29888d1db3d254804f0c0f06afb20c084f8786f84a6ba81add9 3 0.00/1.00 vMB 0
102,697 102,697 000000000002c09261ae2289a4a100c8ebd84f5fb05bffed526289fd8f99f6a4 6 0.00/1.00 vMB 353
102,696 102,696 000000000003fcabeb5c99d2b4d2db6ce1829b687c14c4efaef2752dfd26ff2a 12 0.00/1.00 vMB 0
102,695 102,695 0000000000030826726ed2670ae15f657c484a694c91075dd279bee6e6a8094a 25 0.01/1.00 vMB 0
102,694 102,694 0000000000018a0ef5eebedbb18d43d490085b32417c537beed6603e4a241427 2 0.00/1.00 vMB 0
102,693 102,693 00000000000019945c1a188c3dfd5e3fb7323967d9904d38a70eaf6f281ec42e 1 0.00/1.00 vMB 0
102,692 102,692 000000000002b67965e720078e81ae0acd9bad9918a62d189ff3eff1829d6a2b 2 0.00/1.00 vMB 0
102,691 102,691 00000000000376df7089d782d12925017f0a3c94ee5b365b33409b651746181e 1 0.00/1.00 vMB 0
102,690 102,690 0000000000003b9f4eb8a011f8e55ef9083a6ecdd9fd7bb56682f8111c11c31e 2 0.00/1.00 vMB 0
102,689 102,689 000000000000ce6c7636b26e5a707ae273f95df903a603e10ded49da131921e8 2 0.00/1.00 vMB 0
102,688 102,688 000000000003cb5dbb1163ce1334d30a0a4356cb5e68a9325fe744f580c59f7f 2 0.00/1.00 vMB 0
102,687 102,687 0000000000025e5fa4f27320016defe31e920e289f2fa338a0ceb825106a089f 6 0.00/1.00 vMB 0
102,686 102,686 000000000001a1d494ddf3ad010166f2ebfc9fd1cb78cd3e8aac7a68f21e54c8 20 0.00/1.00 vMB 0
102,685 102,685 00000000000111ea66f16a848168c4d3869b6776f977a65be7bb73181fe8c28d 3 0.00/1.00 vMB 0
102,684 102,684 000000000002bcf035e192bbcabe2f0a07a190fd18999f10bd5e18263fe121d1 1 0.00/1.00 vMB 0
102,683 102,683 000000000003bfe5cf2a9866a7876ba0fce128d8215b1dcdd893a02616c5c34b 1 0.00/1.00 vMB 0
102,682 102,682 000000000001f852074d28105d40940fd39e75985ca3cc49f658868c006f8c20 3 0.00/1.00 vMB 0
102,681 102,681 00000000000013b017d0b843f5aa6ec8328cd6a4a94db7f60afc5ea3f2185f14 4 0.00/1.00 vMB 0
102,680 102,680 000000000001fb4829fefd137f429d6f16788721e80ff106501dbd31af6a065e 3 0.00/1.00 vMB 0
102,679 102,679 0000000000010ff1e61f112b78ba5a63d9639f7abc4ce6bed2d5bb3e62713b82 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.85 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: 562.83 GB
    • Received: 7.49 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.