Loading Tool

Explorer IconExplorer

Memory Pool

87,349 transactions
32.41 vMB
0.14867646 BTC
Random Selection Loading Transactions
Max Size: 196.13/200 MB

Candidate Block

Mining Attempt 9c64245f1e174fb43cf370c5424d85561c5536bdef1bdea311123e4aa71f74cb
Version 20000000
Previous Block 00000000000000000001dd93da9c3eaf3a1586c8f21ab1c3c495e3509d02eb95
Merkle Root 4f382ac568e147b886dfc50dd8f3b6e1abcf67c7c4b2f58dd106b01a0011e38e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,426
Size: 1.00 vMB
Total Fees: 0.04795153 BTC
Feerates: 522.41 > 4.81 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,954 (107 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
914,829 914,829 0000000000000000000076b83b1d6ccdb00623eb84fa22f3fb18eee6fe467774 2,690 1.00/1.00 vMB 2
914,828 914,828 00000000000000000000fe6e83d1a3f483eb4c5d100e280790c42e8733167c10 2,874 1.00/1.00 vMB 3
914,827 914,827 00000000000000000001a35ad63dde393b46f068c4beca64765a8cfd2b8e00bd 3,166 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.31 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: 660.20 GB
    • Received: 14.63 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.