Loading Tool

Explorer IconExplorer

Memory Pool

79,731 transactions
29.53 vMB
0.06420861 BTC
Random Selection Loading Transactions
Max Size: 178.15/200 MB

Candidate Block

Mining Attempt 580d3fa526c7b3dd8f89c08eeee343cd35f0583f664b74ecd0858a19d107f214
Version 20000000
Previous Block 00000000000000000001abed1852b80684e90fccf3b1a2dc0f2f699b05dff0b1
Merkle Root 2983d61c1be754859e0ea80b248edc4dc844e6b02d81c124876431658f6c6240
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,621
Size: 1.00 vMB
Total Fees: 0.00382008 BTC
Feerates: 46.76 > 0.38 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,963 (285,240 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
629,723 629,723 0000000000000000001119e1098d67bfbf83ae4f5479ee1eae2076f9f4535bbc 1,640 1.00/1.00 vMB 37
629,722 629,722 0000000000000000000d0203b634a53444c78f4f053f87761657ff4d7ff6ad55 1,013 1.00/1.00 vMB 23
629,721 629,721 000000000000000000018a4028f626820bbab811f980b0cff0713b8bb22688f1 705 1.00/1.00 vMB 15
629,720 629,720 00000000000000000004b8b68d679639c2c1f83d9466767082cc76adacb2eb07 1,093 1.00/1.00 vMB 25
629,719 629,719 0000000000000000000279c1d97de80697b9ebff8f5ddcb077d53173f79f7c9a 1,668 1.00/1.00 vMB 45
629,718 629,718 0000000000000000000aeb9c8e67c950a5eeb5156baca4c2f7991a9d3c7949ec 1,751 1.00/1.00 vMB 46
629,717 629,717 00000000000000000000778d7fcb132f52a1b6ddae23ac3e08b36f86582e6c26 1,344 1.00/1.00 vMB 61
629,716 629,716 00000000000000000007de1cfb9800150e95f08d678b7caee5a77277b6cd0f32 1,714 1.00/1.00 vMB 42
629,715 629,715 0000000000000000000d5caaeeab5b2646596ea4acd32b0e4458b215d823cb69 1,594 1.00/1.00 vMB 32
629,714 629,714 0000000000000000000541d198d693b405d3a4279018d561345eda74e034621a 492 1.00/1.00 vMB 11
629,713 629,713 000000000000000000025e2428d99283ea7384f41ca711ff768d45edaf184104 1,243 1.00/1.00 vMB 29
629,712 629,712 0000000000000000000b1b70cd20fdcd52f7b08c553f216ffd1c03e10d65d3df 351 1.00/1.00 vMB 8
629,711 629,711 00000000000000000011492c40d4c032f13135e86adeae2238bc7740ea207291 1,100 1.00/1.00 vMB 26
629,710 629,710 0000000000000000000768e4b249c1beb8d84eb44a5c930ad46d067bec13912c 729 1.00/1.00 vMB 15
629,709 629,709 0000000000000000000f4a92da3e02e3b6e3c1007b1d543dd74ee689d91cf110 1,293 1.00/1.00 vMB 13
629,708 629,708 000000000000000000090591e10bf1f5d8dfb1b6315b38b11633cd754b64f1c5 2,448 1.00/1.00 vMB 86
629,707 629,707 000000000000000000013fb12f0a1877e68aca6245cb7a888db38bb5d8fee28c 202 1.00/1.00 vMB 5
629,706 629,706 0000000000000000000dc2ddeedb37011a41a3466ab916d60c3c655accfc0daf 127 1.00/1.00 vMB 2
629,705 629,705 000000000000000000100006be34a1fea562f83318299e8998f81d6dd1ad29fe 1,548 1.00/1.00 vMB 39
629,704 629,704 0000000000000000000a4116092a8797d69600d6f5a59e31b7d9ea48f971c2f6 686 1.00/1.00 vMB 20
629,703 629,703 0000000000000000000bf51dae85c1587bd08a654508b47077076e1550ff8e33 676 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.33 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: 660.34 GB
    • Received: 14.68 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.