Loading Tool

Explorer IconExplorer

Memory Pool

45,096 transactions
28.61 vMB
0.09514513 BTC
Random Selection Loading Transactions
Max Size: 150.06/200 MB

Candidate Block

Mining Attempt 38b5d3a24fb1591259b83a02c5967ee0611c5c29baa7687d80971adf25cb5db2
Version 20000000
Previous Block 00000000000000000000686bed0627151f22dbb88dc97c9a06af7e0389956d6c
Merkle Root ea4c7d95eb30d80aaa01bbc4adab97ea568889d0a3a75458cb7309a23c506aaf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,583
Size: 1.00 vMB
Total Fees: 0.03936121 BTC
Feerates: 101.65 > 3.94 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,260 (795,547 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
118,713 118,713 000000000000a2012ee9ea2eafe080431090ce1383551eee744d5305b3190053 1 0.00/1.00 vMB 0
118,712 118,712 00000000000040a3875b80d60b39d46315de91467bbba29b42a02312218a8f79 27 0.01/1.00 vMB 0
118,711 118,711 000000000000caf1ec1912706a498980f47f6b9b9d1f6a931ad5693ebb700bfa 5 0.00/1.00 vMB 0
118,710 118,710 000000000000c0d92362b87f59ba03c21db56014009effc7fa3f2c7e9efb3a1a 11 0.00/1.00 vMB 0
118,709 118,709 00000000000017ff9a3f879a4c6c1c2a29adb6572891b03f862051327e3f48b5 11 0.00/1.00 vMB 235
118,708 118,708 00000000000065648517e0e6c83a0b804c432a46b065ec69dadecfa9084482b9 3 0.00/1.00 vMB 0
118,707 118,707 00000000000006ece324ebf68e0a6a872e96a301bae6a631bbde44b4b63f7d9f 21 0.01/1.00 vMB 119
118,706 118,706 00000000000094b22ba61885a466da4b323324ee95105c90586d1bae23d001a6 11 0.00/1.00 vMB 530
118,705 118,705 0000000000004aeaafef8ac46735cbc05f5ca1163aeef74d9853131c413e1e89 1 0.00/1.00 vMB 0
118,704 118,704 000000000000576af24a5d2cf35f3b2890ae034d1d1250310cc0d959ed0f1bfa 2 0.00/1.00 vMB 2,272
118,703 118,703 000000000000017540451ec11c0386bdef9ecac222d30d03f632d1a23968b054 10 0.00/1.00 vMB 0
118,702 118,702 0000000000004bb2eda7530f52bf5566161b6d74e752afdaf9656e16c96928ae 11 0.00/1.00 vMB 0
118,701 118,701 00000000000020304684a71d9b8a736c5088d76fb4c6d864f04bcb75d2e20fe4 6 0.00/1.00 vMB 0
118,700 118,700 0000000000009ccadd6fb21182b99d8851dbb9019ac5149559c0b95e4c4a83df 130 0.04/1.00 vMB 0
118,699 118,699 000000000000a020ca188d4b4f12d7fa9fdf93960c5533ee0e412b0348ca3bb5 1 0.00/1.00 vMB 0
118,698 118,698 000000000000698683cd4e1976159eccdf0ce39a1127a834923afa0a09a141c3 23 0.01/1.00 vMB 637
118,697 118,697 000000000000828b931026b0b45be711cff89c05a5f10206a09784deedba8964 10 0.00/1.00 vMB 0
118,696 118,696 0000000000007fc49377c88d99e32069a9a492fd6921db037c9be09edd8f8891 10 0.00/1.00 vMB 0
118,695 118,695 00000000000059d7678f3f2213be65eaea78de0c4a50b197a6b5ae060123e04c 15 0.01/1.00 vMB 0
118,694 118,694 0000000000007ffa5684bdbfe88877c3008a3c296185cdc1300c20a34d162178 13 0.00/1.00 vMB 0
118,693 118,693 0000000000008a49405bdae34d262753fe8340e9f7abd3e806f1f40fdd36930c 36 0.01/1.00 vMB 643
Previous 10 blocks ↓
Total Size: 781.05 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: 577.65 GB
    • Received: 8.63 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.