Loading Tool

Explorer IconExplorer

Memory Pool

82,690 transactions
31.49 vMB
0.09002965 BTC
Random Selection Loading Transactions
Max Size: 191.29/200 MB

Candidate Block

Mining Attempt 3bbda48270b22ed0773657f749a6dd72936832e26a4aee9165fc442ae6dfa0b9
Version 20000000
Previous Block 0000000000000000000130b675716c29c3282dad43e5a337992f2918648760de
Merkle Root 7275da3d69bf3f7e62c6d6eddba7e9cf5dddc62643d14cdb0010ff9810e6a56f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,183
Size: 1.00 vMB
Total Fees: 0.02152977 BTC
Feerates: 100.18 > 2.16 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,209 (303,929 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
611,280 611,280 000000000000000000070ed34637feb2037c1247d6e59b0c5c9adb7ac5ede2bf 2,836 1.00/1.00 vMB 32
611,279 611,279 0000000000000000000740e74d41b79611072a2b832e85e363291f46f4b5fecd 2,702 1.00/1.00 vMB 9
611,278 611,278 0000000000000000000123d1ef2517cb477ddb0f4771a58fa6cd84dc76a0304d 2,271 1.00/1.00 vMB 22
611,277 611,277 000000000000000000025af25e7f9a8a5c198129b01578807509f6a7f5e2f813 1,425 0.49/1.00 vMB 10
611,276 611,276 000000000000000000099862d25488826dce9a5831ed3318aa9c36104fd89436 922 0.50/1.00 vMB 1
611,275 611,275 0000000000000000000be1d38ab111fa040ad49bd7c39a73df4ad95af44a4c71 2,435 1.00/1.00 vMB 4
611,274 611,274 0000000000000000001185bc0f5df78014e64dfb25b58f8335400e6cc4fbfaa5 1,412 1.00/1.00 vMB 6
611,273 611,273 000000000000000000097d4bb75c18b2ebec55bd967f5d714cad4f3e31202424 1,703 1.00/1.00 vMB 9
611,272 611,272 000000000000000000015f1f94fd94e8bc3c9b84ded24728c1a998d6e2a4db66 1,113 1.00/1.00 vMB 4
611,271 611,271 00000000000000000002fb1f9ab7bbc943378c2948668ae28770e2b72478d49d 2,048 1.00/1.00 vMB 11
611,270 611,270 00000000000000000012289b6f54bdcf925b5e15fe674677201cc2be32a35266 2,520 1.00/1.00 vMB 9
611,269 611,269 000000000000000000013287a88ceda91ee77046c33f9f06f7297b0921587fcc 1,378 1.00/1.00 vMB 8
611,268 611,268 0000000000000000000751d921ff2684a62d5c541bd78a6ad60477df2fb06878 2,548 1.00/1.00 vMB 9
611,267 611,267 000000000000000000134b13179ccf186198d86b8455fb0af4daa1e90a123d7c 2,632 1.00/1.00 vMB 10
611,266 611,266 0000000000000000000300c61b44e3be1b177d6d05d5bca14933063f4025582e 2,244 1.00/1.00 vMB 14
611,265 611,265 000000000000000000017fadf232c603ba7774a1b75f54854c9c8dd975162217 1,892 1.00/1.00 vMB 14
611,264 611,264 00000000000000000003557e66e49eb02fbfc685ef08ba337e8818ca4c5c65a8 2,178 1.00/1.00 vMB 21
611,263 611,263 000000000000000000066eae4fb3e8d50905a70fd86364428d25864b32ada560 1,420 1.00/1.00 vMB 24
611,262 611,262 0000000000000000001407e438a67eb5fb8fc76220a33eb9a4d7eeaec59eb651 1,021 1.00/1.00 vMB 57
611,261 611,261 000000000000000000084eaee38b5f02c841c0ad0950fba7a3ae5d03600482ff 2,581 0.85/1.00 vMB 14
611,260 611,260 0000000000000000000c76d1418ec4db89652ac13cf8482ea9e4e4d20597698d 2,934 0.91/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.75 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: 708.75 GB
    • Received: 16.76 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.