Loading Tool

Explorer IconExplorer

Memory Pool

77,007 transactions
28.72 vMB
0.07716654 BTC
Random Selection Loading Transactions
Max Size: 173.77/200 MB

Candidate Block

Mining Attempt c096d17d9342459a24732d6699da0e43aa27e7c786c988dcf3e8a657f6fa6f78
Version 20000000
Previous Block 000000000000000000011d49c0349887e36fe6508c1977edbe2c0a508259bee0
Merkle Root e2f3f8c8e2eff5a63badd0b3e0de3cb737b2ce9633336f4d269dcd29e3aca901
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,990
Size: 1.00 vMB
Total Fees: 0.01751152 BTC
Feerates: 100.17 > 1.75 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,136 (322,357 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
592,779 592,779 00000000000000000017556afc369016d61ebe85dade0047d83b649bfaf34894 2,755 1.00/1.00 vMB 29
592,778 592,778 0000000000000000000579031590f99c744971a1c7c217f588b8ac42c3594095 3,227 1.00/1.00 vMB 41
592,777 592,777 00000000000000000002cd31f32c21938c7c7b2053e1dfb5a25b7f90e85ef3c2 185 0.06/1.00 vMB 17
592,776 592,776 00000000000000000018233ff939241ef050409c2585b2f2799a4a77aaca0460 2,110 0.66/1.00 vMB 18
592,775 592,775 00000000000000000007171c82948a2ac96049fcfe3a201adfeee3cd763c2fb5 2,039 0.68/1.00 vMB 17
592,774 592,774 0000000000000000001800757dbc66f4784320d7d11feb328c3ee35b6017b01c 2,826 0.95/1.00 vMB 17
592,773 592,773 00000000000000000007ce20c4d2f1119c4534773e6a70ed5d67e60993031fe1 2,098 0.71/1.00 vMB 18
592,772 592,772 0000000000000000000ff68e2df9fb5190d49237cf9e16f8955672fb338ff938 1,062 0.50/1.00 vMB 4
592,771 592,771 0000000000000000000135bf9264b17fa1200b048a3d00815c6874d18eb0886c 2,685 1.00/1.00 vMB 17
592,770 592,770 00000000000000000000e24ab2eda30dbe48b9fa9b9552294a624b9927e43fbc 3,084 1.00/1.00 vMB 26
592,769 592,769 00000000000000000014f89261168794a86b2620122a0fbbce945444f5b5b637 2,226 1.00/1.00 vMB 8
592,768 592,768 000000000000000000181d1d98a1e51dec516ce5417f2c291b012f47657d545d 2,658 1.00/1.00 vMB 29
592,767 592,767 0000000000000000000cc111a62385caac7fd72bd80215dde0734e4fac022d0d 1,574 1.00/1.00 vMB 16
592,766 592,766 000000000000000000021f77f9ebbc3703e83e1031a9562ba385039dd5ef13c4 2,280 1.00/1.00 vMB 19
592,765 592,765 0000000000000000000e77b356f89c851169b413c9b0499ee6d65d798c0019a7 2,094 1.00/1.00 vMB 19
592,764 592,764 0000000000000000000aa8924e9db6b74e4516989aa42f49bd1f369c026a6075 2,387 1.00/1.00 vMB 26
592,763 592,763 0000000000000000000d9cf31760eaf2b19e41d5c05b923b382ed266c76ade15 1,213 1.00/1.00 vMB 68
592,762 592,762 0000000000000000001335e30165affcc60a835aad2b5070896382fca961563b 1,496 0.58/1.00 vMB 9
592,761 592,761 00000000000000000005463c7a2d3cb106f2f9643cc850a3f61ecd08db2a84e8 2,740 1.00/1.00 vMB 10
592,760 592,760 0000000000000000000db628da99d6d2ca0abc39c12b8169e1774ed666cbcfaf 2,287 1.00/1.00 vMB 6
592,759 592,759 00000000000000000007ff49f66c56a984458a2ab6162553bf1a24c4f1b5e885 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.63 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: 672.12 GB
    • Received: 16.15 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.