Loading Tool

Explorer IconExplorer

Memory Pool

42,675 transactions
26.30 vMB
0.05639242 BTC
Random Selection Loading Transactions
Max Size: 138.13/200 MB

Candidate Block

Mining Attempt 8180fa17e554a2aec15028f0e1c67098e8b889f8e7080b1bc7ff5679820aab8e
Version 20000000
Previous Block 00000000000000000000768db8c555c88522a89150a79f003e6f64bcd348a6d5
Merkle Root b4c0230e5ce80094a1b324b7a435af9c68c490b4797b6c8f3a9112c59b5e5e9e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,031
Size: 1.00 vMB
Total Fees: 0.00837367 BTC
Feerates: 150.92 > 0.84 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,726 (84,800 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
829,926 829,926 00000000000000000000f50d8ddb8b08ec34c75076f5b50e0026932caa4bfa93 3,444 1.00/1.00 vMB 19
829,925 829,925 000000000000000000012f1db23a5502aca9399dd5859b79ed028f75048289a9 2,163 1.00/1.00 vMB 13
829,924 829,924 00000000000000000000dd15aa8d9aee38290c8f23b40d2a100cff6f220417fb 1,892 1.00/1.00 vMB 18
829,923 829,923 000000000000000000015d5633b482f32a88a8fd6a8c93face1641457ea28c71 3,012 1.00/1.00 vMB 26
829,922 829,922 000000000000000000013df839eba342411913692bb4c636fc2a99aa6694ac0a 1,810 1.00/1.00 vMB 20
829,921 829,921 00000000000000000002726f8e441470d0819ca1a81eaff342d7c808073dfb5a 3,901 1.00/1.00 vMB 15
829,920 829,920 00000000000000000000d59125193ba7f04a96ce5f30134c5ffa1bc2a01fe04a 3,220 1.00/1.00 vMB 17
829,919 829,919 00000000000000000000816338ca063e3bbcd80f337edd0ebbdde65531df4d02 2,711 1.00/1.00 vMB 21
829,918 829,918 00000000000000000001cae7886d040a945cb8a36c7990bb3356dba974095ab5 2,294 1.00/1.00 vMB 17
829,917 829,917 00000000000000000002443b18717995b12ccae380056c1cca04b8be29d33c95 2,642 1.00/1.00 vMB 23
829,916 829,916 00000000000000000001e3ef01f2f4e2bdfdc280d8a8884d6ddd0824f1425654 2,056 1.00/1.00 vMB 31
829,915 829,915 000000000000000000015647c5b6ee36510460569e47f5178535afed7f486cb7 3,247 1.00/1.00 vMB 19
829,914 829,914 00000000000000000002df7ebe0263f4d9a45b753990a80662dd575cafbb2a81 3,065 1.00/1.00 vMB 14
829,913 829,913 00000000000000000000cfc987ead0545b9e85cfb32a27b3a045c1c0887d4475 2,206 1.00/1.00 vMB 17
829,912 829,912 0000000000000000000048864f1be74a7a113aa19baf1e8f5ebb8afff2b7d329 3,186 1.00/1.00 vMB 14
829,911 829,911 0000000000000000000176131474f261867dfbe3d751a1113ca9e27961a05c3f 4,062 1.00/1.00 vMB 16
829,910 829,910 00000000000000000000c669f7ff14cc794c6106a9764d36b9ce4442aa27fd7d 1,656 1.00/1.00 vMB 14
829,909 829,909 0000000000000000000228656a9d68ede67e74051a86645535a4d5a72a98fe4c 1,349 1.00/1.00 vMB 19
829,908 829,908 00000000000000000000fceb681a26c3bbb5849cecf80e97ac473470a09f8743 2,717 1.00/1.00 vMB 30
829,907 829,907 000000000000000000018ee3780d082b5524f96eb2b89ed12e8ff43c11080ff6 2,408 1.00/1.00 vMB 21
829,906 829,906 00000000000000000001b2ac5d30336bb194b0ef3ae887a67c1b7f6ec66fbedf 3,578 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 781.91 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: 645.77 GB
    • Received: 12.77 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.