Loading Tool

Explorer IconExplorer

Memory Pool

32,507 transactions
29.51 vMB
0.07747867 BTC
Random Selection Loading Transactions
Max Size: 160.16/200 MB

Candidate Block

Mining Attempt b656c00e9f5cc006a145fa30cead0a786e5a88c4dd430eeffd85c3caaaf41bc6
Version 20000000
Previous Block 00000000000000000000703d366a0f2e9456ff49d30436c15ad4075d0630f92d
Merkle Root d27f6552b7ba65ccb83b9ab8983fe865910c7c8607029f145a9085add86cdaf2
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 3,861
Size: 1.00 vMB
Total Fees: 0.03813792 BTC
Feerates: 200.00 > 3.82 > 0.88 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,301 (171 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
939,130 939,130 0000000000000000000030bde6b679776d232c72df6510658e74b40250a3e9a0 3,447 1.00/1.00 vMB 3
939,129 939,129 00000000000000000000b5daac441acae0f9139b3d16155facda00d5da2ca9ac 1,156 1.00/1.00 vMB 0
939,128 939,128 0000000000000000000171b9e68f1047217052abc16922041787e58c1ee456fe 1,845 1.00/1.00 vMB 1
939,127 939,127 0000000000000000000046b5170e1783a8472fa5c2506a0ca2774350c8783c8f 3,242 1.00/1.00 vMB 1
939,126 939,126 00000000000000000000e9506b89332a3548ab0e7245537a2a0c1b2b38544e9c 2,741 1.00/1.00 vMB 1
939,125 939,125 000000000000000000003bf54f7b3e6de0049b981f269ca50dbbe816992f81a1 1,854 0.58/1.00 vMB 2
939,124 939,124 00000000000000000000404a00664b9602d09ae70452687a109d02c3eadca271 1,310 1.00/1.00 vMB 0
939,123 939,123 000000000000000000009ea079d0c76418c9757cae957bc0b19a6709e18e9e85 2,206 1.00/1.00 vMB 0
939,122 939,122 000000000000000000009f453c0ea4ad23ca2538e1d32bdbe1f0ae6ad9fb9669 2,688 1.00/1.00 vMB 1
939,121 939,121 00000000000000000000549ce6637a17de75c753c0ed72a97b28fb4631b78b41 2,449 1.00/1.00 vMB 1
939,120 939,120 0000000000000000000189923979a87ea20ec19a7308ee560b525d303fa3bf2a 1,575 1.00/1.00 vMB 0
939,119 939,119 0000000000000000000037d659ff01e9013f7dca3dbfb57d2bd23510fbb74e6f 2,165 1.00/1.00 vMB 0
939,118 939,118 00000000000000000001ae44a5d5a768e7db0ba06646dd9b417e8606b5742933 2,719 1.00/1.00 vMB 1
939,117 939,117 00000000000000000000a1c4da2b4ed8ac190974bcd36837444669bdecf58d6a 1,719 0.59/1.00 vMB 2
939,116 939,116 000000000000000000015946a99d3c8eb211adb3b1b38e7b021753d59888cd5c 3,071 1.00/1.00 vMB 1
939,115 939,115 00000000000000000000271c7f437d8d2d31a8404e195f27a6fbc6a57c505713 2,605 1.00/1.00 vMB 2
939,114 939,114 000000000000000000016ad86fb9957bfd845081d152d09f2b6098f8c7a6d757 3,373 1.00/1.00 vMB 4
939,113 939,113 0000000000000000000186d6add54fab1ce52e4da24da0e760432e22261e0ece 3,839 1.00/1.00 vMB 4
939,112 939,112 00000000000000000000fb53a9d4440fffeed340764f14bcd38c6f0f1456086d 3,379 1.00/1.00 vMB 3
939,111 939,111 00000000000000000000043dbe58e074d6bce5e07b6d24ec2803091fb01923a0 3,361 1.00/1.00 vMB 2
939,110 939,110 000000000000000000016d1e34a3b20f32377fc68d4760a67fb4d460d8b48a60 3,731 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 825.45 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: 4,248.59 GB
    • Received: 233.75 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.