Loading Tool

Explorer IconExplorer

Memory Pool

52,742 transactions
31.01 vMB
0.15768778 BTC
Random Selection Loading Transactions
Max Size: 166.47/200 MB

Candidate Block

Mining Attempt 7b6efaec59c8316a03b9f5ba9233ef4923f0e3071281c965cf17c0de753daf08
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root 75d7955c23b1bbd758da72975e1580461a74b7a95a1814611e962e9ecc9704c5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,185
Size: 1.00 vMB
Total Fees: 0.07012595 BTC
Feerates: 150.75 > 7.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (579,900 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
334,913 334,913 000000000000000011684267c1c0747b5f9973df54bfe31abb5359c51a9dec32 2,144 1.00/1.00 vMB 28
334,912 334,912 0000000000000000197bd59f65edd90076ad822df8c19260ed09fde754f1abe6 2,649 0.75/1.00 vMB 43
334,911 334,911 00000000000000000cc93dff4ee7ffa0f054619b05c9b47f04fc9053d4be9b2e 1,698 1.00/1.00 vMB 25
334,910 334,910 00000000000000001a8505541133647a21e5987b71a83158017248bbfc1c34d8 1,803 0.75/1.00 vMB 32
334,909 334,909 00000000000000000e147767b7e234917e84814f8f96a8248ac0b4c7a6781630 789 0.39/1.00 vMB 24
334,908 334,908 00000000000000001354a4b6b22e2ca69fdd1e73cc0afe887adfa92e6fb9225d 736 0.79/1.00 vMB 17
334,907 334,907 00000000000000000bb65b82f29d8b900c8cd57e4ca8388a2f9216e27dfb67fe 1,372 0.75/1.00 vMB 35
334,906 334,906 000000000000000008f8fb7790b5f603ffb8277c2694f851221fbb987f79bd9e 110 0.11/1.00 vMB 12
334,905 334,905 0000000000000000080d0599237739c72bdadf85d98d212ff9eae15f8da8cf6a 503 0.39/1.00 vMB 21
334,904 334,904 0000000000000000170808c7ce6c67d018e73c6e6f99e6e470518ec465731cc6 1,213 1.00/1.00 vMB 16
334,903 334,903 00000000000000001a8c49d26b84c9c73e6539698375a6e729525e0c60ca1d8c 1,267 0.35/1.00 vMB 52
334,902 334,902 000000000000000015300fc19a76d5329faa11fdf165bc6717378990e96f7095 265 0.25/1.00 vMB 17
334,901 334,901 00000000000000001664c0befb3efd744b98ecf9a529ec6c242024f849ff6de3 852 0.35/1.00 vMB 34
334,900 334,900 000000000000000001c3d12a3d695800b880f269e3331d196e1f2a6180eed13a 132 0.10/1.00 vMB 14
334,899 334,899 000000000000000007bb3e85b69ca23b88a224aedf1e15c519af3808f895a427 245 0.30/1.00 vMB 14
334,898 334,898 00000000000000000384758a4930be90a58624a9f7fb3bd1a177feeb82530c54 1,735 0.75/1.00 vMB 35
334,897 334,897 0000000000000000063559c7b9899089995732d2fb4ea7a7249120229e70b2a4 1 0.00/1.00 vMB 0
334,896 334,896 000000000000000013ed6c2b7563955040096fd6e723fde50073f1a420faae9b 364 0.19/1.00 vMB 27
334,895 334,895 0000000000000000150d7cae8ff05e80b73656aefb0b0404d757152b04411c2e 373 0.26/1.00 vMB 25
334,894 334,894 000000000000000008046f11ba9c7fefba0d3c0f22399865057ce011f280eb6e 932 0.48/1.00 vMB 28
334,893 334,893 00000000000000000b63473e5d7a4c8ccb0b4924016c33f0dd8298a882dbd86b 1,368 0.75/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.06 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: 651.11 GB
    • Received: 13.41 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.