Loading Tool

Explorer IconExplorer

Memory Pool

49,739 transactions
30.77 vMB
0.10297996 BTC
Random Selection Loading Transactions
Max Size: 164.70/200 MB

Candidate Block

Mining Attempt e6118223b942be2ce5bc573df6d0fb56b3a81a3197c064b84b6c13a691328f9d
Version 20000000
Previous Block 0000000000000000000132ab124e17e42052e9ae16d60ff0455651bf47e15c17
Merkle Root 2950c156d9a9e721511180c35bb60b8eafcacd3a21753415f284a77c0563d604
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,194
Size: 1.00 vMB
Total Fees: 0.03707838 BTC
Feerates: 101.56 > 3.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,853 (160,345 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
754,508 754,508 000000000000000000041462d97a8a5ff4982db2e0b6ecfb4175d900dd74114c 2,719 1.00/1.00 vMB 28
754,507 754,507 000000000000000000073939743830591ada8a0eff58024a0835cd518a3ad6ee 2,726 1.00/1.00 vMB 23
754,506 754,506 000000000000000000016d179e2666034b478abc49250dc53b1e489a64418742 1,572 0.53/1.00 vMB 14
754,505 754,505 000000000000000000039219cf648d5bc3883cf515b5a437e4bde0a7b062757d 171 0.23/1.00 vMB 3
754,504 754,504 00000000000000000000475d88bbdbea1d9f9f445e82af2758707371299db89f 2,497 1.00/1.00 vMB 13
754,503 754,503 0000000000000000000504c4f2fb095db96b62f234960043972e8c008f7183dd 488 0.30/1.00 vMB 16
754,502 754,502 000000000000000000058cc6c23e5bd27c44918ab0d66fcc67239410e30c646b 2,072 0.93/1.00 vMB 11
754,501 754,501 0000000000000000000388a5eee2fa944b873b30c2876ea754895ebb25f15760 994 0.36/1.00 vMB 15
754,500 754,500 000000000000000000061899b08e6e5d7a9806af300bc11c86ca861de5634beb 196 0.06/1.00 vMB 15
754,499 754,499 0000000000000000000049ead4d666894f6012d0f8694d8506022d5b92d939bd 1,301 0.86/1.00 vMB 7
754,498 754,498 00000000000000000008845a02a8e11437e6af36a46943f890baff97b71712b4 1,474 0.99/1.00 vMB 10
754,497 754,497 000000000000000000017e69a76536e7d745c1123ed30dc71a98814f889350ae 2,463 1.00/1.00 vMB 14
754,496 754,496 00000000000000000002fcb3e7f09dd47051aa11b79292fd88f427abf1bc224c 120 1.00/1.00 vMB 1
754,495 754,495 00000000000000000001964c2eef751dfc2038cb28f735ceb2e02814bc8df149 725 1.00/1.00 vMB 4
754,494 754,494 0000000000000000000688926f569fd48fdbf460878bf2a39851d530c3fccaec 2,478 1.00/1.00 vMB 9
754,493 754,493 00000000000000000005dcad0a55c05eee37f448f3d2e08c440061b898108448 3,492 1.00/1.00 vMB 25
754,492 754,492 00000000000000000002c04aa3589435057a3d32618bff779ca1af01f6a158ae 1,463 0.94/1.00 vMB 12
754,491 754,491 00000000000000000008466f7c02634f746a398baa336c2a0daed7fd391127fd 1,376 0.94/1.00 vMB 13
754,490 754,490 000000000000000000088ecad8a6f223800982c886ec7d62db5887ab71da9db2 458 0.16/1.00 vMB 13
754,489 754,489 00000000000000000001d4005598bd1b921c02d2dae322034e70694d40f09ee4 294 0.07/1.00 vMB 18
754,488 754,488 00000000000000000007ae51219ba0b3e1decb707b147476dcb1ef006e905829 517 0.13/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.13 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: 652.42 GB
    • Received: 13.77 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.