Loading Tool

Explorer IconExplorer

Memory Pool

51,725 transactions
31.05 vMB
0.16544325 BTC
Random Selection Loading Transactions
Max Size: 166.47/200 MB

Candidate Block

Mining Attempt 318e837534c5a39c8bac1abbb17aba89bd97de7f1a6a05b2f8c94aa2b0ec5d60
Version 20000000
Previous Block 0000000000000000000150ac5d85e9507ede5886efaa3253ea821573fd5eeda5
Merkle Root c9a15137e93ebc54f1804641967edecc893ffee80bf72ad009c9bf600f2b2a37
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,215
Size: 1.00 vMB
Total Fees: 0.08736105 BTC
Feerates: 477.45 > 8.75 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,824 (594,421 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
320,403 320,403 00000000000000000aa25f0cc15d573a059d70122f31b77c61e0827a177b0fc4 163 0.07/1.00 vMB 30
320,402 320,402 00000000000000000d355ef0a4ddc06468b111650baedffb6f86a9b838c2238c 13 0.01/1.00 vMB 20
320,401 320,401 00000000000000000678e49e8f90ac8e729e34ab2c6855ff2acf43814b4e210d 107 0.04/1.00 vMB 32
320,400 320,400 000000000000000013cd08cb3b28e20e75e4065373ca0bcf97d76d0ae9af78f7 246 0.13/1.00 vMB 30
320,399 320,399 00000000000000000cc248a12662bd0be3ad17b41d2ed1ce4a745b75eca38951 193 0.11/1.00 vMB 28
320,398 320,398 000000000000000014dd6a4c5e22c38b01c54a250175349291b0b653dc3713b5 470 0.22/1.00 vMB 30
320,397 320,397 0000000000000000054e0f3c06051ff384a698971835daf14d6f9ebdc81b5e69 787 0.36/1.00 vMB 48
320,396 320,396 00000000000000001613dd85e4bfb31ee90def254ecc0e3e4f7f12a2a9a3587e 376 0.20/1.00 vMB 29
320,395 320,395 0000000000000000020d739828c3f563ec50f03f43ddf847024390d6d01fcb7f 16 0.01/1.00 vMB 43
320,394 320,394 00000000000000000d6c7c99c291b998c9873e931885b3769575e0b34c2f27e6 326 0.16/1.00 vMB 33
320,393 320,393 00000000000000000ce688dc88b7b16d862c93969cdd9fba43098dca3682abda 98 0.09/1.00 vMB 11
320,392 320,392 00000000000000001f325d8b3934aa6cff4b6f67598365916d6f9c5788a021ff 932 0.50/1.00 vMB 31
320,391 320,391 000000000000000011f5bbf99b2a271296a2fefb3ccb1b79e86423565d17efd2 771 0.47/1.00 vMB 27
320,390 320,390 00000000000000000c4a552d2969e1981d63db7a1648d6bce14133d02fc9714e 1,204 0.57/1.00 vMB 30
320,389 320,389 00000000000000000306fb50e8f0f70a25d3b25141eed33caff13804c4fcdeed 507 0.26/1.00 vMB 29
320,388 320,388 00000000000000000d31f0c5a390384f2f47a4ab2933f34973e568ca15b11bc0 27 0.01/1.00 vMB 13
320,387 320,387 00000000000000000c01c3d522c188103f22fb4cd205701133a9aca9a0912a98 46 0.03/1.00 vMB 23
320,386 320,386 0000000000000000252e52a20d1f01cd0098b109d6d9c45fa86e42dd2204b3a2 229 0.17/1.00 vMB 39
320,385 320,385 00000000000000000c06e54c51c91aa306f1d043c05ef36afff446041243babb 878 0.42/1.00 vMB 30
320,384 320,384 00000000000000000c5d9b233c06ce92cf241fc32599c4b2a17368d658e35ee5 838 0.37/1.00 vMB 32
320,383 320,383 00000000000000001e1e4c73f3bb386191ea8b1fd919bed4a63defec4c9a4659 544 0.27/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.08 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: 651.31 GB
    • Received: 13.54 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.