Loading Tool

Explorer IconExplorer

Memory Pool

41,266 transactions
27.84 vMB
0.07740934 BTC
Random Selection Loading Transactions
Max Size: 143.07/200 MB

Candidate Block

Mining Attempt ceb3358e36a795340a77a25351eff5f82c58ba3df026051997a295f638b804b1
Version 20000000
Previous Block 000000000000000000019a6a43291f856c35b16a71da6815df4a131b431a0b21
Merkle Root eaf81f763ceb01fc4ceadc58876b3ec01be40047941c5009e9b731fc075b5b8a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,494
Size: 1.00 vMB
Total Fees: 0.02386855 BTC
Feerates: 193.01 > 2.39 > 0.55 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,651 (237,453 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
677,198 677,198 0000000000000000000007409b0ef3923a4c107fdd6d0f371318c7640bb970b2 2,908 1.00/1.00 vMB 68
677,197 677,197 00000000000000000009427841b72755ca8bf3fd2069a44b0a895723cfc0a057 2,728 1.00/1.00 vMB 77
677,196 677,196 00000000000000000003ce4564353a57abbb984d4a109f889cd1244830f33102 2,489 1.00/1.00 vMB 77
677,195 677,195 00000000000000000000e2882e429553cec9aec5bd0c909c91a989d2893499ee 2,358 1.00/1.00 vMB 92
677,194 677,194 00000000000000000009d20b9b8f4e5c177fd10971298157bd2eba73d0303aaa 3,298 1.00/1.00 vMB 110
677,193 677,193 0000000000000000000624d686f6c2affc343210a59b406b45f042f0988943f5 1,659 1.00/1.00 vMB 42
677,192 677,192 0000000000000000000278d7c036fe02af9404ecb4bc73df84c4c6de4ac34322 2,900 1.00/1.00 vMB 63
677,191 677,191 00000000000000000003733407996d6d8aa5f5a25687406509249dfabcdb9f5f 2,881 1.00/1.00 vMB 74
677,190 677,190 00000000000000000008445d80b18f5d6a348032d2f174f892f4649016c371e6 2,531 1.00/1.00 vMB 62
677,189 677,189 00000000000000000007ef866ccb2700d9d140cb1c072f6166b548de444d826d 2,313 1.00/1.00 vMB 62
677,188 677,188 0000000000000000000820498d3e0ff4168c2fa5b9ad07c4d7daaa1ffd8aff3f 3,250 1.00/1.00 vMB 68
677,187 677,187 0000000000000000000079c2d7a9e8b058465ec8ff9c70c97392d97b6a6acd91 2,972 1.00/1.00 vMB 97
677,186 677,186 0000000000000000000c0a269d1f810c89d59937b073b1ba72bebad6f1a85fc0 2,574 1.00/1.00 vMB 73
677,185 677,185 0000000000000000000ac499ddd67e59e44b140ccc8414912130a02b0c3ecc0b 2,089 1.00/1.00 vMB 76
677,184 677,184 0000000000000000000c0fb47d46573fb5d0c2ab3ef47cdab67fcc15f1a95e13 1,974 1.00/1.00 vMB 78
677,183 677,183 0000000000000000000737e13ea8d685919b66944d5100e10fc27ecad6a9e50e 2,311 1.00/1.00 vMB 82
677,182 677,182 000000000000000000068834960e56cf1d4d630ea9bc6ff1928f2856de65cadf 2,293 1.00/1.00 vMB 84
677,181 677,181 0000000000000000000287e6df82ee4867f0233e6915015baa2944df246afba5 2,307 1.00/1.00 vMB 79
677,180 677,180 00000000000000000009b26528be83f27c1913ce7c17425ff8026c0c2e3460a6 1,768 1.00/1.00 vMB 71
677,179 677,179 00000000000000000009b99dc52ea192adc09f10b0450e7750b8529350b9502e 2,482 1.00/1.00 vMB 76
677,178 677,178 00000000000000000009011b2a2b5af08ab8ac8e6ad86482ac7762a805c451b1 2,820 1.00/1.00 vMB 95
Previous 10 blocks ↓
Total Size: 781.77 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: 632.86 GB
    • Received: 12.16 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.