Loading Tool

Explorer IconExplorer

Memory Pool

37,518 transactions
26.42 vMB
0.06852348 BTC
Random Selection Loading Transactions
Max Size: 135.37/200 MB

Candidate Block

Mining Attempt aa8a1eeb6ce766bff161e999f67d06c12edfa4d26f1d62987be35084f7671c7d
Version 20000000
Previous Block 00000000000000000001419fd1876bb6273a39056905abab982d31039aff56e3
Merkle Root 3d55efa78ccba302ca9ff7a474d8d50f560e75644a24ee45b2b301e67a3bb736
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,122
Size: 1.00 vMB
Total Fees: 0.01955428 BTC
Feerates: 101.65 > 1.96 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,663 (504,920 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
409,743 409,743 00000000000000000260523ff598bbd7bd0031cad4c4e20ff990aeb3bfc5d9c5 1,445 1.00/1.00 vMB 26
409,742 409,742 00000000000000000086a9c3f2b52d7ac129419b0cb5e3bb37566e69ba40ee11 2,145 1.00/1.00 vMB 35
409,741 409,741 0000000000000000034d4c74b3d057a6bab3636c1a314f2530f416d88b2e3af1 2,020 0.99/1.00 vMB 46
409,740 409,740 0000000000000000055b54b00bcb30f6254c3b07b58cf3cc5491fa4f908348a7 903 1.00/1.00 vMB 75
409,739 409,739 00000000000000000390a11b5b822b83bf8c84af61543b1912c470ce25977acd 914 0.80/1.00 vMB 26
409,738 409,738 0000000000000000019ed935ec8689ddffc4faa9f930ac6078f292cd8befabab 2,305 0.98/1.00 vMB 41
409,737 409,737 000000000000000005f5310b09e962e6eda59af28ae75b7475a1e9bee6d606b5 1,380 0.75/1.00 vMB 35
409,736 409,736 00000000000000000139b1670552eff4eec53a4cbd41194b439fe6d8f1d1647e 834 0.40/1.00 vMB 39
409,735 409,735 000000000000000004ab41b326c6a428c68b163bd7fee6e71c9c0e8a79fe2c2b 919 0.97/1.00 vMB 17
409,734 409,734 00000000000000000063599e6dcbc785156f27a220a49b7cb961965be62d9155 2,263 1.00/1.00 vMB 36
409,733 409,733 000000000000000001cafdde60f842be3804b43e5bd7dc51ca8b6bf1a8ba4698 2,991 1.00/1.00 vMB 53
409,732 409,732 000000000000000004501c60a5fec0e10c8eee07fde41a22ae63069a45a0fd69 15 0.00/1.00 vMB 95
409,731 409,731 00000000000000000124e66701b99bbada3600c7bd2611494bfab7f52dbace0f 2,696 1.00/1.00 vMB 71
409,730 409,730 0000000000000000000b1a6080c1c68b91966c371227cb59242d18745fc7ed5e 1,442 0.70/1.00 vMB 32
409,729 409,729 0000000000000000003fcfaeea9bcb0a342229d9bbbe54624e9ec60d2a7825fb 1,090 0.50/1.00 vMB 42
409,728 409,728 00000000000000000224c52c5b06a76987065e969cba057adc897ba4b018984d 1,829 0.99/1.00 vMB 27
409,727 409,727 0000000000000000027bb0be1953c179734f18be1061f2b6033be61b37dd1554 211 0.08/1.00 vMB 28
409,726 409,726 0000000000000000009ac26ca99c1deb68cb3be3b7b05feed620062ec16c1d5f 1,234 0.56/1.00 vMB 33
409,725 409,725 00000000000000000154c0d93ea3d7767bb815df7066d6f1a5ab174659796ac3 2,371 0.99/1.00 vMB 41
409,724 409,724 000000000000000002ade9d03044325038d1d4d7cedb3b0d63dad6271d3cc310 86 0.03/1.00 vMB 41
409,723 409,723 000000000000000005f4151d6765bab273fb33914a9500ff0890abfe5480224b 589 0.26/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 781.80 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: 634.15 GB
    • Received: 12.24 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.