Loading Tool

Explorer IconExplorer

Memory Pool

41,961 transactions
26.52 vMB
0.07165218 BTC
Random Selection Loading Transactions
Max Size: 138.04/200 MB

Candidate Block

Mining Attempt d0a6eb20bcf10823089fb396dc448ff44d814aefd3e05dcd7ae5d7515e8b9b70
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 5fa6688a46e83b2f3f0cdb834bfe4e9befc8239e46173324dcb5342edc84f59b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,789
Size: 1.00 vMB
Total Fees: 0.02280236 BTC
Feerates: 99.53 > 2.28 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (378,148 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
536,728 536,728 00000000000000000027244b39183499ea8d283e7061bbb7172b6aa63e70c1ae 1,543 1.00/1.00 vMB 40
536,727 536,727 00000000000000000024ff75505551662a907b6e3d95f69d465af7e63fcd4587 1,155 1.00/1.00 vMB 46
536,726 536,726 00000000000000000021888b99576785cfa27f5989abc410cc31262262b4ac62 970 1.00/1.00 vMB 59
536,725 536,725 00000000000000000011c823e19d95fa2f6d34039b3431d8442c05d93b3820d5 855 1.00/1.00 vMB 60
536,724 536,724 0000000000000000001bf70901f74dbbf96e447e4e71509b4d30a886a47d6a43 2,235 1.00/1.00 vMB 32
536,723 536,723 0000000000000000000d2d7a44dc2938204917a3cc6695547c77d9b322839d8e 2,163 1.00/1.00 vMB 21
536,722 536,722 0000000000000000002b9c794d51c015bbdb74d2cfe875b09eb022f21d811f35 2,223 1.00/1.00 vMB 49
536,721 536,721 0000000000000000001d6af2d1aa83ad9fe549913093a9bacd022b91a1c0abc7 2,261 1.00/1.00 vMB 25
536,720 536,720 0000000000000000001d7841a1941a0762c895691c6e9c1e270caf53de9b1d24 2,143 1.00/1.00 vMB 4
536,719 536,719 0000000000000000000bc75d43ffea72051a3d1c4d7c965ee4b2259ac592a573 2,080 1.00/1.00 vMB 25
536,718 536,718 00000000000000000016ae1a85eba7c91714d6f528d97821c7e6ee7f280074e0 2,254 1.00/1.00 vMB 44
536,717 536,717 00000000000000000005327c8282865a845dd10ab02f9c98502032f8ca5c655f 1,885 1.00/1.00 vMB 9
536,716 536,716 00000000000000000008c9a25b09c01c6862f17bb0d600c39e74a43815a23043 2,352 1.00/1.00 vMB 7
536,715 536,715 000000000000000000134a442d332e208323f89d3aa9d2325543c08a3fa50dee 1,805 1.00/1.00 vMB 9
536,714 536,714 00000000000000000012b016fa349d3284b386cd5da8f1a262a39ce6b173eb36 2,216 1.00/1.00 vMB 37
536,713 536,713 00000000000000000017f6a352fee08d16bf8337676b604bf6d60c146c020833 2,880 1.00/1.00 vMB 7
536,712 536,712 000000000000000000267c432414a9d7b716470300877af6c0b25e138b8ee54e 485 1.00/1.00 vMB 9
536,711 536,711 00000000000000000000b70b0e9c6085460b5960cfb5d58e498164ea3a6e3abd 2,109 1.00/1.00 vMB 14
536,710 536,710 000000000000000000065c9afd1dd9b53a3ab045a2fc81ab2aa2b2349678bf32 1,921 1.00/1.00 vMB 61
536,709 536,709 000000000000000000006a45c10df5e60627eb9dd1a8edf43bdddd00728fa88b 421 0.21/1.00 vMB 20
536,708 536,708 0000000000000000000c5b2e8d3bbff928de14046aebf887ab327a3b10086183 705 0.82/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.17 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: 653.46 GB
    • Received: 13.89 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.