Loading Tool

Explorer IconExplorer

Memory Pool

78,377 transactions
29.11 vMB
0.08159317 BTC
Random Selection Loading Transactions
Max Size: 176.20/200 MB

Candidate Block

Mining Attempt 07490432598d86722c6223122de3cf14c274bb3fe59114c58d02618f7224b023
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 2b8697ad100303f66b0df24c67370b9c1cc0072f27f986ca72c38ae7489c6064
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,779
Size: 1.00 vMB
Total Fees: 0.02074970 BTC
Feerates: 178.73 > 2.08 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (738,361 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
176,801 176,801 00000000000004888299169d3a1e56f0eb4b0be9ea1debfecd58ad66d16de400 18 0.01/1.00 vMB 256
176,800 176,800 00000000000006ef4d9200e7b5e1b22fdf21a6c5b9cda2441d8b2dd281e739d5 24 0.01/1.00 vMB 30
176,799 176,799 00000000000007cd90f37badc4cfd917acd34ce7a580fc1776ef6e32c7030327 9 0.01/1.00 vMB 53
176,798 176,798 0000000000000513b10358612c9fc040ca8b7b83fd6d7d946ab290474aa282fe 57 0.03/1.00 vMB 98
176,797 176,797 00000000000006db9b6eb2bb0c6a1f28b5e37aecb15dd0891b0c6170c4100a25 36 0.02/1.00 vMB 108
176,796 176,796 0000000000000566b06b64b6bff407f0711f40b634b1c352e5a188c0152a137d 11 0.01/1.00 vMB 65
176,795 176,795 00000000000003ba58ea2c6731520463643a6025f47b807f72af67a3e5f429bf 83 0.03/1.00 vMB 60
176,794 176,794 00000000000002250a9f8b0f926f5afc38adc7c961d7f28d4d1c4b5f82a4c0ba 82 0.03/1.00 vMB 139
176,793 176,793 0000000000000173f392479d013d42acba09378530bdf777eb38ce4c9bd29ee1 11 0.00/1.00 vMB 89
176,792 176,792 00000000000003058d01018fd42ad14f0a4c6be5c943fc5f71804804743a52b7 10 0.00/1.00 vMB 0
176,791 176,791 00000000000001257401d9f32120f9e0ae0c50addaca205e12ff862581cdc15b 42 0.02/1.00 vMB 722
176,790 176,790 0000000000000364bf25bd6f6a0da7ce935c614d8151e8ceed19216f9b056981 36 0.02/1.00 vMB 269
176,789 176,789 00000000000002ed38734a9e7c76c7a95468d3f635e7faee996870d0b3984549 46 0.02/1.00 vMB 237
176,788 176,788 00000000000002ba61eb42783bb3bd2e2411fd515c3798cb894ae06629b47e69 37 0.03/1.00 vMB 97
176,787 176,787 00000000000009426e516b451cccdda894c2ead708ca4e2c6c88468c37ab887b 4 0.00/1.00 vMB 26
176,786 176,786 00000000000009eed1bdf0d1dcf083b99b2035c9b8074567b2bfec4d68c8047a 9 0.01/1.00 vMB 74
176,785 176,785 000000000000032d4e476d2a5fd484ca264f6fd88cd3215492f325fc946096f6 75 0.02/1.00 vMB 192
176,784 176,784 00000000000009e3578572b1db595208c8b8bae536000e7ba389c125cf26f9ec 71 0.04/1.00 vMB 179
176,783 176,783 0000000000000a62a967fab071fce662789c0a4e46bb2e0b41c5c1aadd2087d6 13 0.00/1.00 vMB 64
176,782 176,782 00000000000006745825eec1a28938ff7f446cb2c2537a5764edb8871df78a3f 53 0.03/1.00 vMB 170
176,781 176,781 00000000000002b5fb13b7662a3b3e9b937e3ae9cf2fb8fb89f1358bf7385ca6 85 0.04/1.00 vMB 89
Previous 10 blocks ↓
Total Size: 782.68 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: 677.93 GB
    • Received: 16.44 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.