Loading Tool

Explorer IconExplorer

Memory Pool

79,824 transactions
29.61 vMB
0.09478633 BTC
Random Selection Loading Transactions
Max Size: 179.12/200 MB

Candidate Block

Mining Attempt 04a83882f5ae9c2b92cb9dc94109a22a51845f1a98c37d36606c9e4c54b64b44
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root e35b5bc7785f544437cc112713c6efb0be82fc8c8d996e0ff94db3508cf2476e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,807
Size: 1.00 vMB
Total Fees: 0.03178918 BTC
Feerates: 301.60 > 3.19 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (363,700 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
551,393 551,393 0000000000000000000d70775c1a5095e08e2a38351f52dab1ab80ce4c0d535b 2,738 1.00/1.00 vMB 44
551,392 551,392 0000000000000000001be153edf7b8556f6349f1270a1f59e98068d6d86b3fcc 2,303 1.00/1.00 vMB 17
551,391 551,391 00000000000000000014597acaa9ada69a0601ed5196da28f37e4841d144b989 1,296 1.00/1.00 vMB 38
551,390 551,390 0000000000000000000fcf9391ad1d9ff6b7ac1dbcc34238deccc7b4faf6ec6a 1,391 0.98/1.00 vMB 16
551,389 551,389 0000000000000000001802996d1c25d9746db4a9e48daa5d8bf7b4bfda375f61 761 0.65/1.00 vMB 12
551,388 551,388 0000000000000000001ddc993d7156ba170aaf5f885d00421e6ba8935f4325c1 1,965 1.00/1.00 vMB 3
551,387 551,387 00000000000000000009a35f93cc76b2a9de42cc953fbe536b7bcfe26f1dd541 2,711 1.00/1.00 vMB 19
551,386 551,386 00000000000000000025e3004010c57cd7c6512d0bdd2733188fe6bf1880b3e8 1,874 1.00/1.00 vMB 20
551,385 551,385 0000000000000000001388d049e2b0cdf30e1dfb0310e493f7ca2f1dd664d7d7 2,790 1.00/1.00 vMB 52
551,384 551,384 0000000000000000000777af6886877fd53cdc63bffc96572b95fae996a8cc39 2,258 1.00/1.00 vMB 39
551,383 551,383 00000000000000000026aea4b633ceeaf2d9d4421f5cee8cd5293caad64ad31a 2,861 1.00/1.00 vMB 60
551,382 551,382 00000000000000000018463483f870567358b888fc09affb94f2a39b9f1b4d0e 2,578 1.00/1.00 vMB 49
551,381 551,381 0000000000000000000ab08509981d10b9ae65c55077162448bec947fb677daa 2,586 1.00/1.00 vMB 69
551,380 551,380 0000000000000000000801758c7dc331143f0b92f02130068e23994000ceee28 1,547 0.63/1.00 vMB 29
551,379 551,379 00000000000000000026d8be46743c0d45d7bf5571db2135aafc3213ade309b1 1,626 0.62/1.00 vMB 27
551,378 551,378 0000000000000000002366a93cad54f09e1edf01b84575f7c00b4179725d6fd8 550 0.52/1.00 vMB 11
551,377 551,377 0000000000000000001964c13b144644c3531d1588168b3229ecae3744b6ab05 2,764 1.00/1.00 vMB 27
551,376 551,376 0000000000000000000094839091c71ddd904cead49f75abaf94420769934877 2,900 1.00/1.00 vMB 34
551,375 551,375 000000000000000000159a4836a91d646e1441da1e1f30ea5a33eb9912180f79 912 0.59/1.00 vMB 26
551,374 551,374 0000000000000000001bf2d1accec88dc2ac4ce59e1adb57d2d2acbe655afd96 1,039 0.46/1.00 vMB 20
551,373 551,373 00000000000000000023d172a1568b28e3ca3b631db467ac817506da971029c4 1,816 0.81/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.56 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: 669.95 GB
    • Received: 15.79 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.