Loading Tool

Explorer IconExplorer

Memory Pool

44,691 transactions
27.30 vMB
0.10125769 BTC
Random Selection Loading Transactions
Max Size: 143.08/200 MB

Candidate Block

Mining Attempt 9c4dd7f2b21266d7d8438c577dd7e58c07c610585f2bb85c9de58051f413a977
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root 93809c585143f024da5fd848ee03d0b793e45848be1e26500dea126f06bc5643
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,600
Size: 1.00 vMB
Total Fees: 0.04599997 BTC
Feerates: 151.16 > 4.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (385,124 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
529,745 529,745 00000000000000000007dd14af0a51e6c257fa1052ac7dcb10685a8dfc7e18df 1,883 0.75/1.00 vMB 31
529,744 529,744 000000000000000000345856b60565f2a995db6fe1c0d3cd2faf1d0719ba6607 973 0.64/1.00 vMB 38
529,743 529,743 00000000000000000015ca023e131d66d29c53f2604a8a79564378142c49e932 106 0.06/1.00 vMB 15
529,742 529,742 00000000000000000011c4b5fe9245a0c75b2412a7edd2250920ff68bf8a6e25 764 0.47/1.00 vMB 16
529,741 529,741 0000000000000000003676c154c8328cc203e462d3aa78cc5d87684843b2a4c4 234 0.15/1.00 vMB 49
529,740 529,740 00000000000000000025ae6234b0cf99d401aecc5a095767bb4e630efc981123 17 0.00/1.00 vMB 12
529,739 529,739 000000000000000000131f1aae5666a5e061451648d6f368c22c2852b70f1032 360 0.14/1.00 vMB 26
529,738 529,738 0000000000000000002cd8ff53cc1541dd76a1238190fe8076de0267ff97e955 464 0.23/1.00 vMB 28
529,737 529,737 0000000000000000000b7d8fb4c1998eda38bc320b929212b810f7c41b7334c2 1,099 0.65/1.00 vMB 30
529,736 529,736 00000000000000000031eec6639221a58ad78d6505173a650948b4e8e999fbec 1,005 1.00/1.00 vMB 1
529,735 529,735 00000000000000000026cfbc9d64f1edc8e0410b96ee188c9e82c6184d1a691b 2,442 1.00/1.00 vMB 10
529,734 529,734 00000000000000000009529e8857322b3af945c474ca4df438de7635e6e739e1 2,972 1.00/1.00 vMB 38
529,733 529,733 00000000000000000025700ddc54845c0dd452a66a743e4a1e6f00a6d9c43a1e 2,428 1.00/1.00 vMB 65
529,732 529,732 000000000000000000153fa3f6ab46f42e2634e9d92ecac30bf370b9ca2a2d9b 1,718 0.81/1.00 vMB 29
529,731 529,731 0000000000000000001545ec32533116e884755c74e4fc7e3c23f7176ca863c2 779 0.60/1.00 vMB 12
529,730 529,730 0000000000000000001cfc58a5d628751b7c463eaad61f5fd7b355d074db9e4b 1,991 1.00/1.00 vMB 38
529,729 529,729 00000000000000000018d97deda4814c9783fc657f8d9949ce942e13fc2bd954 1,470 0.85/1.00 vMB 23
529,728 529,728 00000000000000000024f3a1b7fa91de16ba324d8842bd7e83fb2a1d84719265 1,817 1.00/1.00 vMB 35
529,727 529,727 00000000000000000030b1c1791550ae65d2b495a962a12ff788c4015de92da5 1,319 0.66/1.00 vMB 16
529,726 529,726 00000000000000000015a2e881825f2e687fe84be63ee7f1e60983a581f4c9f0 2,158 1.00/1.00 vMB 52
529,725 529,725 00000000000000000019b9e305570d64d69ae81da9b8daf274f77ef73576d2fd 1,389 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.16 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: 653.27 GB
    • Received: 13.85 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.