Loading Tool

Explorer IconExplorer

Memory Pool

42,078 transactions
28.75 vMB
0.07278088 BTC
Random Selection Loading Transactions
Max Size: 146.89/200 MB

Candidate Block

Mining Attempt bec7e5e46e6c51a984b47767fed1a0ab346eec401dcd789a94608bd81c6be13e
Version 20000000
Previous Block 00000000000000000001064b98061a9986019af96532560f736a38d93be7743f
Merkle Root ab81ad10d27a08d9e4e7383e9dc40101962dfc77266370084bb6ccace53a4a8c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,524
Size: 1.00 vMB
Total Fees: 0.01687655 BTC
Feerates: 104.56 > 1.69 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,630 (342,471 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
572,159 572,159 0000000000000000000d3f9e5dbd43f72cd537032a94b86fcfc99d14a8dffe3d 3,000 1.00/1.00 vMB 67
572,158 572,158 0000000000000000001b6d503ac7dd28bc3809e02a8501b2f7a45c097c51f4b6 3,117 1.00/1.00 vMB 84
572,157 572,157 00000000000000000022c97df79ff34f1cd97eea1f1436ed7488c6953fcd3373 2,160 1.00/1.00 vMB 61
572,156 572,156 000000000000000000174484ff74b6f73734d2e4e99a2b1e6b6a2c40eb970b72 2,806 1.00/1.00 vMB 56
572,155 572,155 000000000000000000023ac8a3e95fdab79d05de8f90c3ce6aed53b0545730db 2,781 1.00/1.00 vMB 92
572,154 572,154 0000000000000000001d4f9309d3fd1d3a17abb207c8f2df22d459720020d350 2,205 1.00/1.00 vMB 63
572,153 572,153 0000000000000000001a7485584a242f02386564cbe4c76fe3c6b2fa9b7f8908 2,464 1.00/1.00 vMB 19
572,152 572,152 00000000000000000016b1661bfb4ca5a2ab8800a6340369d5f30e2f4348b321 1,984 1.00/1.00 vMB 74
572,151 572,151 0000000000000000000de9cbd4a42737a5da6e5a25163b11cfd1c56ec34da1d3 2,400 1.00/1.00 vMB 45
572,150 572,150 0000000000000000000bb083de5f75f4b1a11d25ed5b5083016757b8c6540ba8 2,868 1.00/1.00 vMB 51
572,149 572,149 000000000000000000145248fc6a2e895a806cdf0f6e11c24d513e802901a11d 2,564 1.00/1.00 vMB 82
572,148 572,148 0000000000000000001a2b83cc24cd504f76fef3bceebffb47333602f5fb0901 2,980 1.00/1.00 vMB 75
572,147 572,147 0000000000000000000e6e367e09b43f946fee1478dfcbd2be37091065d390a7 2,923 1.00/1.00 vMB 87
572,146 572,146 0000000000000000000330d07b2ded26d9b9db994954978388bf06ddaef485fc 3,106 1.00/1.00 vMB 12
572,145 572,145 0000000000000000000ecb3cea79e75abeded4443a08a5ed2a6a641c4dc36003 2,862 1.00/1.00 vMB 46
572,144 572,144 0000000000000000001d29fc666899d316aa4810544918848210da0971f1f69f 3,038 1.00/1.00 vMB 63
572,143 572,143 0000000000000000001c0e92093d4ebc2b2d85c9dfcc759e294506406ab71886 3,016 1.00/1.00 vMB 35
572,142 572,142 00000000000000000024974128beb85f6f39d009538f4d92c64d4b82da8a2660 3,162 1.00/1.00 vMB 37
572,141 572,141 000000000000000000262b17185b3c94dff2ab1c4ff6dacb884a80527ec1725d 2,931 1.00/1.00 vMB 39
572,140 572,140 00000000000000000027fe367c16340297ca11d3f4ca1254257438bfab557bd2 2,766 1.00/1.00 vMB 29
572,139 572,139 00000000000000000013b4fec97044c1e6671e0734eaebc4576a271a862243c4 3,055 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 781.74 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: 630.35 GB
    • Received: 12.03 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.