Loading Tool

Explorer IconExplorer

Memory Pool

45,723 transactions
20.30 vMB
0.04740623 BTC
Random Selection Loading Transactions
Max Size: 116.00/200 MB

Candidate Block

Mining Attempt 8a650da1229de1c34a7a1c1ad9575e02c9629a49258dfe47462e4d6dc69577fa
Version 20000000
Previous Block 000000000000000000006ea3e72bd5e696ffc57bed7c8271f2ae54a7ad737158
Merkle Root 8ce6112c50802487363c77a08b2a6f9bc0632f1e998a1b0dae6937ae2abf22ed
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,670
Size: 1.00 vMB
Total Fees: 0.00740746 BTC
Feerates: 100.29 > 0.74 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,967 (719,267 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
194,700 194,700 0000000000000688e74f08fa4d4a10b2756d3e92a3248571b8d9e9e4b853d776 418 0.15/1.00 vMB 166
194,699 194,699 00000000000001aa44e58af382ec95d58664eafde972c5c1cd3eec77f42fd763 9 0.00/1.00 vMB 33
194,698 194,698 00000000000000308641b580caadbffb425d71e25b3f2fd9d9299098c7327c4a 71 0.02/1.00 vMB 108
194,697 194,697 00000000000002c7edb1ec168f5261a1910b873929e345c5d123d2113d4797e2 111 0.03/1.00 vMB 49
194,696 194,696 00000000000004439c2eb51b6ea99c94bfd1bc616454436dca078e923c77cf1e 256 0.16/1.00 vMB 67
194,695 194,695 00000000000005cce815531510da62a48517b640fa35588dec731cc3a9353156 128 0.04/1.00 vMB 153
194,694 194,694 000000000000010ab293f97e68cf349dde6a1ce7a90a1c7575c4a15252a3d4f3 256 0.08/1.00 vMB 88
194,693 194,693 00000000000001eec5de243c08273ac98a9010c711257553d45affa67a3b36a0 208 0.08/1.00 vMB 121
194,692 194,692 00000000000001fe0ccb4dc94dddf84c6dbcd46d0a6e9a94f03ed0d94916fe95 145 0.06/1.00 vMB 102
194,691 194,691 0000000000000032d553376aed2a18c796aa85cb2deb5f3bd7679d0e8d1dae89 1 0.00/1.00 vMB 0
194,690 194,690 000000000000027ad8b8a7fd390666978d660d9dc228a77e820bdbde23956aba 139 0.07/1.00 vMB 114
194,689 194,689 00000000000001bedf8f862efa40ef9faa5c9471d3d803c896685397f25165a2 113 0.05/1.00 vMB 285
194,688 194,688 000000000000022afa491976bc4c8f9157c3d08525022c36d2b00ec6c5ab0e31 8 0.00/1.00 vMB 0
194,687 194,687 00000000000002c4f35d61fd41cb184e8428685fc8d0d687d6c9dd71e50d14a5 96 0.04/1.00 vMB 129
194,686 194,686 000000000000015dd6537976e27742e954f02dba716575cf009935db98be9dba 16 0.01/1.00 vMB 129
194,685 194,685 00000000000001d0531f26ce825672f3e1ff2bce0dc919cb17207c235c784dc6 64 0.03/1.00 vMB 127
194,684 194,684 00000000000000b30421af67eaee9cde0337fe20a2c83c6f7d8e6ee63a6ecfbe 13 0.00/1.00 vMB 91
194,683 194,683 00000000000006d2ceda663171fbb578f56af8fa6a073b6d67758d6143c2bd7d 132 0.05/1.00 vMB 107
194,682 194,682 0000000000000086f53072cc1d2ea5a7d47f4bf0dcea9369930b8e2d4513df6c 1 0.00/1.00 vMB 0
194,681 194,681 00000000000003f18e0bfd77bd753329c3f1beb6cb254e7c14ab1222ccbe5673 224 0.09/1.00 vMB 255
194,680 194,680 000000000000061d0ff3220dc1cde1ab476b44e14a296165e85253f6754f085a 256 0.12/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 780.55 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: 536.40 GB
    • Received: 5.99 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.