Loading Tool

Explorer IconExplorer

Memory Pool

88,375 transactions
32.33 vMB
0.17341459 BTC
Random Selection Loading Transactions
Max Size: 195.78/200 MB

Candidate Block

Mining Attempt 3b3b57f988a0479df32bcb4d734a4e2377fed3efe360526252c558cb0440a4fa
Version 20000000
Previous Block 0000000000000000000028ac2da68334861cbce4537cc172c0452e50056a6e06
Merkle Root 3f5b0de2d40fc4a1e365d7f86a300e9f5d55e0cd2ab1df49d071eadb338deeaa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,752
Size: 1.00 vMB
Total Fees: 0.08422146 BTC
Feerates: 216.64 > 8.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,074 (129,040 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
786,034 786,034 00000000000000000005687d98df6a4d28b8e416bc1da39fdde019dc4bab7e04 3,102 1.00/1.00 vMB 20
786,033 786,033 00000000000000000001b05d7bd12dba48beffedf18580fbf03e4c2f2d4a23b5 2,427 1.00/1.00 vMB 9
786,032 786,032 000000000000000000020f766b8876b438c9d3b3dc8edd0133c086041f0d29be 3,173 1.00/1.00 vMB 18
786,031 786,031 000000000000000000023f4831c83e08460004fd2fdb5bc387e17edae0aba67f 3,716 1.00/1.00 vMB 15
786,030 786,030 000000000000000000018a837643cdaaa6a3cc548a8915cfdab2053bc2cdff67 2,613 1.00/1.00 vMB 30
786,029 786,029 000000000000000000030a18a1ea4dadf7b6c72f2868d1bcc4545bca992f7d27 2,338 1.00/1.00 vMB 18
786,028 786,028 00000000000000000002fd00f699aa689d90e1682ca5dee3bd9bcadfa30e56ea 1,371 1.00/1.00 vMB 15
786,027 786,027 00000000000000000005ba751e1dad73e2fc592f115aab903fdd8fa1e029c279 1,760 1.00/1.00 vMB 22
786,026 786,026 00000000000000000003c055a74c940a24e633e77b07a8b30056ada1d0e1bee0 2,872 1.00/1.00 vMB 10
786,025 786,025 00000000000000000005d61409b385fad731408b6632182a1f60efdb41d986b3 3,226 1.00/1.00 vMB 24
786,024 786,024 00000000000000000003dd5249ad017fe2c0003d4754a881d843b5f0c007ae44 1,903 1.00/1.00 vMB 5
786,023 786,023 00000000000000000000eda2b2de971222fe1dc9e7b6054b98563a7609a99d4b 2,266 1.00/1.00 vMB 11
786,022 786,022 00000000000000000005880d390658441006efca65835c02b0654298c2543162 3,176 1.00/1.00 vMB 22
786,021 786,021 0000000000000000000559616dcea552db068660cddad59d257f50f39757131c 2,417 1.00/1.00 vMB 11
786,020 786,020 00000000000000000000e96b3882a4b22f096361eadaa67826656b8d8fb36c6f 2,736 1.00/1.00 vMB 14
786,019 786,019 00000000000000000005ba6660fb2289fa5cbd0393c4b9513f27ab8a22bf2d4b 2,065 1.00/1.00 vMB 17
786,018 786,018 00000000000000000001bfd5268679d7e6f6e0082ced52f8650f8a6f35140e01 2,258 1.00/1.00 vMB 18
786,017 786,017 00000000000000000004b202619a02bc6fb2ceda0433d30a5cc2d24e1b4935e7 4,170 1.00/1.00 vMB 17
786,016 786,016 00000000000000000003f2b454c8166d2a6d290adfb7692e6503226d99f59183 2,388 1.00/1.00 vMB 20
786,015 786,015 000000000000000000047a48bc38109d59f149c5608e9bb39f832999a4424bdb 3,638 1.00/1.00 vMB 25
786,014 786,014 0000000000000000000227acb5716a8ebf47940fc7c136a2194646653f36d7b5 3,010 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.52 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: 668.93 GB
    • Received: 15.65 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.