Loading Tool

Explorer IconExplorer

Memory Pool

61,749 transactions
34.93 vMB
0.10190541 BTC
Random Selection Loading Transactions
Max Size: 185.92/200 MB

Candidate Block

Mining Attempt 7f0eb6e01ea767f9654d523200e1ed9fcd8ef29dabf9974d01d03312a04d8d74
Version 20000000
Previous Block 00000000000000000000bf17b6f48d4c6d8eaf06ded8dd793b73e1f1271c7ae6
Merkle Root 601b7cc6092b07cc2031a3c3e182c9e35ec7a6b7452e8dd090293e2781c7268e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,073
Size: 1.00 vMB
Total Fees: 0.03006084 BTC
Feerates: 196.04 > 3.01 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,409 (911,416 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
2,993 2,993 00000000f8931bdde30492fb78166a0c705306dcde00db5fc850a7b300ba0638 1 0.00/1.00 vMB 0
2,992 2,992 000000003ea8aead70be315fd1ff49ebb4a752fca9d0a4b54e52ef1f8df30f87 1 0.00/1.00 vMB 0
2,991 2,991 00000000c6cb8dd2ab0f9a04b67feb0a177f88d427ca780a945a4954c54fd4e7 1 0.00/1.00 vMB 0
2,990 2,990 0000000029a7476b452e3cbb70b34d2166b718d5934ecc69417047f035f6b268 1 0.00/1.00 vMB 0
2,989 2,989 00000000255db9eba93d22c7b4beefe19c08289501ed42a1cfe3c470507f3139 1 0.00/1.00 vMB 0
2,988 2,988 0000000036bb59b475092498b2acaffb89d4da42940bea65419638e25a37ff07 1 0.00/1.00 vMB 0
2,987 2,987 000000004648220d30d699f150e358923678b878a6800b5bfbe72119f9969447 1 0.00/1.00 vMB 0
2,986 2,986 000000000521be186b407165b90a3bc653d30c4ec89c317d23921a940bdb05db 1 0.00/1.00 vMB 0
2,985 2,985 0000000029eb62e606a4659c7149ba5936ef2e8a1e32ea63099ace69a9228e2b 1 0.00/1.00 vMB 0
2,984 2,984 00000000df3afd79d626891075799dc5f771ffa6993d743a9fbdcd43528f366f 1 0.00/1.00 vMB 0
2,983 2,983 00000000c5c3b1bc0d890199113420a367920b20ab98ed8f6a3d31c932241789 1 0.00/1.00 vMB 0
2,982 2,982 00000000b5726567b9bd085a532889faaaa0baa8c269746353f2a484a1fde927 1 0.00/1.00 vMB 0
2,981 2,981 00000000c8e5e14194fb10f3f4000368b750dde2d1055cc4ffa29be0f875b9cf 1 0.00/1.00 vMB 0
2,980 2,980 00000000572d35219bf83f85f0d8a3e972df391ff75c000ffff80455ef526abf 1 0.00/1.00 vMB 0
2,979 2,979 0000000093d886b022912d12fa6e21555ae43d1c5c980083e44eff6195e1fef7 1 0.00/1.00 vMB 0
2,978 2,978 00000000949dca9b431c0e7ab2824ea53720fe54a897f3f70b7d1b910935f3b2 1 0.00/1.00 vMB 0
2,977 2,977 000000007d0e1add254a6d6802da19f7059e218b3ae57bf29caa843694efd121 1 0.00/1.00 vMB 0
2,976 2,976 000000002c7d06e470034ede0b49597c3743b1c717ec1605f4a86cbb07647e08 1 0.00/1.00 vMB 0
2,975 2,975 00000000ea632440f0d82612c132320fe0ac68c320468054c6cf836c4db50c85 1 0.00/1.00 vMB 0
2,974 2,974 00000000e38cd27491d5a6ada8965ab82a6e24ff12ef2f9aae81f4c30beab55c 1 0.00/1.00 vMB 0
2,973 2,973 00000000381e31c7775c6b6aad8c4344321a24bed056e020cd8e6b5149d2c447 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.33 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 601.43 GB
    • Received: 10.13 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.