Loading Tool

Explorer IconExplorer

Memory Pool

80,452 transactions
29.70 vMB
0.07052304 BTC
Random Selection Loading Transactions
Max Size: 179.19/200 MB

Candidate Block

Mining Attempt 9abf754726bbf2b00f86b5b61186a0f66ff8b4002a12c0884053b8d15ac2ada9
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root 162a5b5f6dc4a8f6fcf4b34247c9afb368948c473e49b20866e36a4956426c22
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,105
Size: 1.00 vMB
Total Fees: 0.00991196 BTC
Feerates: 502.67 > 0.99 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (677,946 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
237,035 237,035 00000000000000b9b34370745006ad10c1447bb19205035e8e3aa50cd4f13d50 93 0.05/1.00 vMB 90
237,034 237,034 0000000000000120fba95284cade69ad4b9a5efd584bfa130f61d80b9d6e2ef5 107 0.05/1.00 vMB 124
237,033 237,033 0000000000000080372f4f4ac9893d9574de12daf459d80eae1de74c9e6cb10f 147 0.07/1.00 vMB 206
237,032 237,032 0000000000000123e71d0998bd1d5bb9278c8fde2a592ff5ccfc2aa56176dbd8 915 0.36/1.00 vMB 199
237,031 237,031 00000000000000eb0a90519052eab5c0b6f44ad84dac16d4006a74dac5bc8438 536 0.26/1.00 vMB 166
237,030 237,030 000000000000015973e53a75f27f42ead96e0e156c72dd31bcb7007528c711a0 379 0.17/1.00 vMB 164
237,029 237,029 0000000000000064b649db97b40c2647326e7b5bd7db97c7f28744dcd1c0a8bf 433 0.20/1.00 vMB 154
237,028 237,028 00000000000000479c5533be9265823633ee98cc20bc1530318225e1325824c5 443 0.21/1.00 vMB 158
237,027 237,027 00000000000000f31f5cd20f915e3edb8e3fceea49580235b984fea63f1f882c 532 0.21/1.00 vMB 187
237,026 237,026 00000000000000447105373a56a3547cc6e69c0e6600fa78edff3445f49d0c3f 248 0.14/1.00 vMB 121
237,025 237,025 00000000000001374417f9f7f60f8e4e81e1f995c23280d9dad2bf6389cab362 187 0.12/1.00 vMB 106
237,024 237,024 000000000000017a3f342f32de41908b8b1d8e657f6da83892c1ff90c2b19e2e 540 0.25/1.00 vMB 157
237,023 237,023 000000000000002a9ea9139b011c1643d65fc5dca4af9c87bd09ad3d29c4025c 709 0.25/1.00 vMB 210
237,022 237,022 000000000000014c9d1bda8a9ec2d345c9a17a0ac0c474155df29abbda97275f 457 0.19/1.00 vMB 182
237,021 237,021 000000000000006bf7978999e1a2d7c7f914c2d41e76bb9808555d034ffcee32 336 0.25/1.00 vMB 99
237,020 237,020 000000000000003d0ba54c3ec72318710ce47a35407d388103140b0ee8a9136b 161 0.25/1.00 vMB 36
237,019 237,019 000000000000013bac80e5364633b77e363f1d9ee66aa06f80fecd1d3d0f0547 211 0.17/1.00 vMB 113
237,018 237,018 0000000000000140a4ba877962407e7a8bff275fe6ccde91a50305541ed59389 236 0.11/1.00 vMB 152
237,017 237,017 0000000000000015ed2eacb6ab68e9be6cbba39312538f6dfdbae7c2ceb3712b 254 0.11/1.00 vMB 172
237,016 237,016 00000000000000a26df0c2908e9200502b510b7e45f0c8f83376de0cc4c3dd52 234 0.14/1.00 vMB 127
237,015 237,015 00000000000001662cd0976b45f69f2b80d1a8fedef0c0ea4d2befcca11b859d 426 0.25/1.00 vMB 143
Previous 10 blocks ↓
Total Size: 782.36 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: 662.54 GB
    • Received: 14.86 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.