Loading Tool

Explorer IconExplorer

Memory Pool

59,774 transactions
34.60 vMB
0.13754373 BTC
Random Selection Loading Transactions
Max Size: 182.65/200 MB

Candidate Block

Mining Attempt 1a686e8307000c0d40703a913c1a1d2c8306ca1b890f30bbf9925f9aacf25a2c
Version 20000000
Previous Block 000000000000000000015efc7cee96fe97f72a9b5f9a898c6960c3e5060701f4
Merkle Root fa371d49696380221d8dd032b15665aa13a6d36806b979204a58b651af8125d8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,578
Size: 1.00 vMB
Total Fees: 0.06540345 BTC
Feerates: 1,471.76 > 6.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,417 (858,300 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
56,117 56,117 00000000087ae5054c208ebd0cd09b250dd55170809a65e0233798dbc5d43137 1 0.00/1.00 vMB 0
56,116 56,116 0000000012ba1ce60a786eb3da72cecc99243e2aea8ebb14ee848414857a5902 1 0.00/1.00 vMB 0
56,115 56,115 0000000007fee24666f5efa2e283e37626ff4b2436228b9030776dc163f79792 1 0.00/1.00 vMB 0
56,114 56,114 000000000f680d8e4a91acd2506f3c6a45ce4747344f75a3edb916484c8fb2df 2 0.00/1.00 vMB 0
56,113 56,113 000000000ea5c060dd0dabe5eaf8a577fa7795e843ccd5129163dded2fdb04c1 1 0.00/1.00 vMB 0
56,112 56,112 00000000058529dec6ee6c4ec44cdc34d96e860ce1f3db58ae1b24b67da11e32 1 0.00/1.00 vMB 0
56,111 56,111 000000000dfc809c792695cf70c21ac1939e6a102fd9fe8e2ee44830d1b54b0b 1 0.00/1.00 vMB 0
56,110 56,110 000000000062c9a21679da95d045be9a3f0eefadbf538a903fbb13a75fd552ac 4 0.00/1.00 vMB 0
56,109 56,109 0000000003e1e71bd8d689e838ba4b35927627707e0dd8af10fd119157dd252f 1 0.00/1.00 vMB 0
56,108 56,108 0000000006888371e65f0295f58908004d7c29cc666fe29fd9f80b8effed5824 1 0.00/1.00 vMB 0
56,107 56,107 000000000202fb03ca926e3f6792b7aaea3352ac186d1e145d3f8388c650f531 5 0.00/1.00 vMB 0
56,106 56,106 0000000004bbeecd47acd0a6af0783cec68952e4aefdbeaa8f4f4b67ed9eb96c 1 0.00/1.00 vMB 0
56,105 56,105 0000000010ee1f939bb445a07b6008a5897ecc812e92977f5cf41b5ef406e3f6 1 0.00/1.00 vMB 0
56,104 56,104 00000000072398ef4f19aeaa5312f886525e60fda693d7b0252a981693b34f7b 1 0.00/1.00 vMB 0
56,103 56,103 0000000002a2829b4ddf169e124abcce4af2a59f00f7038e41e29cfdb9cdab9c 1 0.00/1.00 vMB 0
56,102 56,102 0000000002681c9a5603cc5701239fcce5a85ad4a50a9935c5cc98deee8abc67 1 0.00/1.00 vMB 0
56,101 56,101 0000000007c505cceec93b386fce41a89be522e8af80eb1d81e81fdb7f1e5836 1 0.00/1.00 vMB 0
56,100 56,100 00000000101f59e944f7069d4e34cc403eaeabfc89db6607ba53aefb4da81fb5 1 0.00/1.00 vMB 0
56,099 56,099 0000000002c23c744096dd548d05dce66abf68481af4b9118064d1a2b19fd675 1 0.00/1.00 vMB 0
56,098 56,098 0000000013b274b20e2f62e9f2e68abb5e22822f31ebced802e337fb336df7bf 1 0.00/1.00 vMB 0
56,097 56,097 0000000000d4f6df6717fa89f0298f112c30a411d419eaa31d475932a72aa5f0 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.34 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: 601.89 GB
    • Received: 10.22 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.