Loading Tool

Explorer IconExplorer

Memory Pool

79,463 transactions
29.66 vMB
0.06792812 BTC
Random Selection Loading Transactions
Max Size: 178.61/200 MB

Candidate Block

Mining Attempt f02462f038e57589b17eb24917bb3f82ef23de19804960431fdbe23ccdd6d8a5
Version 20000000
Previous Block 000000000000000000004443bbd7d3e1cd234af07e1977968d16f2c7b837c7c8
Merkle Root 2b308bf8de692fc39a7c61216b0053c667dbf94b7418108c8cc505ddfb93e2de
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,327
Size: 1.00 vMB
Total Fees: 0.00762152 BTC
Feerates: 100.19 > 0.76 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,988 (285,258 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
629,730 629,730 00000000000000000005ce057a839cbb23c098bde285d133ccfd06347c9f7b5b 1,818 1.00/1.00 vMB 30
629,729 629,729 0000000000000000000821d4fbb6618998836b5506425ebd016d71d8cfc4b93a 2,112 1.00/1.00 vMB 42
629,728 629,728 0000000000000000000d9fe827b83b6dfb0b65209408443550e767b87688b23e 1,898 1.00/1.00 vMB 89
629,727 629,727 000000000000000000058015b1e9c9708008e0734a827b9b44fbb7813a7feab6 2,600 1.00/1.00 vMB 37
629,726 629,726 0000000000000000000e00339f6c66d1ed1aa866d0c6b813d057c9e1b15c5dc7 2,332 1.00/1.00 vMB 85
629,725 629,725 0000000000000000000df8c9237ce9f982de1fc3e0eceacffca810ffa8572671 2,178 1.00/1.00 vMB 91
629,724 629,724 000000000000000000075cbb4bca0be7731a52c33bc2f7683f7f38b14837c4f7 1,480 1.00/1.00 vMB 35
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
Previous 10 blocks ↓
Total Size: 782.37 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: 663.68 GB
    • Received: 14.93 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.