Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,025 transactions (0.29 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,369 000000000000000000022cb30000000000000000000000000000000000000000 0.28 vMB 1,017 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,368 (882,348 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,020 28,020 00000000affcf35e91ff9a439afee5db90f44c157606152bcbc26f9d1e9ea2e3 0.00 MB 1 0
28,019 28,019 0000000074c0b80096c48dec72464f3fddc2e4c0e9ab0dffd18ddf0e683e1cf3 0.00 MB 1 0
28,018 28,018 000000002866061a3d5b8667142ce90d59f3821301e42466f4dc5bf6161f5f37 0.00 MB 1 0
28,017 28,017 0000000073e3c50162de3126efac2353534b6f2874c4f52278445a604397af6d 0.00 MB 1 0
28,016 28,016 00000000c72c14473fafc3f177cd7e8c1b7f62e57092ed53e7b9a9019a2108c8 0.00 MB 1 0
28,015 28,015 000000005954d02f3d5135c5d1f8386fbf599bb5f87955e277f364a53ffdfa6b 0.00 MB 1 0
28,014 28,014 000000006581b651a16b0197a9ba79107b339efbe6f674bca2819a790d83dd9f 0.00 MB 1 0
28,013 28,013 00000000ff3f3c1f161b06c7dfc5a6c47d31f41df12961cccb032ae1f15eb2fb 0.00 MB 1 0
28,012 28,012 000000001efd9eacb979d1b83c82a5cf9ed89f9a6515f161c59f3f0570211852 0.00 MB 1 0
28,011 28,011 000000001c3362d7181c57706ef91cea424522bcf284bdad6b4dc4a33381bacb 0.00 MB 1 0
28,010 28,010 0000000020bab0051fd41c736eadf78e00358a72da648832ef2b48a03fd437a8 0.00 MB 1 0
28,009 28,009 00000000af01f72fa844c6a17941df7e8e0a4312d188bab293f87f2566f6a77e 0.00 MB 1 0
28,008 28,008 000000000ddc0eac1319e154c1c6a026b41307c2fb92eaabd64b7846fa128fc6 0.00 MB 1 0
28,007 28,007 00000000b99a1c1286bc4db4fd193797aba762337953accc293bc0737542a94f 0.00 MB 1 0
28,006 28,006 00000000f8c9d0b76ea49eac9d19b1de8729bb4b5a663c3f05c09ede57269180 0.00 MB 1 0
28,005 28,005 000000008d41c2f46e9657d5b67f079a392aa207cd764864306c8b239ce605ca 0.00 MB 1 0
28,004 28,004 000000005d6ae31715f06449d1602b9276774674314439cdeeea02cd996f1b36 0.00 MB 1 0
28,003 28,003 000000006e719f526af7cb002d5bf28cd39bbac492d75b5d5f8d8cdd31b49a88 0.00 MB 1 0
28,002 28,002 00000000be8cd19164ce2a04feb1625baa2c8cf221278c81b2a3095b4e524cab 0.00 MB 1 0
28,001 28,001 000000007fbe48fbcac0d33fb16cf7e254508e14cf51b1788d400b854660aa89 0.00 MB 1 0
28,000 28,000 00000000172c5ed49d7dfc29bf9a18a53fa2d050fa37aa210d6d4080fd0c7e67 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.08 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,233.28 GB sent, 118.96 GB received

Notes

  • This page updates every 5 seconds.
  • 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.