Loading Tool

Explorer IconExplorer

Memory Pool

39,841 transactions
27.76 vMB
0.07834833 BTC
Random Selection Loading Transactions
Max Size: 142.90/200 MB

Candidate Block

Mining Attempt d7ab1b87f4328183e1d2010dd94e793357fc031630063f36176daff707fe79c5
Version 20000000
Previous Block 00000000000000000001a5aff3d7fc530369acfa5105de5da74228db12577014
Merkle Root 416319293a77eb0e52de4ed727c73825eeef7c2a65d5bd78c67a6be09be73d74
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,871
Size: 1.00 vMB
Total Fees: 0.02243577 BTC
Feerates: 180.64 > 2.25 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,268 (912,157 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
2,111 2,111 000000006a1e87b12ff12edcc04408a61b6d436b21dd6d8af9f5afc759a38116 1 0.00/1.00 vMB 0
2,110 2,110 000000004e9faa21bc0797c4124998999b0d8a42b1b5257dada61079a3f00257 1 0.00/1.00 vMB 0
2,109 2,109 00000000ea7f9f046ae440a6d6b3e42f67b20c9d51d300cd5d757f309beaf883 1 0.00/1.00 vMB 0
2,108 2,108 00000000858aa3785d1874097feee96e35aa9e80804207d1af28f2ba251ea9bd 1 0.00/1.00 vMB 0
2,107 2,107 000000004e9312de3e91560422cfc38f37d6e96f836169d3cbef6284df27c0da 1 0.00/1.00 vMB 0
2,106 2,106 00000000125bd7848efc28349f2f8a45aa2412e25fb0c9a63ab989db66ba910d 1 0.00/1.00 vMB 0
2,105 2,105 00000000266f48b65050bd91fd8584a2e5b3225c64af4b8f2321a24a1d7b62cc 1 0.00/1.00 vMB 0
2,104 2,104 0000000074d8bfd85b5c211a7ddc38bb62e84078e1778e90635855a992910d8b 1 0.00/1.00 vMB 0
2,103 2,103 00000000d5c38d3d304e325f7892bc67affc7c1bdbf82db7d6233178afd3edcb 1 0.00/1.00 vMB 0
2,102 2,102 00000000aeeefd7c35c30f53345004470618aa400239892cdafd6ed5a282cd2a 1 0.00/1.00 vMB 0
2,101 2,101 00000000d8982f243bdc42ea9b6dd9961f98d99db54decdc6affdfdfd7205eaf 1 0.00/1.00 vMB 0
2,100 2,100 00000000d5092034c3a92473d42f28e3fd279f0652e2d5b0049c7d40fcbc990b 1 0.00/1.00 vMB 0
2,099 2,099 00000000a993926b3a5445a43a8cf541590a95295c62a59aaca09f3f1c802c72 1 0.00/1.00 vMB 0
2,098 2,098 000000005a9189f917643e93a3fc11775592586079ab775db9e5e06c6f7861d9 1 0.00/1.00 vMB 0
2,097 2,097 000000005a4e2652c424379e180ba98a3e6ebec92df5f25c4307e663302808ef 1 0.00/1.00 vMB 0
2,096 2,096 00000000613a98b6b1ff823ae8af5b1613f436e1b1ef62744ae39df6c62d7b0c 1 0.00/1.00 vMB 0
2,095 2,095 00000000bd56ca2b4b827de4a87fd1e5b4bd0437236cef6cc1cbf32b586e16eb 1 0.00/1.00 vMB 0
2,094 2,094 000000007e96f9aaf9ffa534df258772228aadf119fecb09b05e942686dde7d4 1 0.00/1.00 vMB 0
2,093 2,093 00000000a5c9ae7b0c97436e0bf1111fd421bf3fd9118aeaa8063575cd1bee7e 1 0.00/1.00 vMB 0
2,092 2,092 000000002632732de3262f8a3df0c1516439fe310353e183db101a61bc77a788 1 0.00/1.00 vMB 0
2,091 2,091 00000000509129b194cea2419dc5a6237bd7c3f650a7a49e11bae5e7a2a6927d 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.07 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: 578.30 GB
    • Received: 8.71 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.