Loading Tool

Explorer IconExplorer

Memory Pool

84,648 transactions
31.88 vMB
0.11227904 BTC
Random Selection Loading Transactions
Max Size: 195.03/200 MB

Candidate Block

Mining Attempt 30b8275b6c79d19a9c2405530c64ca20185445bc8c7ce05e48762bc4669870c5
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root 3bcf34cedc457aa5dfd4304046841308c1ad1c5be01dcbe2c2799b5ebbe255da
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,796
Size: 1.00 vMB
Total Fees: 0.03509785 BTC
Feerates: 203.60 > 3.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (540,992 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
374,234 374,234 00000000000000000d0b8977f6f16f1c6e54142a29b1c5eb6f47cb27aa6a5007 1,576 0.50/1.00 vMB 103
374,233 374,233 00000000000000000394004caacba872ba5b51875daaa464758079fc0b1c21cf 816 0.93/1.00 vMB 11
374,232 374,232 00000000000000001073999f69996bd89a734fdfd2defccd8ded7951f2f5da2c 156 0.16/1.00 vMB 22
374,231 374,231 000000000000000002e68acb60e9d0e1cd7177ea7c9be1106c3b40c0d7cd7afd 311 0.14/1.00 vMB 34
374,230 374,230 000000000000000010a164afac1ebfcfebf1023eb260858c032783d23825ca97 1,067 0.93/1.00 vMB 26
374,229 374,229 0000000000000000074a44c78d9e3f56db92664fae001827c62fb1af1b9b1e01 883 0.93/1.00 vMB 16
374,228 374,228 00000000000000000dcedc60378d947340de66c96d4d507db38ea0be2850c136 463 0.25/1.00 vMB 38
374,227 374,227 00000000000000000d2c3e9cb2d2a7e9ce3fafaa3caefdb79a790b35729eb60b 770 1.00/1.00 vMB 10
374,226 374,226 00000000000000000fb22b70fd121e5498bf8afd54916ad9c42a4a95905d3f7b 302 0.16/1.00 vMB 30
374,225 374,225 000000000000000004612e15166be028609e3e627977211ff872364b9bbcb644 671 0.93/1.00 vMB 11
374,224 374,224 00000000000000000b30bcd80eac5de2d6135f7fc885f07b402b4270baa01b65 925 0.93/1.00 vMB 22
374,223 374,223 00000000000000000ec5e52abf66f002e9767d940308b5ccd2e33cc3fb77c7e7 1,955 0.75/1.00 vMB 63
374,222 374,222 0000000000000000039af2d6529f761027af87157f6a4cf13abfbe75ed281e39 830 1.00/1.00 vMB 12
374,221 374,221 00000000000000000d9bbd9a5d127184536fa844dbf184a91219df7be1f7ee08 119 0.05/1.00 vMB 49
374,220 374,220 000000000000000007260a09e09c2de405c5b0c65d3b1d151f289d8f34f26699 522 0.75/1.00 vMB 8
374,219 374,219 00000000000000000e8a1c90a62c1dbed6d730ffde34ff981dbd9ab3ee9dd5e9 2,050 0.91/1.00 vMB 51
374,218 374,218 00000000000000000af4f0c2f94ec6acdf9b4163b796413c1f76200d4f36721e 958 0.93/1.00 vMB 14
374,217 374,217 00000000000000000a9a4c49558461c4bb95feb2c38b596d4cde358f2ca13556 1,875 0.80/1.00 vMB 50
374,216 374,216 0000000000000000108ec97a7d262b6df0488289d039e1ce1772f4bd84775f42 1,183 0.51/1.00 vMB 43
374,215 374,215 000000000000000012d49c05d5cc189e2bdffd88c8437faecfe21c3d18c41ab6 1,796 0.93/1.00 vMB 38
374,214 374,214 00000000000000000e3b1b38ee452b745353039bd07f0a8a11994ce9e34661bb 1,969 0.95/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.78 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: 709.71 GB
    • Received: 16.96 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.