Loading Tool

Explorer IconExplorer

Memory Pool

80,754 transactions
30.05 vMB
0.07824131 BTC
Random Selection Loading Transactions
Max Size: 181.07/200 MB

Candidate Block

Mining Attempt 9176f9a9d65b8520ff110625fdc856344de48c214f7c14b3e5337488588fc6f4
Version 20000000
Previous Block 00000000000000000001d919ed88fc3960fd2643a2dd9bda2746788e7fade853
Merkle Root 48dbfa177b44ed1ea08e49fa5a1add837ee66b436394e001348c7a344c80b33e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,232
Size: 1.00 vMB
Total Fees: 0.01666944 BTC
Feerates: 302.00 > 1.67 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,986 (666,887 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
248,099 248,099 000000000000000ad4c10c3688b52558d9a5cb77c9e2ff1082a4da5e603b4ff8 158 0.06/1.00 vMB 177
248,098 248,098 0000000000000081466452a3f8ae2b66cd753c3f606c4af1f92afd439b3719ed 165 0.07/1.00 vMB 114
248,097 248,097 000000000000001805727a0a557e4fbfb133bae54936f4da2433bc6e82a60e85 296 0.13/1.00 vMB 120
248,096 248,096 000000000000005b23c8d83ca1afb86121dfc1ef55f352dfe838766c0769d10b 108 0.05/1.00 vMB 115
248,095 248,095 0000000000000045314c73cbf88a95b7d8e54a65a8b400c8003340e07d4ec8c8 73 0.04/1.00 vMB 54
248,094 248,094 000000000000003da330f21c91ef20ad1e58edc9da965040406121d05d086eb4 227 0.12/1.00 vMB 132
248,093 248,093 000000000000000ad95d3d1a4f55d1d5acb9a4a660b76f3f14c8769becd5d545 117 0.11/1.00 vMB 36
248,092 248,092 0000000000000033c73e2becd76275e4d192569a3e1d22687af8a0ef5a8912aa 436 0.25/1.00 vMB 87
248,091 248,091 0000000000000051b43d690b64ef2a4e4f80eb2c2a16f938cbb608e55bf6a88a 604 0.25/1.00 vMB 135
248,090 248,090 00000000000000385a37a62348d0cc0ce91e21d069b052b0860c83244567afb2 556 0.25/1.00 vMB 204
248,089 248,089 000000000000001002c4bfc1f0f8076282bbe569e5ce4d4d7e5fdffbef3ef518 623 0.25/1.00 vMB 180
248,088 248,088 000000000000004302d5a2654ebd4f0710b0fea8d8dc1ff7843ea7bbc89de522 67 0.04/1.00 vMB 71
248,087 248,087 000000000000007948bd54af29857cc19ae88eb7ded9aeede319305738e1604d 99 0.07/1.00 vMB 52
248,086 248,086 00000000000000351b6b7aa29cf8630dc6e03a1f94dbc68aba87903bfe29d847 902 0.35/1.00 vMB 146
248,085 248,085 000000000000001eca808911d72bf3bc833c3f8735298b1eddd581d9bc0d64b8 207 0.10/1.00 vMB 133
248,084 248,084 000000000000003cd66456e2c52b392a831c2fb8c5719289dc9f74ac40a3bd4e 343 0.12/1.00 vMB 149
248,083 248,083 0000000000000071de64d0929fc1145fc1d85bc9b1d1a612f3e10113ce8daa17 156 0.06/1.00 vMB 165
248,082 248,082 000000000000004da3e205bb3002b827c53a149cc1e07cb0a2dfae270d8f9ad9 1,024 0.46/1.00 vMB 42
248,081 248,081 0000000000000031ddb491de058264f5c54d552b3ad0972e0d67434d1ec44901 295 0.18/1.00 vMB 119
248,080 248,080 0000000000000007e59224a4531c7f61b4409e4289799fba3e99d8fa5b8487a4 418 0.16/1.00 vMB 202
248,079 248,079 000000000000007fb007467b176a981d901a4dfa2a863e31217ddc70f3096c50 38 0.01/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.37 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: 663.52 GB
    • Received: 14.91 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.