Loading Tool

Explorer IconExplorer

Memory Pool

31,550 transactions
24.92 vMB
0.04813783 BTC
Random Selection Loading Transactions
Max Size: 124.94/200 MB

Candidate Block

Mining Attempt 79b8e7309dd216466cd9cf6ccf374f5ba180472559727df1e70a3e690288f805
Version 20000000
Previous Block 000000000000000000016d6f2b2c8ba81bafff03de43e5b0b3362476d7672035
Merkle Root 017ff4462c1ab6614c6bcdbcb482f888fd0d5f3aebafdb7667caf814393b3fbc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,770
Size: 1.00 vMB
Total Fees: 0.00350576 BTC
Feerates: 15.77 > 0.35 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,679 (72,233 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
842,446 842,446 00000000000000000001eaee447ff737a5ea95d7da5d25aadb8bb0e3952011e1 2,965 1.00/1.00 vMB 27
842,445 842,445 00000000000000000000e61a805b804a21b4e551ffcdf454d02c7badf033da98 2,388 1.00/1.00 vMB 31
842,444 842,444 00000000000000000000f7e4af93fbd89809d68d9194c6b93e70e29b9360e89e 3,126 1.00/1.00 vMB 29
842,443 842,443 000000000000000000032ba04c490a058496025ed807f985fdbd29c81b85856e 3,622 1.00/1.00 vMB 31
842,442 842,442 0000000000000000000058428202decfdcf5ba94783f92670a8791e495454788 3,738 1.00/1.00 vMB 34
842,441 842,441 00000000000000000000f23dc5e8d6cb72ddfa5459e525263974b86e2b0fb6f7 4,506 1.00/1.00 vMB 39
842,440 842,440 00000000000000000001985c05e50c9c7929345bfde82c5082983cd96d9183e0 5,412 1.00/1.00 vMB 46
842,439 842,439 0000000000000000000094c3205af0940cc26d3992f6fa88e089094fc3591056 5,914 1.00/1.00 vMB 40
842,438 842,438 00000000000000000000f89ba384138629337b34328a273e9376c27b8811b02b 4,634 1.00/1.00 vMB 42
842,437 842,437 000000000000000000003a0c8e14c4ef66ee96ae87a608e2b27193f959c262b1 4,933 1.00/1.00 vMB 82
842,436 842,436 000000000000000000007d8fb7814e4dd5e2dee0110c46f05ba77b2e9dbe33c8 2,983 1.00/1.00 vMB 20
842,435 842,435 00000000000000000002412c2e3b714a7e7da0c7862cad1617b176a4ce510aec 5,231 1.00/1.00 vMB 27
842,434 842,434 0000000000000000000084398e8db104c23ecc55a69d8f287f7197813d9ccf9c 5,191 1.00/1.00 vMB 31
842,433 842,433 00000000000000000002db91760c92ba68a3f6f9bd1f14ba4fbb5f2530e5cb59 6,000 1.00/1.00 vMB 39
842,432 842,432 00000000000000000001d845362d7a615ba6d176b248a767f7377244347c4b1e 5,714 1.00/1.00 vMB 34
842,431 842,431 000000000000000000029c117ff7999d3bbd7f0d3cb0064b7f6266af0a5e8746 4,923 1.00/1.00 vMB 42
842,430 842,430 0000000000000000000284235b580770330f441626aedfddebf157e60f0cb033 3,060 1.00/1.00 vMB 20
842,429 842,429 00000000000000000001cfd556e984ffa143f7c787fffbc24e7f6e0a776f4be4 3,443 1.00/1.00 vMB 23
842,428 842,428 000000000000000000013622e998eacb89cbab99c46864c558ca049bd28bbc83 3,175 1.00/1.00 vMB 27
842,427 842,427 000000000000000000012a23a5b94df07248f57ec50c798c86a95baa8afa9efa 3,134 1.00/1.00 vMB 27
842,426 842,426 00000000000000000000a568463642cb883349ec944daf94f8e6d19e084fd3e6 3,869 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 781.82 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: 635.91 GB
    • Received: 12.34 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.