Loading Tool

Explorer IconExplorer

Memory Pool

27,412 transactions
18.06 vMB
0.04278227 BTC
Random Selection Loading Transactions
Max Size: 98.28/200 MB

Candidate Block

Mining Attempt 6f3094927c81f5cc6119d9f1611cc2d3fdd17f01abe8c2c2ec19aafccc0eeb75
Version 20000000
Previous Block 0000000000000000000214004990e140b1ca2fa28da8bd860478cc541dfc88a0
Merkle Root dfde7d9a0eb69a19a53f7a9970f345023176a0133a51bc1e87c76d5d6aad8795
Time (UTC) ( ago)
Target 000000000000000000021a910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,742
Size: 1.00 vMB
Total Fees: 0.02328545 BTC
Feerates: 150.93 > 2.33 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,597 (53,854 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
887,743 887,743 000000000000000000018cad1d9aaaec83cd890416a5e6551026f92abf209cb9 4,469 1.00/1.00 vMB 2
887,742 887,742 00000000000000000000d9b173f7b088b8e1cb8f0394afaf020d7e2c26f9623a 4,333 1.00/1.00 vMB 4
887,741 887,741 00000000000000000000576a2469d7d13f775dc035a7609973c33ea985779d3e 4,138 1.00/1.00 vMB 3
887,740 887,740 0000000000000000000214a754da5ffa74f3dc1f0dca86e5cdb6f65b17f8c93b 4,007 1.00/1.00 vMB 6
887,739 887,739 000000000000000000027ac1e5df4bf56e4206ad13afedba90627e9e507f4904 1,895 1.00/1.00 vMB 1
887,738 887,738 0000000000000000000169bf07972f08b88551b34df2e36b0200f0ee807dafbe 245 1.00/1.00 vMB 1
887,737 887,737 00000000000000000001f0e73c1ce4d4be38593e46b58edb219f8d4eb4f44109 3,886 1.00/1.00 vMB 1
887,736 887,736 000000000000000000015484302e218121110a55485eac88da1bde4255e17fc0 4,099 1.00/1.00 vMB 1
887,735 887,735 00000000000000000000a9e089df02fe05400ce4f08600af472f1544981b5d8e 2,965 1.00/1.00 vMB 3
887,734 887,734 00000000000000000000fec65ebf337639ee467c13f2b0742bc92c32b8b67476 3,632 1.00/1.00 vMB 2
887,733 887,733 00000000000000000000c8b9caa816e6dd9a69abd4d701df8dc2f180a482a93e 3,801 1.00/1.00 vMB 2
887,732 887,732 000000000000000000012b6ec2d807b739a54cd27f96987926b8e2f01bce05a6 4,419 1.00/1.00 vMB 1
887,731 887,731 00000000000000000000c27960974bb684e019b0c8ec89256d2fd5b196aacafe 3,293 1.00/1.00 vMB 2
887,730 887,730 000000000000000000002309bb8d422fa171a8392e1e81b6201325503d25d12d 4,320 1.00/1.00 vMB 2
887,729 887,729 000000000000000000005c09a7fd347dfd12eb60f8fa442d6bf37ee07489ca82 4,792 1.00/1.00 vMB 1
887,728 887,728 00000000000000000001bfb73f72257c2b990b66f3ea57a4a5f7c33895f3d8ba 3,177 1.00/1.00 vMB 1
887,727 887,727 000000000000000000002b7bf69e13d850a979b8bc62dba144bda92e584395a2 2,772 1.00/1.00 vMB 3
887,726 887,726 00000000000000000000949acb00d5ca66192b09818976cc270f0410c678484d 2,289 1.00/1.00 vMB 2
887,725 887,725 000000000000000000000f7ac1a282f6e5027897b03b479d639d359093ee3a29 2,011 1.00/1.00 vMB 4
887,724 887,724 0000000000000000000177ef1644d019331b780ce4fc2df79c7615a53fd0a4c6 1,949 1.00/1.00 vMB 1
887,723 887,723 000000000000000000014bb0c30ac2dd0ebb11372ae239cf7683385a6d1d4f75 3,208 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 829.62 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: 4,664.50 GB
    • Received: 252.90 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.