Loading Tool

Explorer IconExplorer

Memory Pool

34,801 transactions
25.71 vMB
0.06428426 BTC
Random Selection Loading Transactions
Max Size: 130.60/200 MB

Candidate Block

Mining Attempt f9eb2d9cc54ffe702ec2084b0b08ed5e329c81a2efa6614bde89ccf6a36fa9dd
Version 20000000
Previous Block 00000000000000000001870bbdf84bd9c66dfb3a3bf8fa88686553f61f93d86a
Merkle Root 7d927fc8018c8ba4382abc441f9a79f21c409a513f80dddf2ac333c19c36b49f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,699
Size: 1.00 vMB
Total Fees: 0.01744372 BTC
Feerates: 150.62 > 1.75 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,697 (1,775 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
912,910 912,910 00000000000000000000c7360915b2233f7b06bea9c0df1dd0aa07da5082e04b 3,599 1.00/1.00 vMB 5
912,909 912,909 00000000000000000000d48d1c53c4552eb6890952a3fa51b884532c7108b548 4,161 1.00/1.00 vMB 6
912,908 912,908 00000000000000000001eeb5f90e6d44e11c3bc4cdc309484afae6f0f91f24c0 4,445 1.00/1.00 vMB 12
912,907 912,907 000000000000000000013e0bb0713713cdb1d735c1de24e4644a38f4e6bba9cb 3,494 1.00/1.00 vMB 4
912,906 912,906 00000000000000000001e59d27c9221de2fbe548b5007140225ea66bfc8696cb 5,835 1.00/1.00 vMB 1
912,905 912,905 00000000000000000001a1a06a37ef51642f75f26e97df6c1ad0e05eafc58686 3,540 1.00/1.00 vMB 2
912,904 912,904 000000000000000000016228fe64e365f8cfdd1ffa5269de0b8ed3e6d6a12545 4,116 0.84/1.00 vMB 1
912,903 912,903 000000000000000000013c190c881b2fe8726b2d390491364d2533e375448a98 3,493 1.00/1.00 vMB 3
912,902 912,902 00000000000000000000f584ccc963883814f5c46998297eb447d5160e1cea64 2,461 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 781.85 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 638.82 GB
    • Received: 12.50 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.