Loading Tool

Explorer IconExplorer

Memory Pool

39,862 transactions
25.96 vMB
0.06517098 BTC
Random Selection Loading Transactions
Max Size: 134.71/200 MB

Candidate Block

Mining Attempt 7acd6fae45c1722e68a12cf351fca8f7bf388107a6acb44eef8b1634008eb9ab
Version 20000000
Previous Block 000000000000000000014ae1b6ec1276480a3d912701d420b2806ba6ee0c7cd5
Merkle Root c5fe1a9f15f84e5ddab7a8453c2969cec0a648affc99ef3c9c93d6b7a3f410e8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,575
Size: 1.00 vMB
Total Fees: 0.01794457 BTC
Feerates: 73.20 > 1.80 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,873 (673,218 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
241,655 241,655 000000000000001314db62133677365ce3dfe682be63d5ccca9c2752430c60eb 217 0.07/1.00 vMB 83
241,654 241,654 000000000000006ae72edc2f290c6f3599b394a8c4cc504310e3118a8234cb7e 28 0.01/1.00 vMB 171
241,653 241,653 000000000000009b8c1186a392686c55f3ad6489385ce08d2afa47a2520a15e1 21 0.01/1.00 vMB 235
241,652 241,652 0000000000000015f1ab6403a92bfe28a3a3366354d5d2b34b0e82b054ca5693 263 0.11/1.00 vMB 204
241,651 241,651 00000000000000adc49220f4d4a6da011f994526a7b8513d633c4f7672ca5cf3 317 0.15/1.00 vMB 154
241,650 241,650 0000000000000043ccfc0ef2903a6735c4e202381993bae7d851d2be45b7e70b 64 0.03/1.00 vMB 128
241,649 241,649 0000000000000047986817de8e94940be8a67c9d6ed20f40099ea3ea79d6e467 88 0.04/1.00 vMB 176
241,648 241,648 000000000000000baa8847ec5fc1db8f7709c11c985bbdd476b0b0404fc596c3 302 0.13/1.00 vMB 153
241,647 241,647 00000000000000eb26b50f0315605b1ee5fcd8b228f31fe39070fe8947b69677 19 0.01/1.00 vMB 126
241,646 241,646 0000000000000071c4ffbda68d80c050ed803f4de0bfa274704d4adc8d415bba 15 0.01/1.00 vMB 186
241,645 241,645 00000000000000ceef4f4b8879a879970cd22be5d889c1da5645084994890ddf 112 0.05/1.00 vMB 163
241,644 241,644 000000000000003e2e3ea1f41b4fde218329b9064c821646c9238db3502c0cf3 83 0.04/1.00 vMB 166
241,643 241,643 000000000000001f12577088283d4a140aa08d3fa27abb8d1856aa1c5a413b54 260 0.12/1.00 vMB 147
241,642 241,642 00000000000000843405efac6e1c5b043c851a6a41f6c0dee79d6947f6598e97 142 0.08/1.00 vMB 155
241,641 241,641 00000000000000abfa35c0070f9008b2b733c8ce03a9c5d38f4c7dc7c0b0a94e 64 0.02/1.00 vMB 158
241,640 241,640 000000000000005eb1cae1fde383b61a819afbf76f4f764a8aef9340ad57ff9a 146 0.09/1.00 vMB 103
241,639 241,639 000000000000005229c1cffec6c3b7b95a4706e982fecc7673552728a71b56f3 230 0.12/1.00 vMB 111
241,638 241,638 000000000000002d037f6bf6f0a9a96f83b183e999e28b69cf60e783a2b976f0 605 0.25/1.00 vMB 180
241,637 241,637 00000000000000af974dccf03ef391eef4c2169f34d940f9a8da9e54ea2d77ba 6 0.00/1.00 vMB 0
241,636 241,636 000000000000010ef5ef5e393eeb27b2eb26576db86daf995e5be1a1e8d695ca 220 0.06/1.00 vMB 60
241,635 241,635 0000000000000033057ac43854d8d1d533753887744755278055d1e9ed48215e 218 0.11/1.00 vMB 166
Previous 10 blocks ↓
Total Size: 782.16 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 653.42 GB
    • Received: 13.87 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.