Loading Tool

Explorer IconExplorer

Memory Pool

48,423 transactions
30.43 vMB
0.10425097 BTC
Random Selection Loading Transactions
Max Size: 162.19/200 MB

Candidate Block

Mining Attempt 0e5229905d6692a0811137df70869ca0b905f6d9802c7de4daa4b57210f79bea
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root c2520c725a8bf2ddf8df7418da1715af845e796a6e0afe6c8d5145428b0db45e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,167
Size: 1.00 vMB
Total Fees: 0.04130254 BTC
Feerates: 150.97 > 4.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (145,519 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
769,333 769,333 0000000000000000000722fc3ee4f3135b5769db7fd80adf6b70b23846c9c3ae 552 0.55/1.00 vMB 2
769,332 769,332 000000000000000000077d91eef9197e0167e2fa6e23da2e362c59f6aef54601 3,154 1.00/1.00 vMB 25
769,331 769,331 00000000000000000006e34506ef34f468306fc66f7dc0cfbf1b157e0c80cc8e 550 0.42/1.00 vMB 6
769,330 769,330 0000000000000000000605565be0cb88f35017e70d64aac009b38683792f82f4 3,201 1.00/1.00 vMB 24
769,329 769,329 000000000000000000011341112b88eb39c50f5b165d4e7f4f5ceb4d02784591 2,459 0.94/1.00 vMB 4
769,328 769,328 00000000000000000005cc2208db1ea1b3e261316a2bf205efe203bab3aed6ba 939 1.00/1.00 vMB 14
769,327 769,327 000000000000000000028699db3702ec51df59c15e2170edaef4e0223b573b65 2,851 1.00/1.00 vMB 29
769,326 769,326 0000000000000000000219577d0775ccedc61b06d48f307ffda57ae781575d21 3,123 1.00/1.00 vMB 28
769,325 769,325 00000000000000000007672734445caf3b00087210045f56871d2cddfb7854e8 3,222 1.00/1.00 vMB 27
769,324 769,324 0000000000000000000773cf78c9c2249dd8aed3b99b131c535ceeb0cfc90adf 2,289 1.00/1.00 vMB 39
769,323 769,323 000000000000000000014c37f823093ca09c3debbb2f8daeeca43f0ed6276d81 2,390 0.96/1.00 vMB 8
769,322 769,322 0000000000000000000788ac0c9961acddd1a749f05b3efb0a3f375cef612ee0 3,513 1.00/1.00 vMB 14
769,321 769,321 000000000000000000012402c234daac42aa1ac0b97a8f150bd79abd4635c439 3,144 1.00/1.00 vMB 25
769,320 769,320 00000000000000000001cbcae2f88d61e54a5a91993c93ec5b07044a3c2c70b2 2,697 1.00/1.00 vMB 23
769,319 769,319 000000000000000000077f1e05bd149e49b7298d33e286e8401fd91e1309235a 3,325 1.00/1.00 vMB 32
769,318 769,318 000000000000000000055123544ee76f81257df93c7f7457da331f0a8b3b8777 3,337 1.00/1.00 vMB 35
769,317 769,317 000000000000000000019aef68e3a9c5fe75c61bd9e2117a0d1b41139993a16d 1,490 0.45/1.00 vMB 20
769,316 769,316 00000000000000000004f841b18f7926532d1d28b8665ae1ea0135bf3168e2c3 2,368 0.93/1.00 vMB 21
769,315 769,315 00000000000000000003b0cb82a8983a0d46dcd9fbe3556960e49e0bdf3bdfad 1,783 1.00/1.00 vMB 19
769,314 769,314 00000000000000000002c834820b0229ce203fd03bf88dd549c854dcd3fcdd46 1,153 1.00/1.00 vMB 22
769,313 769,313 0000000000000000000352aa461990b85a521e4b58ab952f4825cbeabbd8ca48 315 0.08/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.13 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: 652.39 GB
    • Received: 13.76 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.