Loading Tool

Explorer IconExplorer

Memory Pool

80,912 transactions
30.86 vMB
0.07630553 BTC
Random Selection Loading Transactions
Max Size: 187.77/200 MB

Candidate Block

Mining Attempt 093d38749033570dd6d735e17ec912968e9b3d68ecb210353f9f75648c730cbe
Version 20000000
Previous Block 000000000000000000009cc847e34910d5d5711b5344aceacf52741007a9bcc7
Merkle Root 7757fbf738bbce08780a032b8df9d916208d0933e9405ceae30087a683a6d098
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,923
Size: 1.00 vMB
Total Fees: 0.01003478 BTC
Feerates: 265.25 > 1.01 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,183 (300,985 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
614,198 614,198 000000000000000000062472705bed3d907b1fcffa2a5903be5c3dd4696752f9 2,504 1.00/1.00 vMB 16
614,197 614,197 0000000000000000000ae163ed47a31c6a9ff6290a93d0034a18f0cbf50e88c3 2,110 0.65/1.00 vMB 14
614,196 614,196 00000000000000000007634e2af288e4d21b3d09c7efe28dc71dbf6f45e39373 464 0.15/1.00 vMB 2
614,195 614,195 00000000000000000004400ed6e1fc6667e9e47fd0bc6813e6c7b8c7541af5c5 3,031 1.00/1.00 vMB 16
614,194 614,194 0000000000000000000aa9c1ac32353aa2d9b0e9e0997b424da913562e3041fc 2,944 0.94/1.00 vMB 5
614,193 614,193 0000000000000000001213049e8c81af599fbf4ec35d7cc748b2e91518d46ec2 3,075 1.00/1.00 vMB 16
614,192 614,192 000000000000000000018814de9fcf2b4f8494a9c24acae6e94c2cec99ccb960 2,635 1.00/1.00 vMB 10
614,191 614,191 0000000000000000000b7b701cabd813549621a5038bd01c716321ba512baa05 3,200 1.00/1.00 vMB 25
614,190 614,190 00000000000000000005c6c6cb368a6b884766fcb712048bab1b27ee3042b8af 3,033 1.00/1.00 vMB 5
614,189 614,189 0000000000000000000183bad588ef2867a4a368b97138a0c7cb75bcbc532138 2,917 1.00/1.00 vMB 21
614,188 614,188 000000000000000000079f46941687486aeed35b4e5fb25b46d0c5f86a63e24a 3,026 1.00/1.00 vMB 17
614,187 614,187 0000000000000000000cd9a8dccfc8dc498d406f3a0dd594ea8dd0b9e113c5ae 2,974 1.00/1.00 vMB 19
614,186 614,186 00000000000000000005df14a0e00970b04fec4093ef1bf20e4e1234f013834e 2,738 1.00/1.00 vMB 12
614,185 614,185 000000000000000000092a9a66228de1b35528aa1481c52aad3f778bcfe72810 2,402 1.00/1.00 vMB 17
614,184 614,184 000000000000000000058b864e47cebbca13dcdce3f57621dd2a22728e13a618 2,326 1.00/1.00 vMB 11
614,183 614,183 0000000000000000000bcea655aea9982f14f0f63b9683eb6021040a6c9885e0 2,823 1.00/1.00 vMB 30
614,182 614,182 000000000000000000077141adfcfd775f0babd3b6505ee160333c79312d4b9c 820 1.00/1.00 vMB 5
614,181 614,181 000000000000000000079cf1c1c41bcebbca72552f33056b6851c7621ea05d7d 1,568 1.00/1.00 vMB 8
614,180 614,180 00000000000000000010e08992275f739ffedb9d5372b092705e519d0108a309 2,607 1.00/1.00 vMB 13
614,179 614,179 00000000000000000000bfaaa3befb9ae4732bd4006f8cda917a85a44e798eb9 1,769 1.00/1.00 vMB 6
614,178 614,178 00000000000000000010468c8f0db0634615061c8de6a5280fa0f7b21e5380be 2,144 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.71 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: 701.18 GB
    • Received: 16.62 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.