Loading Tool

Explorer IconExplorer

Memory Pool

36,047 transactions
26.14 vMB
0.07145473 BTC
Random Selection Loading Transactions
Max Size: 133.54/200 MB

Candidate Block

Mining Attempt fed60f32b0b67579b8bd8fe60139c0264eb4aeb6cdb613ef7ad6989f481ea4f8
Version 20000000
Previous Block 000000000000000000016d6f2b2c8ba81bafff03de43e5b0b3362476d7672035
Merkle Root af51a21eb1db8144667eb12cd519e029ee2070e8e22e831cfd9ff3301063a690
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,029
Size: 1.00 vMB
Total Fees: 0.02311979 BTC
Feerates: 713.01 > 2.32 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,679 (237,475 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
677,204 677,204 000000000000000000033ce6f20e771d0d64e11706995b0e0f02cf79ca8a0d76 1,794 1.00/1.00 vMB 65
677,203 677,203 000000000000000000086b67c88f63870948d7bd7002e088642cb9c8cb55a921 2,271 1.00/1.00 vMB 56
677,202 677,202 0000000000000000000a48bd23e976ff3b008a0ccfd19c6b0d254c11042ee6dd 3,287 1.00/1.00 vMB 62
677,201 677,201 00000000000000000006af7ca5833f57b0a4b205dd35534ea524d1bb3b06f5b3 2,896 1.00/1.00 vMB 81
677,200 677,200 00000000000000000009f2b996272eb473a01bb03403ac93788f33d05a7ea8e7 1,796 1.00/1.00 vMB 80
677,199 677,199 00000000000000000006306023333d0401b8b9f69870cf6ab1e5e692cf6e7994 484 1.00/1.00 vMB 68
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
Previous 10 blocks ↓
Total Size: 781.82 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: 636.00 GB
    • Received: 12.35 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.