Loading Tool

Explorer IconExplorer

Memory Pool

33,217 transactions
27.18 vMB
0.11039858 BTC
Random Selection Loading Transactions
Max Size: 136.46/200 MB

Candidate Block

Mining Attempt d847a3975394c8eb23721e9a1defce043a4b4f128f947430930a8958eab3ee31
Version 20000000
Previous Block 0000000000000000000073ff96478c5584a0477e81e2c2b98ae9f339a9380378
Merkle Root 1c8dc55942844c7d9e1e51855e8b0fac1197a52ce2d9e6b36077289b06f02b0f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,001
Size: 1.00 vMB
Total Fees: 0.05481767 BTC
Feerates: 386.83 > 5.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,247 (825,321 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
88,926 88,926 000000000003850f9f48b63410c90818ee7ffece3c8cbed80d19b2bc53579185 1 0.00/1.00 vMB 0
88,925 88,925 00000000000b6cdf21fa1f0fc410bfa6e242238005fa9785cae4a7c3fb6c3aec 1 0.00/1.00 vMB 0
88,924 88,924 00000000000308070ebf5370ab2496ac50c36d5250d3155de21d3cad35227439 1 0.00/1.00 vMB 0
88,923 88,923 000000000010be7186728089e6175180d9ec0876258f869833c2a4498cc56d06 2 0.00/1.00 vMB 0
88,922 88,922 00000000000857a78f6b6a60e27467f277074fe65634f5b4e0bd90f45172d942 1 0.00/1.00 vMB 0
88,921 88,921 000000000012e16b382734b6eb77b732508a2fb1d27fb7589716d19cc07d63f1 2 0.00/1.00 vMB 0
88,920 88,920 0000000000070a90cd76c25f210599f5a2fade4ba4ef9eb83b57e3d3d4ce1063 1 0.00/1.00 vMB 0
88,919 88,919 000000000005c4ea2051c8fa83961aa587c7922cab056eb293885013ab41bb62 1 0.00/1.00 vMB 0
88,918 88,918 00000000000b9f5e18a7d890497813b275e2ca799306833e8b352e70b142a040 1 0.00/1.00 vMB 0
88,917 88,917 00000000000a898722d551e0a1a3f60795c9560b06fd30654dba479d17d8ec9f 2 0.00/1.00 vMB 0
88,916 88,916 0000000000068cd1ba1663bbc3d4a6e663aa05c8f695434b3db4ea8b5adf1e22 1 0.00/1.00 vMB 0
88,915 88,915 0000000000103de4575ce460cf5e407c740b14cde94a57b8197a528ca4b74428 1 0.00/1.00 vMB 0
88,914 88,914 000000000004a039c6537e35e614a26d6231cbec07b9f835ebae568859b6ffff 3 0.00/1.00 vMB 0
88,913 88,913 00000000000916a9b4921aef058036b97b3fa144679eb28325d605d610131118 2 0.00/1.00 vMB 0
88,912 88,912 000000000002c49e3f251db4c36331025c24589e2735f9cc7058538739c24ccb 2 0.00/1.00 vMB 0
88,911 88,911 000000000007b10f6d5fcaadec78b6c374965fac4b573d9e4e1a0689fae1ed93 2 0.00/1.00 vMB 0
88,910 88,910 0000000000019ecd14dcef2c893014e94a607ff1b99424c19268fdafbe8da1a5 1 0.00/1.00 vMB 0
88,909 88,909 00000000001297bf23d57c11b847b5bf70c5e856f3d643ce509c481d2969506b 1 0.00/1.00 vMB 0
88,908 88,908 0000000000045740180c7ac128d66f88392d2bb015efb3ca7fe5c1fb829665ed 1 0.00/1.00 vMB 0
88,907 88,907 00000000000fbc96f0156c4cb9b2071be7d1de4a44f77b2a0b2e1c29263275df 1 0.00/1.00 vMB 0
88,906 88,906 000000000005f4d365f2478d197d4cd7a52f16d7bc46c28093553d88113bd28d 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.03 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 576.66 GB
    • Received: 8.50 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.