Loading Tool

Explorer IconExplorer

Memory Pool

44,787 transactions
27.31 vMB
0.08023624 BTC
Random Selection Loading Transactions
Max Size: 144.24/200 MB

Candidate Block

Mining Attempt 5469ebe8cd562d261626918cf56a830f86f6340b9ff492e696ea6feb039ccef5
Version 20000000
Previous Block 00000000000000000001f5a331a027bc0be29c9295c200059def10bd81bfe125
Merkle Root 44a2057444faa8a5580d2aff536ef61ff57246671905f658a0da642a17665955
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,827
Size: 1.00 vMB
Total Fees: 0.02937382 BTC
Feerates: 200.83 > 2.94 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,801 (237,692 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
677,109 677,109 0000000000000000000529c71fd78feacc8a0e2fddd29e3bb055473b22df9f52 2,290 1.00/1.00 vMB 70
677,108 677,108 0000000000000000000102f9f297baaeb44a0d53210f9e82c0b8f6f54bcd3c58 1,175 1.00/1.00 vMB 12
677,107 677,107 0000000000000000000655c194168240ca796f1baaafe9747cc6b8b357622b5f 1,456 1.00/1.00 vMB 47
677,106 677,106 00000000000000000006b5e92bdd6e91ca8ee9f6881ecd5a7bb9d3774f967829 1,285 1.00/1.00 vMB 43
677,105 677,105 0000000000000000000c35e9fb920d87ae31b4399f1422d92f054e3b925baca2 2,353 1.00/1.00 vMB 71
677,104 677,104 0000000000000000000883786ab5ed15a14ae396f1fb41596b0ef1f27aeb8e7b 1,528 1.00/1.00 vMB 17
677,103 677,103 00000000000000000005e87ec746f1cdcb9d326db4d7c230a9343d6a4c382e5d 1,395 1.00/1.00 vMB 25
677,102 677,102 00000000000000000009e159cc4db9c2394a1f3e9b0720377c8e6ddd0363834f 1,590 1.00/1.00 vMB 17
677,101 677,101 0000000000000000000a18eb464378fcdb7e727d9dc114f0143673b982ed4bac 1,569 1.00/1.00 vMB 20
677,100 677,100 000000000000000000004f6d88481a0f4a197cbb7b98240479545eb8d00c51f5 2,304 1.00/1.00 vMB 46
677,099 677,099 00000000000000000000ec4b9f521b49fa6f29138a99a6c80028b2344bdb61ee 1,753 1.00/1.00 vMB 33
677,098 677,098 0000000000000000000428f6f82b423a9b8ce4c6a93e460d9d3df9204985cfae 1,952 1.00/1.00 vMB 42
677,097 677,097 000000000000000000024b17f8e12453eec54bdd18e81fbccb4d18ebec0ff81c 2,017 1.00/1.00 vMB 64
677,096 677,096 0000000000000000000624242fb71c744d6dbbdfc16bc796da86cc22a7c4e078 1,410 1.00/1.00 vMB 37
677,095 677,095 000000000000000000032a25e8ee9443fb57c2a38d7609b6fef184357144d65c 1,985 1.00/1.00 vMB 30
677,094 677,094 0000000000000000000b0ed49419951e7da909cbcaf129ff830b69888db8c275 1,157 1.00/1.00 vMB 52
677,093 677,093 0000000000000000000abc488d836b7b3bfbc783061c405b691a942cb5740f4d 1,552 1.00/1.00 vMB 32
677,092 677,092 000000000000000000047557be434c370834ae6c4f2848295cef8a5da02e89a7 1,780 1.00/1.00 vMB 64
677,091 677,091 00000000000000000001f35d5828772468af55af712889a0dc073201b022fcf3 2,343 1.00/1.00 vMB 77
677,090 677,090 00000000000000000001805de14f11b0f403eaead712194fb955c53ba8a73426 2,341 1.00/1.00 vMB 85
677,089 677,089 00000000000000000007fb7174c6baf3ff5c6c6e46df2ec4aa09d0ed67b791be 2,240 1.00/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 782.03 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: 650.41 GB
    • Received: 13.28 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.