Loading Tool

Explorer IconExplorer

Memory Pool

42,092 transactions
26.91 vMB
0.06278449 BTC
Random Selection Loading Transactions
Max Size: 141.07/200 MB

Candidate Block

Mining Attempt 639352e0509df7484ba08933ea456337304903b262f5bfcaa81993e33094f0bb
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root dfd5000657963c0dda1b7146a8df8fb8090255032504c22787c3641a1872b2c7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,878
Size: 1.00 vMB
Total Fees: 0.01288664 BTC
Feerates: 60.14 > 1.29 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (845,900 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
69,012 69,012 0000000000b6ac16aa3ce2b744fcc246380e70b58fd99a7a25c00537b266fcfb 3 0.00/1.00 vMB 0
69,011 69,011 000000000156abd525c2b93ffa158c9d44864e3629865c3637aa85cf30c8da98 2 0.00/1.00 vMB 0
69,010 69,010 00000000009150c9436d2d01167424a6fe0bbd2dfc781fec2ceff133d83b3933 1 0.00/1.00 vMB 0
69,009 69,009 00000000004322ef91cc51f898ac29bdb2d9211ecf9db22475e272941745d52a 7 0.00/1.00 vMB 0
69,008 69,008 0000000001418275fcb2fe51af6de1146b360d9092586ea3d37f836481ddf8d8 3 0.00/1.00 vMB 0
69,007 69,007 00000000010180ce7e4154fab2b1a0afb64063e35ad95508ae49765c97c0d1f9 1 0.00/1.00 vMB 0
69,006 69,006 0000000000494fdc33f42e79c283c89f91ad679e499bb7253f84d36ff670d00b 2 0.00/1.00 vMB 0
69,005 69,005 00000000004daa362846670ab035d67bd0b81729d06ad5cf4624c0ed1249939d 2 0.00/1.00 vMB 0
69,004 69,004 0000000000d3546a8f69b7e7af9fec1b08e88d2f956e4f4d27a0b19d82ee6c65 1 0.00/1.00 vMB 0
69,003 69,003 00000000013eed7d1404d54d0fbc48a3fc89a797a7a082e5e8c4cc2d733b6c00 1 0.00/1.00 vMB 0
69,002 69,002 0000000000262ef00f0da5cc8556d309380db5a9138db1637d641886b64f81a3 2 0.00/1.00 vMB 0
69,001 69,001 0000000000caceb6daba8e2b048a3c6ba9eaa540f98e00e2d9811c39c1d6212f 1 0.00/1.00 vMB 0
69,000 69,000 00000000000672cb3e0f7c83c90b505ecc9cee701747a50ed998dcf00c499746 1 0.00/1.00 vMB 0
68,999 68,999 000000000166377e585af23e38d09a63b7bdc1fc23721faef49062115189993c 2 0.00/1.00 vMB 0
68,998 68,998 00000000002e7ad2ff6c165b74a332fe9f0f332db009cab83a7dfafcea513e0b 5 0.00/1.00 vMB 0
68,997 68,997 0000000001432480607f02a67bec23c4b4984b662d26d1d024897fa6691de1fc 2 0.00/1.00 vMB 0
68,996 68,996 000000000113c180ce85df2be6707ca0dbde8e4ac39368f47af0faa6e5dc1e6d 1 0.00/1.00 vMB 0
68,995 68,995 0000000000160bbf15d0da0169363f5119620ee0e526cb2fd71831a8c11bf68a 1 0.00/1.00 vMB 0
68,994 68,994 00000000007eddd755e7521a4b9546fb1539dc1d75c07aacafea8301f20bd445 1 0.00/1.00 vMB 0
68,993 68,993 00000000000a66edfb32881399b1edc2c9ffb607bcd713a6082cf3d6d556d32a 3 0.00/1.00 vMB 0
68,992 68,992 0000000000407a593f27abe4cc7318e1a15217ab7dc579966b085b8922b4c792 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.23 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: 655.03 GB
    • Received: 14.23 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.