Loading Tool

Explorer IconExplorer

Memory Pool

79,126 transactions
29.36 vMB
0.12439458 BTC
Random Selection Loading Transactions
Max Size: 176.74/200 MB

Candidate Block

Mining Attempt 8962a48e8e10bb564e934237d906290dc25c46280e00ab4a2a8bb1eb3306c4a2
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 05487dc0672f9039f8c5b0d745f43fb57eb371e6173a2860e32085d5d13707e8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,294
Size: 1.00 vMB
Total Fees: 0.04503373 BTC
Feerates: 150.80 > 4.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (590,015 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
325,250 325,250 00000000000000000832c8c7d1f5b0445475230d91adfde56df3ecf2ef5e3edd 63 0.05/1.00 vMB 8
325,249 325,249 00000000000000000bfde0a6a89518f3c7b2e21cdf800db44d1915b56d936177 604 0.41/1.00 vMB 26
325,248 325,248 000000000000000010635557dde507ec1f732182d982646de1d41892cce84627 349 0.20/1.00 vMB 26
325,247 325,247 000000000000000013ccfd32fabca46d00eddd27034129bc0ea8278d67284395 81 0.08/1.00 vMB 13
325,246 325,246 00000000000000001caf11611c30a218bf05cbc5a1e4f55d12c6dff30cff967a 1,185 0.75/1.00 vMB 26
325,245 325,245 000000000000000005bf0178d7553b8866f9ef7e0b040cff5a3b0c4bab29804a 58 0.04/1.00 vMB 10
325,244 325,244 0000000000000000058f501db8648b6da0034fb73eac4df657cfe47bc405cd1b 363 0.26/1.00 vMB 20
325,243 325,243 00000000000000000db5182f954a17d4db880dcd33742d0f83b51aa36c0349bf 1,594 0.90/1.00 vMB 31
325,242 325,242 000000000000000005d8e31459cc1e2fab5e5aa2827f9ca17e0d22b6125561c0 76 0.04/1.00 vMB 18
325,241 325,241 0000000000000000115e299852d03ebf1c6f8517a6005d9528c76134e2028e40 252 0.14/1.00 vMB 27
325,240 325,240 00000000000000000f48bcbed5102f5e6c481d47a76aaac33db7f515441b3bd7 603 0.34/1.00 vMB 30
325,239 325,239 000000000000000001f9a41f1e700c6c1aebbea2691834891962274fdf6e4566 870 0.35/1.00 vMB 29
325,238 325,238 000000000000000009406c45a7d399be38860f6b5ac04b15d539ab1aac3e3993 255 0.27/1.00 vMB 20
325,237 325,237 00000000000000000fd4d430625cad4c7917311dbf06703f3bdd0164f3e0545f 255 0.17/1.00 vMB 26
325,236 325,236 00000000000000001d1679b11dbdcb440d3b3577c9d696f08f85165b8af86d58 50 0.03/1.00 vMB 27
325,235 325,235 00000000000000001c75a37853fcdcbceef5c9cffd99dcca7953f79acaf42ee8 160 0.09/1.00 vMB 13
325,234 325,234 0000000000000000179114be1aa9c76749a35b981a7d8a9714ce2c923eae25ad 841 0.49/1.00 vMB 29
325,233 325,233 00000000000000001b8c262b00901bd4021dd843b07e40f736a89a9e96f0486e 525 0.46/1.00 vMB 18
325,232 325,232 000000000000000005591f34a53792da8cf7c5355009d19eef95e64ad5509040 1,399 1.00/1.00 vMB 24
325,231 325,231 00000000000000000e0b9a79f243dc1a08e8b2f6e93c8ee2ebd562d30b344570 1,573 0.75/1.00 vMB 33
325,230 325,230 00000000000000000b335b0baa18f64522089c9a9811d3a7bc03b2d38e99b54c 1,034 0.59/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.85 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: 712.79 GB
    • Received: 17.21 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.