Loading Tool

Explorer IconExplorer

Memory Pool

93,684 transactions
24.95 vMB
0.13648780 BTC
Random Selection Loading Transactions
Max Size: 168.25/200 MB

Candidate Block

Mining Attempt c75ed506b493f194eed437cf4d4fad7ceecff74817d13db908a960946202e37d
Version 20000000
Previous Block 000000000000000000012b7b2761c1760b32df277cfe0e6b74b88e1d007f854a
Merkle Root f8de0ff97e5476b8ab5cfff503a26353b84566d5bf87190803fb50a6625f5009
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,053
Size: 1.00 vMB
Total Fees: 0.05798121 BTC
Feerates: 529.10 > 5.81 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,903 (906,702 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
9,201 9,201 00000000365ea47381ee446a6a311955fec1dabfacb83a9ef57b8ff34b1ef6b0 1 0.00/1.00 vMB 0
9,200 9,200 00000000821bc8b810300b56540b47d14ed719dc8ca50c941b4ae139e9f2d3c1 1 0.00/1.00 vMB 0
9,199 9,199 000000003bcdf08fa07cdd446f563b24056dd0c354d64170662540ede160e386 1 0.00/1.00 vMB 0
9,198 9,198 00000000723ba5be5e2a36215ed4f00d1b61e005a3d0b1e529b74501e637e069 1 0.00/1.00 vMB 0
9,197 9,197 000000005788e703cf75547186956e4101a27e0feb84c71bd17ca301ba3d1556 1 0.00/1.00 vMB 0
9,196 9,196 0000000070e3f1d88cbbcee507d5a04027904aa61118bcd2cabd91a0f059275c 1 0.00/1.00 vMB 0
9,195 9,195 00000000797b0ba8f3b9ba14fd1bf7f8d28b31e098516c6b2506d8aadd479ecc 1 0.00/1.00 vMB 0
9,194 9,194 00000000b321faa4f176f89f83955fa5ec84cb0ad1476e6bd076b106a9d29fba 1 0.00/1.00 vMB 0
9,193 9,193 00000000a3d2f83fc7c56a798fb54b98ae1793a07c607733ddacf20f439e2e5a 1 0.00/1.00 vMB 0
9,192 9,192 00000000f7b74a45384160898e182bbb63ea2628b8ee32659ea5e901bfdf7bf1 1 0.00/1.00 vMB 0
9,191 9,191 000000006a8240846dabd26327f936bc418947fd0da8dfcfe182e0fecbc1cb71 1 0.00/1.00 vMB 0
9,190 9,190 000000005d2737a4a4c65e7d54dca3c4b257ded4332d0c973ac08521bd4422f5 1 0.00/1.00 vMB 0
9,189 9,189 00000000402b05fe01a01f6c8cf73d0765407994bc95d5a2d833e1f34f9e653d 1 0.00/1.00 vMB 0
9,188 9,188 00000000cdf03f5843f16bb40456cbf509280afa5093404a8eb2b76d4d7e694f 1 0.00/1.00 vMB 0
9,187 9,187 0000000065f35f8f590064aae9c964227a29b0e433abd4d85978c34225aa8fb8 1 0.00/1.00 vMB 0
9,186 9,186 000000003865dd95666b8196090790c5952d7ee45e9dce3e7bc991212a3dc975 1 0.00/1.00 vMB 0
9,185 9,185 0000000092cfcd02dfb69c6b137fe1c864dea27cc09734ed766bfb9df84ee8b1 1 0.00/1.00 vMB 0
9,184 9,184 0000000049d65f49caa5f7e9eaa8c2f7aa405c21f744afebf17337b81452691d 1 0.00/1.00 vMB 0
9,183 9,183 00000000969d282687ef375d72be4042b9ee819bad53632164d406f16f0cd4bc 1 0.00/1.00 vMB 0
9,182 9,182 00000000fb64b966746c14a84f563b59adc1202b65134d22c49254a688becccc 1 0.00/1.00 vMB 0
9,181 9,181 00000000e5a590bf0cad56ef68b0f9a276c48d15f34c03892a0ad47aa918e8f9 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.94 GB

Node Details:

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