Loading Tool

Explorer IconExplorer

Memory Pool

39,200 transactions
28.56 vMB
0.05873386 BTC
Random Selection Loading Transactions
Max Size: 145.09/200 MB

Candidate Block

Mining Attempt 282ae7ee291d15ee854ba2112933279eae541889dd1f41099266b9ec56d0e80b
Version 20000000
Previous Block 000000000000000000012d6c916022b0c29b256de4137f6a37cd2f35e9040386
Merkle Root 1f92e5e10b40d544fc8ec4da3003d0e815158cefb2819277fbc37e90d4c401b3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,921
Size: 1.00 vMB
Total Fees: 0.00355656 BTC
Feerates: 10.07 > 0.36 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,543 (454,764 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
459,779 459,779 0000000000000000011c3a5245156fe0b7d45f136bd69c8001b4bd468353cd6a 2,338 1.00/1.00 vMB 196
459,778 459,778 000000000000000000a6a34132cabf7404455b928411cf0080836c1549cfeb4a 2,175 1.00/1.00 vMB 138
459,777 459,777 0000000000000000005220358d4a48fefec973b388743ca7b05f5d59d0395668 2,178 1.00/1.00 vMB 178
459,776 459,776 000000000000000000831fb77e32fcee38b0b8482989d46e5e00bb7b29a7622a 1,842 1.00/1.00 vMB 140
459,775 459,775 000000000000000000c6fdd3a323ef93216e8ce201feae25622c38323d8a9eab 2,151 1.00/1.00 vMB 171
459,774 459,774 0000000000000000018935cb397ab5ddc1c63eff0c74059cd017030ddabb4bfe 2,350 1.00/1.00 vMB 168
459,773 459,773 0000000000000000000a9e3bf2eeaa62edc3df8b0c03886c4e1095343c424ad5 3,058 1.00/1.00 vMB 151
459,772 459,772 00000000000000000051dcb211b974b2e39939218651fd9153fe9e57722b3040 1,785 1.00/1.00 vMB 139
459,771 459,771 000000000000000000c9dec06d56a46831a4ee54ce939f3b7e0bec5dfad06366 2,165 1.00/1.00 vMB 209
459,770 459,770 000000000000000001aa880f10f39e73954697637a4cf4b46444d0aba2cb2700 18 0.00/1.00 vMB 2,256
459,769 459,769 000000000000000000be1c5b1472e18db9f41d3c407c43bae2e7522bbf2574b3 2,406 1.00/1.00 vMB 166
459,768 459,768 000000000000000000fc13dccd3312f818a21a53eb4b50256c35d197a362e422 2,612 1.00/1.00 vMB 145
459,767 459,767 000000000000000000b97281947d2729b9c20d20ef4f5bb488637aa1a37573ac 2,205 0.99/1.00 vMB 168
459,766 459,766 0000000000000000004b9388b88aba724ed93f1e05c2abae8178d60ac978b0e4 2,688 1.00/1.00 vMB 252
459,765 459,765 000000000000000000ab00266bb00e88567dabb4fef63281371af938f2bcb2ee 2,621 1.00/1.00 vMB 267
459,764 459,764 0000000000000000008efc8330d40fd339c91901d0db8c6fa80637296e4de899 922 1.00/1.00 vMB 138
459,763 459,763 00000000000000000013ed60d68b69a90451029d1085e26d01e2dd0312c53865 3,027 1.00/1.00 vMB 154
459,762 459,762 0000000000000000009b0b9e95f5e3ce006f3940bf68c03de23b0a34523e778f 1,892 1.00/1.00 vMB 153
459,761 459,761 000000000000000000071f1e6c05dd5ad5b2d542ff4dfe19a6dde8ca2983f88d 1,969 1.00/1.00 vMB 204
459,760 459,760 000000000000000000396c22ef1b2eb62e7d8aa3e8e1c626cb4b1a8f235a1477 2,018 1.00/1.00 vMB 165
459,759 459,759 0000000000000000007a09150c1aa748420f457cdfe123b17f79bce069ada151 2,432 1.00/1.00 vMB 166
Previous 10 blocks ↓
Total Size: 781.57 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: 622.66 GB
    • Received: 11.36 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.