Loading Tool

Explorer IconExplorer

Memory Pool

38,460 transactions
26.16 vMB
0.06183126 BTC
Random Selection Loading Transactions
Max Size: 135.28/200 MB

Candidate Block

Mining Attempt da770f3c208437b89568706440d05b97beb34a63b073b522d137b467144721f7
Version 20000000
Previous Block 000000000000000000002d329f64171128f24895d65f294da7fb5276d5bc24ec
Merkle Root c981839a0bce05973972a0f40b8d50004f2ce05202e4badcaf1d3a39d2d772c2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,315
Size: 1.00 vMB
Total Fees: 0.01393741 BTC
Feerates: 265.25 > 1.40 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,935 (85 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
914,850 914,850 00000000000000000001d31dd75d38543959c8b9e526cb3be5dabf3325e25fb6 3,106 1.00/1.00 vMB 2
914,849 914,849 000000000000000000004a04b56353e1c4144147bb5d0cb234159c18fdd6370a 3,397 1.00/1.00 vMB 5
914,848 914,848 000000000000000000005305ff331788dce4fd0d1cb306269ddf5357d0752558 1,725 1.00/1.00 vMB 1
914,847 914,847 0000000000000000000019e52e62c4af9ec65c220889a77c9eccd74d5750afbd 3,289 1.00/1.00 vMB 7
914,846 914,846 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe 3,191 1.00/1.00 vMB 2
914,845 914,845 00000000000000000001e2f6cc79a94b021bd37a0344a4c1171fa288fec3bf95 3,112 1.00/1.00 vMB 6
914,844 914,844 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4 3,229 1.00/1.00 vMB 4
914,843 914,843 000000000000000000016a44f35d7af0f77f48ef2bc636d8a12c01afb38d3a85 6,529 1.00/1.00 vMB 0
914,842 914,842 000000000000000000009b1a7ee2d4641d9abb30f5f9c725bfa883663463f7a1 1,853 0.54/1.00 vMB 5
914,841 914,841 00000000000000000001062e61f060b48ed5c5e8a69516a4e7eb4bbc1d3cb176 3,797 1.00/1.00 vMB 2
914,840 914,840 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1 5,383 1.00/1.00 vMB 1
914,839 914,839 00000000000000000001756a5e3521a37c963c8268a5fccbe0ee3f5cf5eba3b4 871 0.30/1.00 vMB 3
914,838 914,838 000000000000000000017e8e85165f86ccc44f5c406f63ccc3773389967d2705 3,385 1.00/1.00 vMB 2
914,837 914,837 000000000000000000013370732e51b6e662072ad4a938e999ad227a5ec0d5ec 1,242 0.44/1.00 vMB 3
914,836 914,836 00000000000000000001288e6f2c4348989dc292818b19d60659243f4a3661b7 2,380 0.67/1.00 vMB 2
914,835 914,835 00000000000000000000711ba15f179fc46687d0d20c6b8a28d48044210ab96b 3,360 1.00/1.00 vMB 5
914,834 914,834 00000000000000000001c8540de5dceba6fe0c17c8f2c5409bc2924f72da5448 3,548 1.00/1.00 vMB 4
914,833 914,833 000000000000000000006d9cca170a6dca76a62d52ce159ce88e03787eeaed6e 5,739 1.00/1.00 vMB 0
914,832 914,832 000000000000000000016b7c041bcf6b58364dd254fcfd08ed0092fa460e20e8 4,083 1.00/1.00 vMB 1
914,831 914,831 0000000000000000000174ee00feb456e9cb08dcdd2b42ef733fc93eec85ef67 3,442 1.00/1.00 vMB 2
914,830 914,830 00000000000000000001d639dc25e9adab712b5f436b38ec9cf2cb9b77e26f27 2,437 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.27 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: 656.66 GB
    • Received: 14.40 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.