Loading Tool

Explorer IconExplorer

Memory Pool

21,098 transactions
16.73 vMB
0.02196834 BTC
Random Selection Loading Transactions
Max Size: 88.55/200 MB

Candidate Block

Mining Attempt 680e8a9b54e8d2884d2b0667706e7ebb1c510ccacbd9e41d7a951e12717f2156
Version 20000000
Previous Block 00000000000000000000e56ad227a8770a2278003f32fe4d6386c722a3a06bcb
Merkle Root 557e4ec59c19fa00f2f3c56428e4860909ba5046bd5a6cc8abad57b1888b8f61
Time (UTC) ( ago)
Target 000000000000000000021a910000000000000000000000000000000000000000
Nonce 0
Transactions: 7,408
Size: 1.00 vMB
Total Fees: 0.00398733 BTC
Feerates: 30.11 > 0.40 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,569 (17,635 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
923,934 923,934 00000000000000000000a8422df0e094a94ec5be8d12d215804b105d201eee09 3,926 1.00/1.00 vMB 1
923,933 923,933 00000000000000000001d35825d9b764d5862a56cc7cb504e4177afb6ca5ce4e 5,062 1.00/1.00 vMB 0
923,932 923,932 000000000000000000018ceb13df62fca2a615a1c2fdced0ae720cb465f74f46 4,566 1.00/1.00 vMB 1
923,931 923,931 00000000000000000001a1ba3fec969c26bd0d4a3de5b3583c0bf696ca6bc1a2 4,661 1.00/1.00 vMB 1
923,930 923,930 0000000000000000000122d00f882bda5a27e4e211e312352f2a331485e2b268 4,243 1.00/1.00 vMB 1
923,929 923,929 0000000000000000000119f5312aa5d4c31fa37f76ad27ec883876f792f86bf3 1,411 0.35/1.00 vMB 1
923,928 923,928 000000000000000000014abfd116442a7f60718523ae53b9cc143e5fdbdbf64d 3,308 1.00/1.00 vMB 2
923,927 923,927 000000000000000000016eb1294de05bba62cdcb5e5a86ec9e39cb2f7115f5fe 3,356 1.00/1.00 vMB 3
923,926 923,926 000000000000000000010ac01f80e6b059efe4f9e7d622309ce69aa3eebbfa70 4,722 1.00/1.00 vMB 1
923,925 923,925 000000000000000000015a0eea7b059d5da10626d7e8f15a384d25e757b3793b 5,278 1.00/1.00 vMB 1
923,924 923,924 00000000000000000000135f877dc36b57ef7f0773ab6be0c908db904e2b2b2c 4,216 1.00/1.00 vMB 1
923,923 923,923 00000000000000000000e6fa119f20b32685ecaad4ab022077f0548f8472328c 4,756 1.00/1.00 vMB 1
923,922 923,922 00000000000000000001bc6ca8a3dce08a508fed6190874eb9541736c89af25f 3,977 1.00/1.00 vMB 1
923,921 923,921 000000000000000000013cc5d20b61fe887abc2837815ee95cfd6a7ba0426f69 2,940 1.00/1.00 vMB 2
923,920 923,920 000000000000000000010765e02c394aca2eb87d803609721f7a65b94cb3d784 2,016 0.57/1.00 vMB 1
923,919 923,919 0000000000000000000171b524a1ec4ed4bf96256c89eeb6a89ec247b984cf05 3,140 1.00/1.00 vMB 2
923,918 923,918 00000000000000000000088db31bf8a8d9b05a20f93a8af176b0ff8312763928 4,686 1.00/1.00 vMB 1
923,917 923,917 000000000000000000016ba8019e8e8ccd432d92f18635ce436332fb519ea5de 4,235 1.00/1.00 vMB 1
923,916 923,916 0000000000000000000056902f434627d0c40825427612213cdd83e4eea8a8ef 3,015 1.00/1.00 vMB 2
923,915 923,915 000000000000000000007aa9d63a97556c9e4bec9c9e1a71e4b5404e53432236 2,525 1.00/1.00 vMB 1
923,914 923,914 000000000000000000005494138c4a227320d6a8121f9454531532c0f8e8c708 2,468 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 829.57 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,663.50 GB
    • Received: 252.61 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.