Loading Tool

Explorer IconExplorer

Memory Pool

79,569 transactions
29.78 vMB
0.08799852 BTC
Random Selection Loading Transactions
Max Size: 180.01/200 MB

Candidate Block

Mining Attempt b66642de396c9d5b8e73197243dccc93ef727867e4ddd5ac904e2d593f89f60e
Version 20000000
Previous Block 00000000000000000000997246e0ea341cc7494c99602e9246f1c08e494865a8
Merkle Root aa53a00c799c36b31c3380fb10fff65a91b330777219982fbdf5eddad08f821f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,096
Size: 1.00 vMB
Total Fees: 0.02108502 BTC
Feerates: 40.21 > 2.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,140 (290,870 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
624,270 624,270 000000000000000000114efd026cba7f233e4f849588914ad83b76e9bbf156bf 3,162 1.00/1.00 vMB 36
624,269 624,269 0000000000000000000e8d4a1bfdb8d06e39ade5f33b8a2b0f539e0650cd341b 1,471 1.00/1.00 vMB 9
624,268 624,268 00000000000000000011c42a5353fd4fe49a4c6e8a5bb3f7ca1756de8a120930 2,659 1.00/1.00 vMB 11
624,267 624,267 000000000000000000006a1de21f3ee1bb0c07dfba99ffe9a07859b8af079ebb 2,497 1.00/1.00 vMB 26
624,266 624,266 000000000000000000116788f87c4e2c9c1e77c74f0354e637e2b7ed32183728 1,602 1.00/1.00 vMB 4
624,265 624,265 0000000000000000000e033bb0f2ebed1c2c30680985c450f0c02cd55c3e5715 2,404 1.00/1.00 vMB 12
624,264 624,264 000000000000000000055adb7bbc31102eaf0072fbc722fed6b5daa3f55dab85 2,131 1.00/1.00 vMB 14
624,263 624,263 000000000000000000131f0bd5dee3906033a440b2ff595a8c4320c980936a5d 2,270 1.00/1.00 vMB 6
624,262 624,262 000000000000000000089e1d5d5a76b23e4e53f61adbcce7168e5aaabd13db82 2,114 1.00/1.00 vMB 13
624,261 624,261 0000000000000000000e5beb8cd4bf4d1c7600717b95a225ab344c9e0c3a2981 2,907 1.00/1.00 vMB 29
624,260 624,260 00000000000000000001c48ef2d4fabd117821ae3093fde98c7a0724632fe731 2,234 1.00/1.00 vMB 14
624,259 624,259 00000000000000000002ea82493880c847e0f0a04514e9241268c9cd0899065b 2,610 1.00/1.00 vMB 16
624,258 624,258 000000000000000000039262967a898df739c7abc0d45deffde808a558f46eb9 2,638 1.00/1.00 vMB 20
624,257 624,257 0000000000000000000a78b0fdfbd7caea59287c46a8d23976bf2a120ae74126 3,018 1.00/1.00 vMB 37
624,256 624,256 00000000000000000009c796fa11fc5c7103ea89ef75a708aa48c7ada0372e85 1,810 1.00/1.00 vMB 10
624,255 624,255 0000000000000000000bcae07044a913a231c4322ed9b6a8f2f72f8ab70c8ed5 1,622 0.99/1.00 vMB 26
624,254 624,254 0000000000000000000b6a1353ab8a01fdad7eee639f6a13144b17d6b9612d82 1,743 1.00/1.00 vMB 17
624,253 624,253 000000000000000000011f5aa27d51eb8c88be9dcb3d193fdf989784641fd006 3,018 1.00/1.00 vMB 14
624,252 624,252 0000000000000000000cf9a890382db66d9e04b63d273452daf487247dfdafcf 3,031 1.00/1.00 vMB 18
624,251 624,251 00000000000000000005d3b231df5b434fe752dd23f35a697e1d89e2f079d110 2,603 1.00/1.00 vMB 21
624,250 624,250 0000000000000000000c48d3481d85dd4ca00a6f7cc41be7b7799516dfd357a6 2,344 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.64 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: 672.37 GB
    • Received: 16.21 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.