Loading Tool

Explorer IconExplorer

Memory Pool

82,900 transactions
31.39 vMB
0.09374358 BTC
Random Selection Loading Transactions
Max Size: 190.52/200 MB

Candidate Block

Mining Attempt 6d5cc1c54aea1873facc60b14990bb7d144e7ab3db0a44e5045b8103c0c9ceca
Version 20000000
Previous Block 00000000000000000001b66b272ca3a270115c0167b0c55ec51ed4c599c6d99e
Merkle Root 00b08f0ae4a1f9d54a5f9a15c7f8d5ce26969d5b312762da69787d09f246db2f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,164
Size: 1.00 vMB
Total Fees: 0.02568444 BTC
Feerates: 100.69 > 2.57 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,184 (258,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
656,469 656,469 000000000000000000101ee643fe1ac6c86260d78bd18bdcfb40ecc29f585230 2,234 1.00/1.00 vMB 141
656,468 656,468 00000000000000000005db4fa33abc26058daa2b40cff51905456d1ab09b8f71 2,993 1.00/1.00 vMB 63
656,467 656,467 00000000000000000007aa92b5a94ca27a2b0b858f2672b43f6f1be4d7de30a3 2,443 1.00/1.00 vMB 85
656,466 656,466 000000000000000000098be28035606a90997045352142c81b0430ec378985d0 2,731 1.00/1.00 vMB 73
656,465 656,465 0000000000000000000e40a770d8b1d1274d715053c87e816dcef207182ea36c 2,837 1.00/1.00 vMB 138
656,464 656,464 000000000000000000024c55f636546508f6199a3b2c56fafa49af959245daeb 2,972 1.00/1.00 vMB 144
656,463 656,463 0000000000000000000a431998fc1fe932627471224f4581252e20e8f200a146 2,480 1.00/1.00 vMB 151
656,462 656,462 00000000000000000001ff12ca1e5a980f478e70ee8148b882867af0a567bb00 2,550 1.00/1.00 vMB 91
656,461 656,461 0000000000000000000c5c416a905b7f6c7677645b98f268d137f75449042e15 2,497 1.00/1.00 vMB 76
656,460 656,460 000000000000000000079557d953a6ea17f4e91efc440e666eefa4ddae614cee 2,734 1.00/1.00 vMB 108
656,459 656,459 000000000000000000071dc867ce7c8a94c826441875877d2033ce9615b3b246 1,542 1.00/1.00 vMB 137
656,458 656,458 0000000000000000000bd9f7c7311e008837483d1549b0263c7677bbdda36bc7 3,017 1.00/1.00 vMB 160
656,457 656,457 0000000000000000000122c3fed6b4f0a7db45686c4d37a543460b89dfcd319a 2,515 1.00/1.00 vMB 80
656,456 656,456 0000000000000000000811bc25ca766c53dce2e6c46c2081a70791a06ea992b3 2,153 1.00/1.00 vMB 143
656,455 656,455 00000000000000000003e1516432aa4e0224db2f2cb6e42b197781e51aae09b1 2,755 1.00/1.00 vMB 146
656,454 656,454 0000000000000000000e9af98064737aa4385570befe14d04c4cf6e639f9bca6 2,238 1.00/1.00 vMB 25
656,453 656,453 000000000000000000043c13ee49ca4c558453e802eb7769e987485ae127d4f9 2,411 1.00/1.00 vMB 46
656,452 656,452 0000000000000000000bd5d2d98f1a0531cf39ec7f298937b2f0b51bbc36f6e1 2,382 1.00/1.00 vMB 61
656,451 656,451 00000000000000000004f93315b5a7d4551428769e68da1a14d1aee22eeb0c09 2,478 1.00/1.00 vMB 56
656,450 656,450 00000000000000000004780a4b7faaf79b8ca68e34cdd998a9b8245b84096a15 2,988 1.00/1.00 vMB 44
656,449 656,449 00000000000000000001a3dacffadbd0f91eeb2761b5116e077f873f33067258 2,646 1.00/1.00 vMB 81
Previous 10 blocks ↓
Total Size: 782.72 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: 702.62 GB
    • Received: 16.63 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.