Loading Tool

Explorer IconExplorer

Memory Pool

47,185 transactions
27.57 vMB
0.10542501 BTC
Random Selection Loading Transactions
Max Size: 146.96/200 MB

Candidate Block

Mining Attempt 43daefa3eda21704a2f246a76738febfbb64933a3fbe3a921283478d028548cf
Version 20000000
Previous Block 00000000000000000001bfbced3ea009a2f71c20ce288c536043b9b1575dc7b2
Merkle Root 5a28ef9566444b88202f8418dfc4613371b3022cd4323c486a37f4671b0f0e00
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,425
Size: 1.00 vMB
Total Fees: 0.05378591 BTC
Feerates: 101.66 > 5.39 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,771 (25,177 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
889,594 889,594 0000000000000000000147f5ee1573426c6abdefb7f5a4c2566ad163aefc1871 4,530 1.00/1.00 vMB 2
889,593 889,593 000000000000000000022e94db5b6239b14f5156d3bbd1f1c979cd5c5f5f59ac 1,717 1.00/1.00 vMB 3
889,592 889,592 00000000000000000000afde66534f1a60f0f9a90ce89d0bd8e82c58c0456bf6 3,957 1.00/1.00 vMB 5
889,591 889,591 00000000000000000001917b4d94e5b9c51e2102b8350c85141de6db9efdc032 4,933 1.00/1.00 vMB 5
889,590 889,590 00000000000000000001879a6e8d3f3afca2bdcca0136513e510a312dadb2e9c 4,521 1.00/1.00 vMB 6
889,589 889,589 00000000000000000001d57df04f2f718e9b83a93cd51152fa9093830cdafc57 3,285 1.00/1.00 vMB 1
889,588 889,588 00000000000000000000b6a9c46cf30d4e8a31a5cc629fd959afc22f70fcc207 3,503 1.00/1.00 vMB 3
889,587 889,587 00000000000000000000d8b00dd05c2cd427298d672ff6843f3bc9db4b87fad6 4,918 1.00/1.00 vMB 3
889,586 889,586 00000000000000000001b52d5a83252565122f57fe94b1e0e78563effff378da 3,547 1.00/1.00 vMB 3
889,585 889,585 0000000000000000000129e7e7024ac0e4808c31bdaede81f49b76b012584b6d 3,636 1.00/1.00 vMB 8
889,584 889,584 00000000000000000000c7cc82cfc954a738e27725b87d372134b7a358677657 5,451 1.00/1.00 vMB 1
889,583 889,583 00000000000000000001c111c142d0144c3eea400682900eaa1923273cb92c22 3,729 1.00/1.00 vMB 2
889,582 889,582 000000000000000000012cfb3486df97cd43c0129ba2329ac9c38bf82d773852 3,113 1.00/1.00 vMB 4
889,581 889,581 00000000000000000000c9182fd2b7f1d395f6f43abb63c7642dc9de730a51c0 3,281 1.00/1.00 vMB 6
889,580 889,580 000000000000000000022a1a25e45bd4706692a5667922b705ade502b35663fd 3,340 1.00/1.00 vMB 4
889,579 889,579 000000000000000000010d196eb6888ca340787b6d781d42eb02abda3323a778 1,617 1.00/1.00 vMB 3
889,578 889,578 000000000000000000010a1e653cbf1aca359472b77142d89e3c6e7f431e75f8 3,651 1.00/1.00 vMB 8
889,577 889,577 000000000000000000002187cd43fbc4b827b6915bc6e0fe50a4a091134d4d1d 3,388 1.00/1.00 vMB 2
889,576 889,576 000000000000000000024fd13d832f68fb31f224c9249c20c306df2a2be1c761 2,545 1.00/1.00 vMB 1
889,575 889,575 00000000000000000001a917059020646b8bcba3ca06bd25b4a273099299eaf7 3,124 1.00/1.00 vMB 7
889,574 889,574 00000000000000000001ece636fd57dfc735175675dda86c188c51b67daad957 4,846 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 781.98 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: 648.26 GB
    • Received: 13.02 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.