Loading Tool

Explorer IconExplorer

Memory Pool

44,691 transactions
28.76 vMB
0.12710769 BTC
Random Selection Loading Transactions
Max Size: 149.72/200 MB

Candidate Block

Mining Attempt 69ccfbb3ff78521fb337a060c6b23cea47f5dc37a37dac0b07dce9864ade5990
Version 20000000
Previous Block 000000000000000000017af1f60b0a1774993e39cbb6c5abc4771238282a0259
Merkle Root e8a49918bce2e0945219865d2af1807d6d8a065c373a7d3d7c09119ea37c5ef9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,012
Size: 1.00 vMB
Total Fees: 0.03936694 BTC
Feerates: 201.13 > 3.94 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,711 (416,317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
498,394 498,394 000000000000000000afd2b715c88df1a7d885b15c5b48ec7fb26433b0c6d58b 2,506 1.00/1.00 vMB 463
498,393 498,393 000000000000000000914472fe6c2bc0f8c3f23f41dc16c96309145703cee2ba 1,887 1.00/1.00 vMB 184
498,392 498,392 0000000000000000004ca98feae0a3d8f688712666bbf562784cb535ce8338e2 2,577 1.00/1.00 vMB 193
498,391 498,391 000000000000000000a789d4abe7c9b44263b9868c64205c76680053ee5bf8e4 1,746 1.00/1.00 vMB 296
498,390 498,390 0000000000000000006bcc9624fe3dae7898a1b5bb28c128fdc7567ada7ec76b 2,253 1.00/1.00 vMB 259
498,389 498,389 0000000000000000004245703ef1e6a772d1789b19bba328dcb6832b51d3e301 1,702 1.00/1.00 vMB 166
498,388 498,388 0000000000000000009e211109ac49fe323c2b5d6a47ebc52a43f938b9707d0e 2,332 1.00/1.00 vMB 302
498,387 498,387 000000000000000000447b7a53cffaf0ce3532eb210d7aacecfff734e44fefae 2,495 1.00/1.00 vMB 240
498,386 498,386 000000000000000000b0ea43b78c86d8a59649e7556575915cc497358cd354e5 2,907 1.00/1.00 vMB 235
498,385 498,385 0000000000000000008c57addb1a3e3c961826b529cf6c85953bd1890701a087 2,669 1.00/1.00 vMB 375
498,384 498,384 0000000000000000005f04f3e349fb396f9a24da1bb8f089e717d984a4cbeb97 2,737 1.00/1.00 vMB 415
498,383 498,383 0000000000000000008c247191e5180d17c7e99eaba222144d2a76e6ecfb1b44 2,740 1.00/1.00 vMB 462
498,382 498,382 00000000000000000091c5e238b1f69105de6159d995c33b7dd04ecb23575a23 2,159 1.00/1.00 vMB 496
498,381 498,381 000000000000000000817e4d2cfb478f73e3cba4f697f086032c682731d574da 2,609 1.00/1.00 vMB 389
498,380 498,380 000000000000000000642b76d613c81e3e058ca8e4b99907cfde963cd1562e3a 2,084 1.00/1.00 vMB 203
498,379 498,379 0000000000000000000b263adafb05af6c9039c273799e53c120721e179b3311 2,668 1.00/1.00 vMB 298
498,378 498,378 000000000000000000a12df24fd81c4a109c5f2b5929ca6e3666d04fa273d8f4 2,632 1.00/1.00 vMB 283
498,377 498,377 0000000000000000008ab279a427d6b9bf5b6e1cb11f7dcf70c34971556b22f9 2,500 1.00/1.00 vMB 460
498,376 498,376 000000000000000000825ca9c2673d80033b33a1e7d11e4ca8531827036e0a17 2,689 1.00/1.00 vMB 464
498,375 498,375 0000000000000000006863d4a5d02bf48ffbbfb0784e9e1dc6916830a9b0a236 2,150 1.00/1.00 vMB 323
498,374 498,374 000000000000000000086db73ec29f93dc8121bd18ae1f7c9e7baaa6bbbc8dd3 2,259 1.00/1.00 vMB 267
Previous 10 blocks ↓
Total Size: 781.88 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: 645.05 GB
    • Received: 12.66 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.