Loading Tool

Explorer IconExplorer

Memory Pool

25,822 transactions
6.41 vMB
0.07832296 BTC
  • 1 sats/vbyte = 12 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.19/200 MB

Candidate Block

Mining Attempt af1d1e28efe101aea97ef4df514d8897571919e26243eb62c10608aaeaef369a
Version 20000000
Previous Block 0000000000000000000127de1c64e8de7d91807ecd12e8ffce55889336217812
Merkle Root 064db4e156c2b9b42d272f5d7a896d112fd82cb21d024838fc28115ad3d09bf4
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,867
Size: 1.00 vMB
Total Fees: 0.06081698 BTC
Median Feerate: 1.13 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,195 (719,996 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
193,199 193,199 000000000000042b8919867bd94d8ec988584dccadac8150d6302cb68cc1a6d2 0.00 MB 8 3,146
193,198 193,198 00000000000003c08de5e898d67128a99fa787ce29b1f1396c61dc6d4ca6f898 0.04 MB 85 93
193,197 193,197 000000000000045a92e325cf3c377cb7c0be805c1a4554d02bc754a05f733baa 0.03 MB 64 131
193,196 193,196 00000000000005516216d4c476333a09b8172a91002797232400659c3d0d741c 0.14 MB 397 132
193,195 193,195 00000000000000de86f290fba172112b306e31523bb319cbbd05aa9a2578c79c 0.02 MB 42 86
193,194 193,194 00000000000004488f19b8f63cbbd8d850e096bf980cc3ef20f8bb1041ee5b27 0.42 MB 1,249 76
193,193 193,193 0000000000000700e597d079fabec842d27626dd02050f2600c5731818122920 0.00 MB 8 0
193,192 193,192 0000000000000477bbe5d86195b576eb32be70db2f8fa96770dde517bd7c430e 0.12 MB 318 160
193,191 193,191 00000000000004fc97f6f2abb1b6f01d318a39c94747e07f2edcd515bdb67c47 0.00 MB 4 0
193,190 193,190 000000000000006f0e46921d8117b7f090fd19105ccfadb5aafbb3ab15dde1f6 0.03 MB 84 125
193,189 193,189 00000000000005fc52d15fc2078dc7730dfd3061d8634e0a2c6911b0296c0eb4 0.00 MB 1 0
193,188 193,188 00000000000004132a203693f6b2a6b3475592bd52f8dfcb3ef3b26855c6ed09 0.14 MB 256 120
193,187 193,187 000000000000028ee65ad7585c76c3d4118d44124154735dfdf4511fde6adf34 0.11 MB 330 143
193,186 193,186 00000000000006805b2497c7d9efe7fcd470af452bcf5ef8ed74e7189bbc0197 0.05 MB 128 167
193,185 193,185 00000000000000349092cd0813efaaf12cf681fb465b89b2a2a2ce0a0b258fa6 0.00 MB 8 93
193,184 193,184 00000000000000f2cbde95423ec129ab1469d7e79789444707200d40bfcdb226 0.08 MB 212 130
193,183 193,183 000000000000039df9cd7f1d0f65e620b6811a9dc3ef28b1eea0d908512eff04 0.01 MB 21 70
193,182 193,182 00000000000005063c626fad1de940fb3d4554d84489919d72d2d14cd28eb7d8 0.06 MB 133 95
193,181 193,181 000000000000041b71a679b777e2bb6e5d2a34db1cf27aea43d4bb11d3d05a26 0.00 MB 10 46
193,180 193,180 000000000000020592bc2df3316c7a1110eaaa050808fc7a1b3d71e051d809d6 0.01 MB 16 59
193,179 193,179 00000000000005a359fedb43ac84289f140c1bbf787f74564ad622fc517a10b8 0.06 MB 149 113
Previous 10 blocks ↓
Total Size: 779.19 GB

Node Details:

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