Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,507 transactions (1.84 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (4 blocks)
  • 5 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,247 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,311 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,246 (830,007 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
79,239 79,239 00000000004b3ff82a0c47d78d7886ab3b2bab48ddb4668e81a105eac0794475 0.00 MB 2 0
79,238 79,238 00000000005942c038cce29354c44bfd03875ed4bbcedaad458068816e1678e8 0.00 MB 2 0
79,237 79,237 00000000003bfb67f217c8475e165ac72bf4fea830b5ce05702f0a110db27a60 0.00 MB 4 0
79,236 79,236 0000000000426f3f6789cd52a50234d73f3c65910704b812454261bd50733f33 0.00 MB 1 0
79,235 79,235 000000000041bd19a43481828bb7fa23ecdbadf1ffbc3b12e402009c9e5ede16 0.00 MB 1 0
79,234 79,234 00000000001c6b56596cb7baec7aaecc4e098c4eb473e9a204e1a0620d9ff982 0.00 MB 2 0
79,233 79,233 00000000003fe13d0c30a872c8d04926b9c09f468bceefe7156987434f6ac8cf 0.00 MB 1 0
79,232 79,232 000000000003bc70db4ae74b5fcbfea951bec317dbd14f9957d42ed8eaa08a4b 0.00 MB 1 0
79,231 79,231 000000000057c22d89fe2beabe3ff50d8ec8a2e55cd3dc145a9476e2a4827250 0.00 MB 3 0
79,230 79,230 000000000018e762403bb2390043b2fbb6e3c39bbd38f1a5ab70c14fb6e5e193 0.00 MB 1 0
79,229 79,229 000000000049b062c57a4a9b9751267ae56e48d2ab1b2ecd109e05907a8c4da9 0.00 MB 1 0
79,228 79,228 00000000000e90f29038cd074c471cb6479067a1e706fa86f6fa950a923be1ce 0.00 MB 1 0
79,227 79,227 00000000002157d18d045f8f35b98a44b5f53e12f3b8519c7a2d1414a56d9876 0.00 MB 1 0
79,226 79,226 000000000006ccf1b3fc0bd2d97bb68990bb06cd74fbfb93d64975531b9de719 0.00 MB 1 0
79,225 79,225 0000000000392e8781d8a87d411d333bedce9f49bd7d8f93efcdeb13e308c341 0.00 MB 1 0
79,224 79,224 000000000033fcd5ecbd897815576460a02858ca7f1d4bf2e3c3d13872cea1ce 0.00 MB 1 0
79,223 79,223 00000000001cc9da910dd97c1307807799f22327a7afaacad7e1da3d385ffa55 0.00 MB 1 0
79,222 79,222 00000000004d23051adf84a478127b8245ea33283296f0c92e62aaed01f5267a 0.00 MB 1 0
79,221 79,221 000000000059c7ef87b84eeafc6db167c05483341f16597c4a1d6db006671dea 0.00 MB 2 0
79,220 79,220 0000000000324010b9fb1d45b55113ba8122347d4f388cef0850670f7718fe12 0.00 MB 1 0
79,219 79,219 0000000000499683c442911a91b11fc0310aec027be064ed05996cb426d17eac 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.99 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,024.73 GB sent, 107.93 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.