Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,708 transactions (0.93 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,226 000000000000000000022cb30000000000000000000000000000000000000000 0.92 vMB 2,708 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,225 (849,872 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,353 61,353 0000000003b490fcc6b177969ced7789a5d25a46019f3033378a7023aa3d02b5 0.00 MB 2 0
61,352 61,352 0000000004352bb0d65c83b88222d57a98a129148ba78a03dd01852eee100eb7 0.00 MB 3 0
61,351 61,351 000000000e30fe12dded15015dbda5dc2ab758f4030775ea8d3898d83712bd94 0.00 MB 3 0
61,350 61,350 0000000001d50c8861a385a48bd7a2387a5a702ebafb352a037f993825238226 0.00 MB 2 0
61,349 61,349 0000000005746254e0b6846367498c4e26d6b17429bd3692065a462eb3bd9b45 0.00 MB 1 0
61,348 61,348 000000000e9a669401ee08aea6702bd0cbd328d40f25d11caa6da642c8f84d66 0.00 MB 1 0
61,347 61,347 000000000eb321bfc600edc79dce4817c9d42811b001937b09a42ca8d3c0de93 0.00 MB 1 0
61,346 61,346 0000000000d08a486187a959b9cfc6458562f0b9e9a039b895b7090acf1ad2ef 0.00 MB 1 0
61,345 61,345 0000000004d580d069e01c8397dd3193d1931b21275fe1ae7bdcfc489bfcf6ee 0.00 MB 1 0
61,344 61,344 00000000002a5c894deae6fab9e3703d76502b66f8568cbea6a05aaf25305a21 0.00 MB 3 0
61,343 61,343 0000000009d8d5b84a11aafb441d28ed18e49765eba3f2fd35e4d409395a1fdc 0.00 MB 1 0
61,342 61,342 0000000002ebf88efdf35f6ee0e015d24c368eb3c66abe42dcb0ca9a55ddbef0 0.00 MB 1 0
61,341 61,341 000000000033b74beb5e01f401d3040d00ca3b2639db1435c1851c0905fe6ce2 0.00 MB 2 0
61,340 61,340 0000000001d35a1047ef9cfd31ffa56877fcfb41dc979c365f89bc9c1a24884b 0.00 MB 1 0
61,339 61,339 0000000005b98d284048084e526a460c8709ded3ade203af8edcd6a8271c8d4a 0.00 MB 1 0
61,338 61,338 000000000be960556d6c526cb5717f6d5c94822d33493be3a55c50d96d99cc18 0.00 MB 1 0
61,337 61,337 0000000008cb904c20740d0d34d62b12f172e63aa4ee20509d6459117bf86f17 0.00 MB 1 0
61,336 61,336 00000000098e86a6907ca9095900e61b1f5098a987d6ae7c93ed60c83620f947 0.00 MB 1 0
61,335 61,335 0000000003965302b8cecae5fe2e5bbf9835365282441a5607de888d6fd6fa71 0.00 MB 1 0
61,334 61,334 000000000e26ce71f992ac2639d4d72cf9597e09d2a6bca442bce421e093fb45 0.00 MB 1 0
61,333 61,333 0000000002060a530f5160ebc618f03e28156cd288cb94c74b818b1bab1c5b0e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.66 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,379.82 GB sent, 127.15 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.