Loading Tool

Explorer IconExplorer

Memory Pool

34,340 transactions
27.89 vMB
0.05784176 BTC
Random Selection Loading Transactions
Max Size: 139.20/200 MB

Candidate Block

Mining Attempt 0805eb0720f9a101dea87a129e77aa19c7fbd7af79970412644efb1de30be3a4
Version 20000000
Previous Block 000000000000000000019a77c40282d48b8b439c6b19800056fbbad552052c91
Merkle Root 9f0ca9ff0e29830856f9a6cf4755f2a73ab2fb4aeff88a9aef62e0d66d3fec86
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,749
Size: 1.00 vMB
Total Fees: 0.00450560 BTC
Feerates: 40.21 > 0.45 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,554 (173,376 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
741,178 741,178 0000000000000000000380474d6d65f1f47895762ebe5b77b0386070645063fa 2,080 1.00/1.00 vMB 20
741,177 741,177 000000000000000000046bf0b9ca5f1dc2b31cc410bf251b7070ed1bd85e793c 2,007 1.00/1.00 vMB 14
741,176 741,176 00000000000000000003d7035f213bc9838fea28b533c79acd8dd0c266513e76 2,671 1.00/1.00 vMB 22
741,175 741,175 0000000000000000000932b2a5ff797e1eb41a1851f89636d16e572c29bfbeff 2,681 1.00/1.00 vMB 26
741,174 741,174 00000000000000000001fc881dc40691c670a05ae5694bfbfcc4e4dac1414663 2,628 1.00/1.00 vMB 28
741,173 741,173 000000000000000000089dab26f4928d8c203f5fbb99a6aff8222c7cebca0615 3,226 1.00/1.00 vMB 26
741,172 741,172 00000000000000000006a4edc2dea6a46b52bb6bd3e13a82bf0409bcbbe6f55e 3,238 1.00/1.00 vMB 31
741,171 741,171 00000000000000000006622fcdbe3515050fcda645f9df48afa947e4f6ee7636 2,450 1.00/1.00 vMB 30
741,170 741,170 00000000000000000003be5b406ea2d3dd750dc1a56d496da8b467324b33bced 2,009 1.00/1.00 vMB 9
741,169 741,169 000000000000000000092e560e6b834e7ecba02455033988ca079b9d47a11653 2,022 1.00/1.00 vMB 25
741,168 741,168 0000000000000000000433c8d5a1494f49eb60eb2532bf739668ba7eeb9cb321 1,662 1.00/1.00 vMB 17
741,167 741,167 00000000000000000007666f5d39d5820d08dc03f431ffefb6267decb33189a5 2,934 1.00/1.00 vMB 19
741,166 741,166 00000000000000000004e3094bf1e31de20913ce9f10116d2a8e34741b72c5c4 3,767 1.00/1.00 vMB 21
741,165 741,165 000000000000000000008ef89be22c4ec3cffd1b0d102c6f7729ea3a5d93e464 2,630 1.00/1.00 vMB 33
741,164 741,164 000000000000000000053dfbe62fcef6b28b8d4412ce62f929a87d3417a300d3 2,508 1.00/1.00 vMB 33
741,163 741,163 0000000000000000000373c1925852f896f04f6c762ed92341b5a62e71889db7 2,392 1.00/1.00 vMB 17
741,162 741,162 0000000000000000000134599cc4c34629f601e262f091bd8a62e348e08808c7 2,666 1.00/1.00 vMB 29
741,161 741,161 000000000000000000022009d26de3e15b0b1f6c62227938d5c284d62ade8621 840 1.00/1.00 vMB 5
741,160 741,160 000000000000000000079ab037adbe38dba85eb16c9105549a0251b65b4f240e 1,176 1.00/1.00 vMB 1
741,159 741,159 00000000000000000007d027a4c62da265413669fc168035be741327073805ad 2,575 1.00/1.00 vMB 17
741,158 741,158 00000000000000000003f336adf7acd6cb56bab7bd0e3a9f81d7879477cc4897 2,631 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 781.59 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 623.38 GB
    • Received: 11.45 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.