Loading Tool

Explorer IconExplorer

Memory Pool

80,167 transactions
29.81 vMB
0.08353666 BTC
Random Selection Loading Transactions
Max Size: 179.12/200 MB

Candidate Block

Mining Attempt cb0037805fd93b4f349a2c15b14e44d770bf7b537893946a4ea71863533028c1
Version 20000000
Previous Block 000000000000000000013cf702d9414db714b4bbb933ec22a416aebfd32738ef
Merkle Root adeccd6b0465071f542e9e5a8219c7ebcb1ce329df6090dc334859a7b0ba4fc1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,973
Size: 1.00 vMB
Total Fees: 0.02278920 BTC
Feerates: 502.65 > 2.28 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,010 (306,309 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
608,701 608,701 00000000000000000003914f2d08b40f1733de9521d27775ae3de454ff78dffb 2,961 1.00/1.00 vMB 16
608,700 608,700 0000000000000000001288eefe8228b13465399da65765be2bc367aabfe7c12f 3,296 1.00/1.00 vMB 30
608,699 608,699 0000000000000000000e3c1f6b56d0ba6c133b2e4739c9802166a88e504045f1 2,711 1.00/1.00 vMB 25
608,698 608,698 0000000000000000000ba762ad0c88a0ff0a7c9ea00c32ef37f6cdfb8ae84bdd 3,251 1.00/1.00 vMB 24
608,697 608,697 0000000000000000001282022c4e052fc763e6b9be3347db131b4867e5385ffe 2,699 1.00/1.00 vMB 36
608,696 608,696 00000000000000000014588efc24a23410e60bfa936b060814f58bd5c02be58e 3,180 1.00/1.00 vMB 12
608,695 608,695 0000000000000000000130e7eac6d31248ace446ae8c09a1296b3c36de30baa8 1,226 1.00/1.00 vMB 15
608,694 608,694 0000000000000000000ded00c7a5a06dcfc18c7143e7ca68c5c5590e9ef1e5ba 2,624 1.00/1.00 vMB 23
608,693 608,693 000000000000000000032c81915823cb95d5e953705312b54fbcab8428987ab2 1,850 1.00/1.00 vMB 14
608,692 608,692 0000000000000000000d509d4070f2c886a4f9a0d7046f5ac516a3bdc4de380b 3,360 1.00/1.00 vMB 26
608,691 608,691 0000000000000000000ddbb24c05a2296d832e2a3cad17a0d4ed11c8e9c4a1ed 3,185 1.00/1.00 vMB 25
608,690 608,690 00000000000000000012e35f6274612b57c30abad862da0a3e96301ba97483e7 3,294 1.00/1.00 vMB 33
608,689 608,689 00000000000000000006be6169b8be20d295e6fa8907d3b4b6e62d72576338de 1,966 1.00/1.00 vMB 20
608,688 608,688 0000000000000000000a8aa0abb4d275c3ce98edfaffc013f8a3e12227f79ddc 2,834 1.00/1.00 vMB 21
608,687 608,687 0000000000000000000c88b35baa7503d7f70d1a81e5d2141918dae1826aba37 3,325 1.00/1.00 vMB 22
608,686 608,686 00000000000000000001c67a192b85912d9f03666cd28ac946218397edc98fb6 1,766 1.00/1.00 vMB 21
608,685 608,685 000000000000000000021480437e07988612c119625d11193a970fbc3c361619 3,377 1.00/1.00 vMB 28
608,684 608,684 00000000000000000005ea770a77a4fd36d0cf756ffb07e5f0b28cf4c86b8003 2,649 1.00/1.00 vMB 37
608,683 608,683 000000000000000000138a7fe9d2dbeeda932604bbb46931c98cce31b7a68dd3 2,674 1.00/1.00 vMB 17
608,682 608,682 00000000000000000006d89c2d0921bfa6b1db9880212df05f0b265ccc0ee987 3,283 1.00/1.00 vMB 22
608,681 608,681 00000000000000000009a2dcc1c0fee8a29d63e5c8c139134c98250a784c0d69 2,796 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.41 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: 665.18 GB
    • Received: 15.09 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.