Loading Tool

Explorer IconExplorer

Memory Pool

29,075 transactions
28.38 vMB
0.08758485 BTC
Random Selection Loading Transactions
Max Size: 136.61/200 MB

Candidate Block

Mining Attempt 9f1e2e91c3ef12a98a90fdea64b39032221917562ce55179d017cb068041f9e0
Version 20000000
Previous Block 0000000000000000000125843996ba510aff6897669d1d413a568828e2ec36bb
Merkle Root 8f0fe3a788baa146e063a72b1e09cc9a44de638db03b0008a5e1fbcd430f33ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,442
Size: 1.00 vMB
Total Fees: 0.03220375 BTC
Feerates: 195.69 > 3.23 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,499 (140,603 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
773,896 773,896 000000000000000000044cfa64f0576c38ce6f3308f59a4abd9d7633f7457a0e 2,490 1.00/1.00 vMB 12
773,895 773,895 00000000000000000003d95977817e996b26bb1f93acb946c3f695553306d39e 2,059 1.00/1.00 vMB 10
773,894 773,894 000000000000000000001eb778257f5e98abf0a01bce3b47e0b6b7c61b8c434d 2,767 1.00/1.00 vMB 13
773,893 773,893 00000000000000000000a38968043f883ec29045b69646607c0c2668986147db 3,326 1.00/1.00 vMB 15
773,892 773,892 00000000000000000003d7057cdfe8189e3a30e45307e67a95f7f19e581808cf 3,381 1.00/1.00 vMB 15
773,891 773,891 000000000000000000073d77c37ca7a83f20b2591b880523c28e78ad6abbb823 2,715 1.00/1.00 vMB 24
773,890 773,890 0000000000000000000248140376ea4067edd3509f092303a5cb2f2ca4efba7a 2,379 1.00/1.00 vMB 11
773,889 773,889 00000000000000000000846c02e0ba1734c38c662250e3bcc9fba6028c7f7d6f 3,348 1.00/1.00 vMB 12
773,888 773,888 000000000000000000042afdcc8160d5ab44f2a87a8275f7ca3c5ca1165aede9 2,868 1.00/1.00 vMB 21
773,887 773,887 00000000000000000005263e75d2b3a8702df3853b68ebcbeef280d35abea890 3,711 1.00/1.00 vMB 17
773,886 773,886 00000000000000000004595ee4c8b7b7517ac1a8dce7b26427fd2f2332522471 3,980 1.00/1.00 vMB 18
773,885 773,885 00000000000000000003d5cc8068b18a929c636f655b9ea57dc95296a3970a2d 3,223 1.00/1.00 vMB 33
773,884 773,884 00000000000000000002f9d3205ca0a67de3e67c8d447a38b507073af87b6de1 3,115 1.00/1.00 vMB 23
773,883 773,883 000000000000000000017cd9ac576b05094fe94446a01c493d6a0d9bb8d506fe 1,275 0.73/1.00 vMB 3
773,882 773,882 00000000000000000006a9d54f6e2b1e6c417f2a8b65a09a4db3987a0ee187c4 2,846 1.00/1.00 vMB 5
773,881 773,881 000000000000000000067910e191ea9132b1a7a6caccca26b6aa06a152ea8216 1,993 1.00/1.00 vMB 8
773,880 773,880 00000000000000000000496b9c16c8a90195bd858d623683a0cb59262aefbd6d 1,423 1.00/1.00 vMB 12
773,879 773,879 0000000000000000000739e28e335f9664f0a7021be9df5f2a6c13f02b823e49 2,579 1.00/1.00 vMB 11
773,878 773,878 0000000000000000000069405148281dd39422e334c940b0a99ec8ded0f90ade 3,289 1.00/1.00 vMB 25
773,877 773,877 0000000000000000000429c05d73bfcb675c796a12ee23292fd03fa45ae94110 294 0.08/1.00 vMB 9
773,876 773,876 000000000000000000047c0dfe3cc6a4d3a1709352100f226a6543c4eaf5c158 1,139 0.33/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.50 GB

Node Details:

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