Loading Tool

Explorer IconExplorer

Memory Pool

93,892 transactions
25.01 vMB
0.13893747 BTC
Random Selection Loading Transactions
Max Size: 168.61/200 MB

Candidate Block

Mining Attempt 29fa948813b0294b34aaf324238ba397009a2fa6680e9289065635748be198a5
Version 20000000
Previous Block 000000000000000000012b7b2761c1760b32df277cfe0e6b74b88e1d007f854a
Merkle Root db6d8867724a4a8aa665b2d7b6af51b99f7fcc4031418d3fe0b515f654deed1e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,004
Size: 1.00 vMB
Total Fees: 0.05904249 BTC
Feerates: 529.10 > 5.92 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,903 (868,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
47,330 47,330 0000000014473e8a92b6b5780fd6bd628162637d9ccba70075d883fc0f6b609f 1 0.00/1.00 vMB 0
47,329 47,329 000000002ec323be14fd0fa88d1a761f56cbcc63d8d1049c3a9e7fad38412414 1 0.00/1.00 vMB 0
47,328 47,328 0000000011ff49c431bc2a46326029b92a7a855d089d3a0a5b6b01e39baecfba 1 0.00/1.00 vMB 0
47,327 47,327 00000000046107862e8f7ff6b6c86a55f750a746bfd3143a89d4737820f27380 1 0.00/1.00 vMB 0
47,326 47,326 000000002aa48b5fad47ea1aa0e3562eb1905bde9ed2daeaa4aac5c21985d80e 1 0.00/1.00 vMB 0
47,325 47,325 000000002435a9a9508dbe82142edfba374bfbe4d0afe3ec5c9c0cdf4c2e0f82 1 0.00/1.00 vMB 0
47,324 47,324 0000000024fc5c23fdbe6710538dcc15a17dd9969fc9c287bfa66883c3720f10 1 0.00/1.00 vMB 0
47,323 47,323 0000000015e5e13e390144025debafd8a5e9e733ff929bbbe620e3b47ee882da 1 0.00/1.00 vMB 0
47,322 47,322 000000002b77417306da9298577694d5ce7e19dc85c158e0a088587bd29233a0 1 0.00/1.00 vMB 0
47,321 47,321 0000000003618b5da2e516ee07ad257d025f20ccd7f789cf1683425298005461 2 0.00/1.00 vMB 0
47,320 47,320 000000001c39421f3772edf0325fe41ce6994a592e9bd72cd875011ce89a2e31 1 0.00/1.00 vMB 0
47,319 47,319 00000000140e88bfc8d11dd110074910d6fe709be8b05c5761fc58673201b24b 1 0.00/1.00 vMB 0
47,318 47,318 0000000021d2d75d0181c1773487b58dfb45468de61d8620b080394b7338327c 1 0.00/1.00 vMB 0
47,317 47,317 000000001272446bd87e6174e97172fefaf40f9c10dcfca47e5f9e5849e7a543 1 0.00/1.00 vMB 0
47,316 47,316 0000000034307b2e79dadf3f06585233c7a5b5bce43964b6eda69653fdbfc167 1 0.00/1.00 vMB 0
47,315 47,315 0000000004b5a60b8442323b9709152de015053ca555cc2a1203694f5f6002fa 1 0.00/1.00 vMB 0
47,314 47,314 000000002cb522b1b8ee94d44b8d3fef1978a3aa2a73649e9d3fd9692d643431 1 0.00/1.00 vMB 0
47,313 47,313 000000002c681c982be5bc82356b34062f5fba0e920388a9e8c30790097e5714 1 0.00/1.00 vMB 0
47,312 47,312 00000000113beafe0f89716aed52cd4261e1f0b56efb5cdcf5ebc2d1a25f3b21 1 0.00/1.00 vMB 0
47,311 47,311 000000000854879d078e6ccb7d846ee47a1668a35e13177b7f946d2128612e3e 1 0.00/1.00 vMB 0
47,310 47,310 00000000209b02c314f937f34a51b97d93f0cd0808e3bd819219fb9f250583a9 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.