Loading Tool

Explorer IconExplorer

Memory Pool

82,412 transactions
31.83 vMB
0.11063399 BTC
Random Selection Loading Transactions
Max Size: 190.84/200 MB

Candidate Block

Mining Attempt ce0295b8bd8b7fe1b29e77580ecad39002c0a96ff9e74b323a7b6955359b0517
Version 20000000
Previous Block 000000000000000000010cf532a63a6441b67a3efb5df3eadda72118873c170e
Merkle Root d057e3ccf342002340304530b1e16e4cee6853d057f3b59c5608eb50cfa6e685
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,196
Size: 1.00 vMB
Total Fees: 0.02527304 BTC
Feerates: 99.50 > 2.53 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,376 (278,123 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
637,253 637,253 0000000000000000000c7d8fda4629950939c43b0ffbd1a26e5376c271c800e0 2,367 1.00/1.00 vMB 56
637,252 637,252 00000000000000000001d59769fc3a718aba0307264fd14d7dc8a1d2bca8acdc 2,744 1.00/1.00 vMB 37
637,251 637,251 0000000000000000000cad70fb1a86f24878a583ba4b04b5eb4f1b8ffa6bb331 1,169 1.00/1.00 vMB 7
637,250 637,250 00000000000000000008ce4b5ead881bc59a4a697f9d7170952a2d0631ee2530 2,309 1.00/1.00 vMB 13
637,249 637,249 00000000000000000000d6de7e32bbc2b7d8f4212320ba4f4985c99141431643 1,954 1.00/1.00 vMB 24
637,248 637,248 0000000000000000000588b10ef4da12b9467cdf6f07cdc91debd7ed0c2fcb7b 1,958 1.00/1.00 vMB 18
637,247 637,247 0000000000000000000edaeafcacaa2d7b32a0b48c1bed1621058ac46e44b707 2,034 1.00/1.00 vMB 19
637,246 637,246 000000000000000000050e3aaaff277dc427ef2c75f66cb793a4fb99c25a3286 2,037 1.00/1.00 vMB 28
637,245 637,245 000000000000000000108861e8f66e3cd916aead01c730da443f60117bebbcfd 2,232 1.00/1.00 vMB 19
637,244 637,244 00000000000000000011ba183a95fba00f92a70d8049e9bd827285f8bc44e3a3 2,736 1.00/1.00 vMB 44
637,243 637,243 00000000000000000008a45f1f97322cb5fc20b7b989cf15525546873af22a8b 2,681 1.00/1.00 vMB 48
637,242 637,242 0000000000000000000b3527448ebde290189cdeb496178bbf3798095861f5fc 2,142 1.00/1.00 vMB 19
637,241 637,241 0000000000000000000d9cca1df4876cf0d7c410f191a6dfb3ff1552c212a3c8 2,769 1.00/1.00 vMB 43
637,240 637,240 00000000000000000001662ac2b4e53fad82570caa712d4300f6e0181eeb52c6 1,987 1.00/1.00 vMB 54
637,239 637,239 0000000000000000000e3f37993c60a674b241ed1a0e10a7ec6f9fec50894cce 1,843 1.00/1.00 vMB 61
637,238 637,238 0000000000000000000d367d8aadaf9c92f262f8e6d09d4cafd5fb2f5fc84a48 1,235 1.00/1.00 vMB 51
637,237 637,237 00000000000000000005c5d5d6a202cd97198757e7d79e62db5dbb0718ac152c 2,342 1.00/1.00 vMB 38
637,236 637,236 0000000000000000000992060705cf1f8e26ee0d8efeb1d17778c09c859367ce 2,099 1.00/1.00 vMB 29
637,235 637,235 00000000000000000011bbd0c3b9df9ad293967e2117d0624513b420b6157696 2,186 1.00/1.00 vMB 30
637,234 637,234 000000000000000000030e03af43ea5317fe7c8be6d8d289cf1cce97233a99a1 1,985 1.00/1.00 vMB 29
637,233 637,233 0000000000000000000653284eeedbc9aabc48ea790309d725d0bc0a76a312a5 2,435 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 783.04 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: 720.41 GB
    • Received: 18.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.