Loading Tool

Explorer IconExplorer

Memory Pool

29,785 transactions
9.81 vMB
0.06610843 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 61.81/200 MB

Candidate Block

Mining Attempt 68fcc413488b5509e2a8ea2295de8c5c5c79e811dee8f806633e34949cbcab5f
Version 20000000
Previous Block 00000000000000000001c618b104e0a104df01f8e65a58593a28dc152ec82756
Merkle Root 7d4927440f4bea1e9104ab732c01b2e88452228e2cae3340f674c0d3736b5211
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,236
Size: 1.00 vMB
Total Fees: 0.02181104 BTC
Avg Feerate: 2.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,042 (699,078 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
213,964 213,964 00000000000004684423588b2d2d008767ced5475d950324b7ba8541f1ebe033 0.17 MB 403 213
213,963 213,963 0000000000000084780d6a2e8ea8de9e78b278c68e3ba3c95bf9976ab9197203 0.21 MB 276 119
213,962 213,962 0000000000000219aff7c4ce0f3d5f9417ccde59118f8dc63f71fec3a7b589f2 0.21 MB 521 176
213,961 213,961 00000000000000d79e553ee5cac613d5c06a6ed5583ad6b0cdfbb642f5ff2f77 0.05 MB 126 173
213,960 213,960 0000000000000041307d6069e12807ac0bd5c754745983bb5ade7d861267ba1a 0.05 MB 137 182
213,959 213,959 000000000000025c5ad8bb576e78456837669aff21943d2ceac3395d522c9e0c 0.19 MB 266 100
213,958 213,958 00000000000002100f9d6d9ff7926f1db6230b952363ee8d8af2172957ddf3da 0.20 MB 417 131
213,957 213,957 0000000000000253af250d8e9b39af05b08d0c7b454afb58ec941d0fbcedd587 0.25 MB 677 206
213,956 213,956 00000000000003bb1f40a74dd1a81afab449550bd3458d074edadcf8e3164556 0.10 MB 256 193
213,955 213,955 00000000000002454ac04417cb412232bb762a21f529040fad87d450a62a5e5c 0.13 MB 226 140
213,954 213,954 00000000000001816484f2434a84cb890d2b0264707122ff1b1d58c1d61b3321 0.15 MB 354 217
213,953 213,953 00000000000004e48e71ecd0edd44ea7545e208ba5ec0d5427ab6504f830bec9 0.00 MB 7 36
213,952 213,952 000000000000022136461af2b8da7e3995e79a925d8011f74965c5a88a8464f4 0.07 MB 163 194
213,951 213,951 00000000000003534c3f5baf943b77ce9c7677fc6064f66c20df061046ee5742 0.05 MB 155 10
213,950 213,950 0000000000000577946ee68467969124425f49ae7598a471a73fb44ed459dbe2 0.09 MB 191 172
213,949 213,949 000000000000043ce6d4416b3bbbaa46e1aeb9e6c874d6f3b5fd497ab90d3775 0.01 MB 29 242
213,948 213,948 0000000000000270dc784cddb4c134d8ac7c5c42fb2b0a5a3bf39dcfcc506a0b 0.19 MB 412 196
213,947 213,947 0000000000000323fa4999a63ce11d4d5ef06fa90f85b285ff01df34e1f4626f 0.13 MB 199 116
213,946 213,946 000000000000032b1c74cb194ff8d862523d6f7757522642a87d39ade71b525b 0.15 MB 311 154
213,945 213,945 00000000000000845f02cb287b940dc8a6dbc08cbf9f3646194c8cad16a4abfa 0.32 MB 758 219
213,944 213,944 00000000000000de653a12d6ed074f42a4a64f86090c09e9c849771c38d57db8 0.36 MB 487 113
Previous 10 blocks ↓
Total Size: 778.92 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 47
    • Outgoing: 10
  • Data Transfer:
    • Sent: 9.11 GB
    • Received: 0.08 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.