Loading Tool

Explorer IconExplorer

Memory Pool

35,848 transactions
26.09 vMB
0.06969734 BTC
Random Selection Loading Transactions
Max Size: 133.21/200 MB

Candidate Block

Mining Attempt af0d10296fec19e2c56ed8777b4b2b3852d9a4b746e8b5a220a9479b2692ba83
Version 20000000
Previous Block 000000000000000000016d6f2b2c8ba81bafff03de43e5b0b3362476d7672035
Merkle Root a121c596a827cf838f5b16caeefb6646113dfc25c5213b81f9e53807dc184e00
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,147
Size: 1.00 vMB
Total Fees: 0.02165516 BTC
Feerates: 713.01 > 2.17 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,679 (100,091 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
814,588 814,588 00000000000000000000cb85e7f707544fffce7f9b5692b0245c70a63de344e5 1,566 1.00/1.00 vMB 11
814,587 814,587 00000000000000000003e678695dc2880bdf270543d0cd13aaff8a775171bf48 2,319 1.00/1.00 vMB 21
814,586 814,586 000000000000000000044e473d2fdf794f1425377ef2d0186dec0a08374c7630 2,852 1.00/1.00 vMB 18
814,585 814,585 00000000000000000003a5a8cb90d3f42d9f592500c134f31177cf8d25bd60fe 2,200 1.00/1.00 vMB 12
814,584 814,584 0000000000000000000224fd6954d753f438ca29a6234cc78b5cbfc671f3fbe5 3,079 1.00/1.00 vMB 12
814,583 814,583 000000000000000000040986ebe53f6e0a0d87cbe52d53a95d3791009fe7fe47 3,432 1.00/1.00 vMB 12
814,582 814,582 00000000000000000000e6e70f3cc7c3ad2f6b3a500e4dee55210c9050edc3af 4,952 1.00/1.00 vMB 13
814,581 814,581 00000000000000000001ee944d140ccd2d04d50ac5e10139dc997005b9e1bfaa 2,411 1.00/1.00 vMB 12
814,580 814,580 000000000000000000016a1a660156dcb773b2ab84d02b5ccc0449dd2866aa7f 2,742 1.00/1.00 vMB 16
814,579 814,579 00000000000000000001dda2e0215bd0acc34f71d98ad906b3393d275125b8e8 4,747 1.00/1.00 vMB 12
814,578 814,578 000000000000000000026191c25363e481ffc5f1415d74d5edc609fb945ba845 4,298 1.00/1.00 vMB 11
814,577 814,577 00000000000000000002ef4b587d7979ab6c42ae774deda90b71c564463dede8 3,078 1.00/1.00 vMB 16
814,576 814,576 00000000000000000002249960975487d698401d61f761b033ae7fa72e2b5671 2,542 1.00/1.00 vMB 16
814,575 814,575 000000000000000000032610db55965c2107588df8514ef2e6ad5048439428e1 3,142 1.00/1.00 vMB 21
814,574 814,574 000000000000000000028b3c919dca8c52d6d2bed293ba40e4ca87f8bf0c25a7 2,516 1.00/1.00 vMB 12
814,573 814,573 00000000000000000001e28ce94d3e47a1dd698efebf354a61ccda72c09ef8e9 2,644 1.00/1.00 vMB 19
814,572 814,572 00000000000000000001b6d23fa3fba9ab7e74d9a62d2ee6ca7017afbace20c9 1,928 1.00/1.00 vMB 13
814,571 814,571 000000000000000000028c8b92f7ec7f98e38cec54ad7e1752e0ffa966740cd1 2,918 1.00/1.00 vMB 13
814,570 814,570 00000000000000000002fb21b678c2e4239b24fb55fa9c8599becce60c8ae299 2,939 1.00/1.00 vMB 19
814,569 814,569 00000000000000000002f4ba0c47ffc774c0455999eeac5798ad07aa2c34e87b 3,152 1.00/1.00 vMB 27
814,568 814,568 0000000000000000000179adcc9d73d93126623f3c12a77e47244725868d9399 1,520 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 781.82 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: 635.99 GB
    • Received: 12.35 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.