Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,588 transactions (1.93 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,629 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,833 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,628 (880,835 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,793 28,793 00000000162629678137e2922a79ef999f111ecdf9fc0e8408f0214af9af4203 0.00 MB 1 0
28,792 28,792 000000001fe1bf818151e2b5bd7ab75d3d92f690ad7604759d41f990f1bb1445 0.00 MB 1 0
28,791 28,791 0000000046c827c4a596fc8abafa49c7c423fb9f26e87aa3fa471eff08a75652 0.00 MB 1 0
28,790 28,790 00000000c1340358d4e3b0e4f8ae23eb8a700da5fa9aca51afb23d3ff8b3e49d 0.00 MB 1 0
28,789 28,789 000000001eb13b2c00ff68dcf0c9c74904ea38dd6c0f1d3124eb853503e87df8 0.00 MB 1 0
28,788 28,788 00000000e12f194bc4f3e7988d7d34839b1dd7592b4a4ab963944a9ad0342da6 0.00 MB 1 0
28,787 28,787 000000007fa06def5183eee3e9c43709c5c4f7845583947d18df83064fb08c28 0.00 MB 1 0
28,786 28,786 00000000a8820cb5253bdcefa8fefe6e1ec3e8e971455c55f44f3078fb2c1697 0.00 MB 1 0
28,785 28,785 00000000e307aa5a55d08840845af3f0ed5cf69bcfe81e380eac576d7d2bbeaa 0.00 MB 1 0
28,784 28,784 000000005a7b98bb691bf906c7d68a9911f5758890096851ed0c59b1e3d8a5e3 0.00 MB 1 0
28,783 28,783 00000000f7d671894fcca654d4e61cf327af4e7f335ceca24a9ddb71ee278a86 0.00 MB 1 0
28,782 28,782 000000002238575bb67c9814c54a967ea238eb712219ba9774aa58a420448a76 0.00 MB 1 0
28,781 28,781 000000008a4eb94420a0ab9c837bd826b8e48b24e64dfe7424fce97137e93e73 0.00 MB 1 0
28,780 28,780 00000000a695c3be5a2c7026bb3bc4738d5b3925c9c6fa950fcb6104435d12c1 0.00 MB 1 0
28,779 28,779 00000000a14d49339d67d71f8ba2ba71b313062faffb871bdeaabbf99aa79b04 0.00 MB 1 0
28,778 28,778 00000000555adced70c025bdf0f586d2a4e2b29aa0b9e33f2f2b904d8d2d3dd3 0.00 MB 1 0
28,777 28,777 000000003ed20cf301564cb1e9103260f8daaa027d4aa7634ffa7b9a6e8b5399 0.00 MB 1 0
28,776 28,776 000000007d2d401afb733bd9a6a6ea526e949c302170641b7f46440dac32aa51 0.00 MB 1 0
28,775 28,775 000000004254a7c05da67f28739feb7241901ca1ac803350d3937de19951d08a 0.00 MB 2 0
28,774 28,774 00000000bc30005086dfdf7268c79b4b972c4de899d6d6c710f91a5288734cce 0.00 MB 1 0
28,773 28,773 0000000082a4e4deac890127ba40293286e67da38f70a058c5eabda6bf33773d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.72 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,109.29 GB sent, 111.92 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.