Loading Tool

Explorer IconExplorer

Memory Pool

84,746 transactions
32.78 vMB
0.08428544 BTC
Random Selection Loading Transactions
Max Size: 194.23/200 MB

Candidate Block

Mining Attempt 422639b828d9e55fff625babc8634fe01a79d9fcab405a4fe807f7939425e69a
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 707e33b3bee07390c1c24381f61a034deeeea5096e7aa970e23221cd53df5928
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,240
Size: 1.00 vMB
Total Fees: 0.01931201 BTC
Feerates: 120.64 > 1.94 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (845,933 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
69,016 69,016 0000000000405859acf7853db762fabf42a26417409fe1e19181015929179dac 1 0.00/1.00 vMB 0
69,015 69,015 0000000001643d76de467559d6e6b2dac170e07e02041b25b5c2a60d42735268 1 0.00/1.00 vMB 0
69,014 69,014 00000000004598b7ec96abb6d69569b2f99f5c57a19cd7a560f04c963c1b6fa3 1 0.00/1.00 vMB 0
69,013 69,013 0000000000590ab99fc4579fb29aff5e3d391f89c33b5725e988cfbe015bd2c1 1 0.00/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 782.30 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: 657.38 GB
    • Received: 14.54 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.