Loading Tool

Explorer IconExplorer

Memory Pool

80,479 transactions
29.91 vMB
0.09152255 BTC
Random Selection Loading Transactions
Max Size: 182.62/200 MB

Candidate Block

Mining Attempt b96c02e750b37c8ea195b1bc0bb41c9e5b472b2f6e78cf4709e6ce95475b890b
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root c457168f9502defdc4d437aeefb9465a23de752f59f17cb7f835b0665d2740dd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,411
Size: 1.00 vMB
Total Fees: 0.02492834 BTC
Feerates: 402.60 > 2.50 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (625,106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
290,217 290,217 00000000000000009494aa2da498e243711475f6d981a4bd1ea4e4de38e2dbda 231 0.14/1.00 vMB 30
290,216 290,216 00000000000000004c256af5ca42c3c3c71fbe20ef48ede19c48941a8e99ed7b 256 0.11/1.00 vMB 36
290,215 290,215 00000000000000003dcbab3fa2ef50c8185c0e41f1f9d53a6e6984db59f4c3d2 417 0.27/1.00 vMB 31
290,214 290,214 000000000000000005e247e64fd6187d79d34988eda24e763121c131becf6c2c 64 0.03/1.00 vMB 3
290,213 290,213 0000000000000000116897e5c9d14636507c5e60490a9cc2c4ab92d2ac6e72b7 295 0.15/1.00 vMB 33
290,212 290,212 000000000000000071aa6bc373e33f64c83e5e87344052488ecd711066bba001 299 0.14/1.00 vMB 33
290,211 290,211 0000000000000000b52a3a44dc4aa65833af6e498e3fb2be97b9c885a069a5d0 237 0.11/1.00 vMB 39
290,210 290,210 000000000000000055c8c52feb22f46fa5f263704bcbe81050332846519bec8e 158 0.10/1.00 vMB 25
290,209 290,209 00000000000000001a70b9c3666c3b9baebc0e4c84ecd42eb1d9dd0734744fc3 179 0.10/1.00 vMB 17
290,208 290,208 00000000000000000d5ea9ab3592b9fd6c606da9f9873084ddbf237aaaad6741 213 0.13/1.00 vMB 99
290,207 290,207 000000000000000081367e4d8ed14ebfbff6a44b47b180504c14ddac4a2a4b1b 417 0.25/1.00 vMB 38
290,206 290,206 00000000000000006504e1e8a7a863f3f6a1caedcdbdc3b9c03fafdc47a6d319 549 0.32/1.00 vMB 34
290,205 290,205 00000000000000006be893c31b89a7c39473423c58b69375e73f4773e5507033 363 0.32/1.00 vMB 33
290,204 290,204 0000000000000000de14b3c21fa44bb31b4dcd81268ee37d4490f4e33db38503 312 0.28/1.00 vMB 22
290,203 290,203 00000000000000005373930a9c3e376d859c63976de841df46f824475df19a70 226 0.35/1.00 vMB 13
290,202 290,202 00000000000000007004bd0d32edf39ed63fa7602d2894d15635d1a65213dcc3 1,163 0.50/1.00 vMB 42
290,201 290,201 000000000000000115f6cc6ca4948fdcd1c8ff4e1022a6dcba6593e88f160404 598 0.35/1.00 vMB 70
290,200 290,200 0000000000000000fe86c26d33efd45350058cf89e6c044ae5dd4a1120e0a3b1 64 0.03/1.00 vMB 43
290,199 290,199 0000000000000000a75390e5182234cb61a782163ac2aff13bff7f6e6e951c4d 143 0.10/1.00 vMB 22
290,198 290,198 00000000000000006a1bcc9a89cd9ebbf2c03798ba34a8e448f296a39692165e 387 0.23/1.00 vMB 31
290,197 290,197 00000000000000005992f5845afe5e386c2b8407f2a616388450c19006fcbcf0 128 0.06/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.95 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: 715.20 GB
    • Received: 17.67 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.