Loading Tool

Explorer IconExplorer

Memory Pool

35,711 transactions
26.08 vMB
0.07235518 BTC
Random Selection Loading Transactions
Max Size: 132.62/200 MB

Candidate Block

Mining Attempt 32425fb2424a64d72a26bc45f86582645ce94d1e97d769e10956a82164a22a5a
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root 1b51b7c1b6e88b89af763229ffeadef653a250661b58e1b71f164a45885bfe30
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,064
Size: 1.00 vMB
Total Fees: 0.02417328 BTC
Feerates: 250.88 > 2.42 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (1,760 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
912,931 912,931 00000000000000000001edbd7d079178eadf23ae0a6e30c8ae43afdb6b7b1091 3,770 1.00/1.00 vMB 5
912,930 912,930 000000000000000000011d658c11717dd275d9951056541def0c05f88fb14d90 4,144 1.00/1.00 vMB 5
912,929 912,929 000000000000000000002687748c6f35da77daddd968bf503e6693510f47f72e 5,271 1.00/1.00 vMB 0
912,928 912,928 00000000000000000000c5caeb65a19d28779613968e75ef78a0b2b9c749d00e 2,684 1.00/1.00 vMB 1
912,927 912,927 000000000000000000007a8a613f49ecd560048b7450f37d6611855aaf2c351d 2,257 1.00/1.00 vMB 3
912,926 912,926 0000000000000000000010fd6018b38818e136e62c54c73256569258a9dd5dce 4,036 1.00/1.00 vMB 7
912,925 912,925 0000000000000000000189a4056cdf6ef7e7b6ffd68cf9f9d65d60bf6b7d161a 3,480 1.00/1.00 vMB 4
912,924 912,924 00000000000000000001d81dc323e167a9ba8755a5303043e831eb1fd79ef344 3,346 1.00/1.00 vMB 4
912,923 912,923 0000000000000000000006a78f642f718ceb60ae0d1941c566f0f1a9436155c4 4,336 1.00/1.00 vMB 7
912,922 912,922 00000000000000000000045174389281011fbf7883ce8663d407d9c2bda9a572 5,734 1.00/1.00 vMB 1
912,921 912,921 000000000000000000013e8733d622f0e248b9824dc1fe0832108c6841b3dc5c 2,763 1.00/1.00 vMB 1
912,920 912,920 000000000000000000012835673044393c09dff9f11e6b8e5db02c164666c95e 2,942 1.00/1.00 vMB 3
912,919 912,919 0000000000000000000207c4c2bc75dc5cec3f0eaab5d9279b17c957cacd15ff 3,071 1.00/1.00 vMB 3
912,918 912,918 0000000000000000000078599d720e20c2833e07da99efa45a59ea9fea3f7d57 3,912 1.00/1.00 vMB 6
912,917 912,917 00000000000000000001aa3f283984e34499e831ccb0e8d02a6b0a7657eb47b6 3,166 1.00/1.00 vMB 3
912,916 912,916 000000000000000000017ee3f6d3e92fc571bf8c03213f1b4e73ad523ec413c0 1,735 0.63/1.00 vMB 3
912,915 912,915 000000000000000000004f29d521aa86816f48e742ad6afdbe3d3ebde49d8315 2,501 0.63/1.00 vMB 2
912,914 912,914 0000000000000000000003446ac2c7ccbdeade61b8b0c93d266462dedab7ee1d 2,062 1.00/1.00 vMB 1
912,913 912,913 000000000000000000004dde9c92fc561782cdf36bd2abe141454057bde1fe4f 2,625 1.00/1.00 vMB 2
912,912 912,912 00000000000000000000e252df272e5e4edc38b92b4899fe7177c4aa5c480332 3,577 1.00/1.00 vMB 6
912,911 912,911 00000000000000000001387b7db22ef5942ea836c78c90b6b7c397990a85c891 4,114 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 781.84 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: 637.82 GB
    • Received: 12.45 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.