Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

570 transactions (0.16 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,552 000000000000000000022b910000000000000000000000000000000000000000 0.16 vMB 567 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,551 (678,107 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
233,444 233,444 0000000000000198917cdacc516211f9d9adf1e25cfe46b01b0d61730c9709c9 0.23 MB 533 154
233,443 233,443 000000000000014334fecae90531cf5ea784f21711dd261c023a64aa567ab9c9 0.19 MB 422 154
233,442 233,442 00000000000000356f25a1b1e9a697e67e9dcd3a5d2d7bd7be7325cc9a846504 0.19 MB 385 149
233,441 233,441 00000000000000d71084e6f72cac38566bd3a37ae4a8bfeef0da31a61d8edef3 0.20 MB 471 181
233,440 233,440 000000000000005e436a63c5332d0e9fda240959c98afd7d0db869dc239e312d 0.19 MB 326 106
233,439 233,439 0000000000000133f235bad0c3ddcca3014007b5b9a15a085b328b17a935674e 0.18 MB 512 203
233,438 233,438 000000000000018c47d91ab8eb7f34b57cb0386feace9c19230c2d3cc834e243 0.25 MB 727 210
233,437 233,437 00000000000000f28cbd0bcdba5bfde7294d8507b3c04a09b7c28727f0297764 0.11 MB 163 97
233,436 233,436 00000000000000b89c8002ca4c124cf73bc7700cf207d992f0f8fdd40b6e5852 0.00 MB 4 54
233,435 233,435 000000000000011e60e3f43b21319a944227634501acb55cb1f36980c7437a26 0.15 MB 323 160
233,434 233,434 00000000000001cf5d04140c87b38c28343b03124571c116d778c74382ecfa69 0.19 MB 341 141
233,433 233,433 00000000000000caf685d82b2179042f57d6afaeeb2c2412c7e059d114074bca 0.25 MB 571 174
233,432 233,432 00000000000000085fbadedf622fef9b8247addd230055ef417938eed62fd80f 0.25 MB 399 112
233,431 233,431 00000000000001ac289e5d5cfcbfbf5f81eecd899f04e621de648c0af61c8fe2 0.18 MB 369 141
233,430 233,430 00000000000000e4132a28104dc4c81866d732b6e6e7d9da7daa6acaddc3a92b 0.12 MB 270 122
233,429 233,429 00000000000001346ea43a63bff637bf7d450d707191049f99a0d1a478e4218f 0.10 MB 210 174
233,428 233,428 00000000000000bb3cb179e45aa21a6a7d0572f8ea1445692646a18948b2a901 0.23 MB 550 172
233,427 233,427 00000000000000d1fc3d565136d7ef728713513036be4058861d5fcd8a9faed3 0.00 MB 3 28
233,426 233,426 00000000000000a8a84af0660a67c02e1297f7dd9dae7acf6bd637136280c0ab 0.34 MB 799 153
233,425 233,425 0000000000000016fd14a4d544c387cb39424619886e6ef2cd9cbe2f5a053141 0.04 MB 128 153
233,424 233,424 000000000000010823eb0039160fda8eaf889f9640d98b839d3c3220ba7b585d 0.16 MB 371 153
Previous 10 blocks ↓
Total Size: 776.26 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,414.16 GB sent, 129.94 GB received

Notes

  • This page updates every 5 seconds.
  • 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.