Loading Tool

Explorer IconExplorer

Memory Pool

41,207 transactions
26.29 vMB
0.07417390 BTC
Random Selection Loading Transactions
Max Size: 136.89/200 MB

Candidate Block

Mining Attempt 7963e4049833236dd1e9832ced9119700f9ff6ae7ad9096c2f69f3890a0ee337
Version 20000000
Previous Block 000000000000000000013172dab51509996317423f3aad076a64431a5d3c1352
Merkle Root adddaff516936635d85082baf924175c14bc9b48f714ad0e6b16edd8009d63ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,710
Size: 1.00 vMB
Total Fees: 0.02611480 BTC
Feerates: 150.98 > 2.62 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,874 (796,682 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
118,192 118,192 000000000000a7334c18017e6ca3d2a5630daed29bcf02c544fb255f24c86cca 7 0.00/1.00 vMB 334
118,191 118,191 000000000000c93862f6c8419dbe7efe7b5b0b28b60c18757c735d4bf84a3e6e 5 0.00/1.00 vMB 0
118,190 118,190 000000000000b426c2c55c2561899b311658002b6f3061494107a03ec3779f09 10 0.01/1.00 vMB 799
118,189 118,189 000000000000c4133886f5fedaafaba289d6dc4309db3edb86f280380cdcb440 6 0.00/1.00 vMB 0
118,188 118,188 000000000000444e7101fd2a3214bdb0c4c266b71f1080e57e8462e13d9f2cd9 5 0.00/1.00 vMB 339
118,187 118,187 00000000000056490a87b64fa220a65087fa20bd9d7d422cd01ff6ca28ca2389 3 0.00/1.00 vMB 0
118,186 118,186 000000000000076062d90d19428b1f6cdebcb1034c6ae91835d25e4c34e43123 4 0.00/1.00 vMB 2,967
118,185 118,185 000000000000a859ea2e2c430a81c3161a5d25424490b7a6301b0dcadca7309a 13 0.00/1.00 vMB 407
118,184 118,184 0000000000003eecdb5d4f841529f1d7be24bfb4c562335fa695344b1ac31d74 11 0.00/1.00 vMB 0
118,183 118,183 0000000000001ac00de60db005fcf6e0747207f8685d3871935d3b2aba316d8d 84 0.02/1.00 vMB 0
118,182 118,182 000000000000b64a46152dd171a621adab35f1f27969052bc5359d0c00bbc179 18 0.01/1.00 vMB 776
118,181 118,181 0000000000000c5c560ea701b50f974acd18a9466daa1dd6ca22b7f440be5186 8 0.01/1.00 vMB 392
118,180 118,180 00000000000067cf72cf7c879110c2f04ad2a6618b40c724bbf59a6a979c8e00 4 0.00/1.00 vMB 0
118,179 118,179 0000000000008b5e9851a96e03385d262b543cedca8fd9e8996001ce211b21bc 10 0.00/1.00 vMB 0
118,178 118,178 0000000000006de9d62a085b001e738c535a1f2a3c8d060507fda2b9f803f9ca 1 0.00/1.00 vMB 0
118,177 118,177 000000000000a719022b8e5d3cb789d1ead93b59101e22e0e62463da099d8b23 1 0.00/1.00 vMB 0
118,176 118,176 000000000000572f0383607975b4409f8bcf16c2acac6b1c714f6d0bc52d24a9 23 0.01/1.00 vMB 268
118,175 118,175 00000000000011451a9358b5fdb82b64db466ed1578a0a5c4663b1cc2950f9ae 1 0.00/1.00 vMB 0
118,174 118,174 00000000000048f0c57fef892e749039cd089b7e56f4385bb7613492a12097dc 6 0.00/1.00 vMB 0
118,173 118,173 000000000000c74c00a86b8c84e144a54b6ddf3685e24d389799ad8655cb5ac6 10 0.00/1.00 vMB 332
118,172 118,172 000000000000a3d1e775a8c841ed1debf5ebc84059dd5385efe8baf3ec4490e5 20 0.02/1.00 vMB 583
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: 10
  • Data Transfer:
    • Sent: 653.44 GB
    • Received: 13.88 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.