Loading Tool

Explorer IconExplorer

Memory Pool

36,211 transactions
26.13 vMB
0.06955132 BTC
Random Selection Loading Transactions
Max Size: 133.19/200 MB

Candidate Block

Mining Attempt 3c713529c506d5b11bb0e9213678621cdd0b9801193b4e37e55e3b140f42d78a
Version 20000000
Previous Block 00000000000000000001a0662e4a8a23c83196f4d11e885bf848e7d6708c875e
Merkle Root 4f91e07dc91b4fc2a62512a8232fa9c6c7a210b3e779607fe90eaffee36d107d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,383
Size: 1.00 vMB
Total Fees: 0.02117866 BTC
Feerates: 120.00 > 2.12 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,692 (442,739 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
471,953 471,953 0000000000000000016ab653f2283e39b0e49a60a531b43422eedd2f994e3988 2,302 1.00/1.00 vMB 356
471,952 471,952 00000000000000000111440bb80231a922b14a702408abc70b6665352f016721 1,772 1.00/1.00 vMB 315
471,951 471,951 000000000000000000af663b3676773a6fe1ad4dd91433747582667368abd1ea 1,505 1.00/1.00 vMB 293
471,950 471,950 00000000000000000117a6ac8dea071faec5d9d014e2d382e5edefb9606db6d6 1,574 1.00/1.00 vMB 155
471,949 471,949 000000000000000000ce4be1d0a043b5a3edcd4c768eb96ba1abc9f5454058f0 1,873 1.00/1.00 vMB 219
471,948 471,948 0000000000000000009be466106d868431a2d1aa946f529523048ee27f2deeaf 1,896 1.00/1.00 vMB 206
471,947 471,947 0000000000000000001f625c1d900c500fe9c898e42d1d829fa0485f28ce70a5 2,179 1.00/1.00 vMB 325
471,946 471,946 0000000000000000015edcf84ee945757c9463174d221b036c8cb26d6f159803 1,738 1.00/1.00 vMB 302
471,945 471,945 00000000000000000017b6060e247ca12c448d153d89da8ffbf50f65cddf47e3 2,274 1.00/1.00 vMB 258
471,944 471,944 000000000000000000a6e0255f6e8e18dc3f9170a12df506fd6d40bd9b0580eb 2,300 1.00/1.00 vMB 309
471,943 471,943 0000000000000000003c8eea8eff0146692dd7c44effd73de54f7869365224b4 1,729 1.00/1.00 vMB 320
471,942 471,942 000000000000000000c647b521dee0059897178dbdbb28abd09ffeb90cc7e0ef 2,340 0.99/1.00 vMB 289
471,941 471,941 000000000000000000076468afd85a32a2d47944132089f38dfcc3b354cedb97 1,369 1.00/1.00 vMB 306
471,940 471,940 0000000000000000006fdb0f3426d7fee4f87a31274a22816e24bd87b25972b3 556 1.00/1.00 vMB 323
471,939 471,939 00000000000000000184169d4071d8240e9360e34b2d08f02a75ca17d4b0006c 1,757 1.00/1.00 vMB 357
471,938 471,938 0000000000000000004938cf13f766aa5f39a15c3ffda8882021869758de5b8c 2,433 1.00/1.00 vMB 418
471,937 471,937 0000000000000000007b4f2d766db725d3d3d296df78e6264c52d002a39ce42b 2,092 1.00/1.00 vMB 394
471,936 471,936 0000000000000000003e3245f8fa3116b4f12cc1655931a8f8f131c6912d4e6f 264 1.00/1.00 vMB 316
471,935 471,935 00000000000000000136b93d8896f29879dd30405ed294c3e93df6957fda24c8 1,006 1.00/1.00 vMB 338
471,934 471,934 0000000000000000018b2e153c46a2dbd6203e2d50335e2b78eba9f2eb03e87f 362 1.00/1.00 vMB 325
471,933 471,933 000000000000000001874b5c740cb4baf91a0bf5f21c240a3f82fdac92e71a8f 1,640 1.00/1.00 vMB 346
Previous 10 blocks ↓
Total Size: 781.84 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: 638.04 GB
    • Received: 12.46 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.