Loading Tool

Explorer IconExplorer

Memory Pool

86,470 transactions
31.64 vMB
0.14850821 BTC
Random Selection Loading Transactions
Max Size: 190.79/200 MB

Candidate Block

Mining Attempt e04a9534886119253bad18c8e045871c2fa15d6a0362c6d8dd069b5985ccba56
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root cef460df896d83e9beb11aeb61f7e8ffe32351497946f8239b57e007d5cc33bd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,580
Size: 1.00 vMB
Total Fees: 0.06612291 BTC
Feerates: 214.31 > 6.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (363,096 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
551,873 551,873 0000000000000000000d068392a3bbc7a73a67b1ff84691f60028ee391e86326 3,150 1.00/1.00 vMB 39
551,872 551,872 00000000000000000015f7a8fb32252b8f6b191b32c0e93f6f424557b44e86c1 3,274 1.00/1.00 vMB 59
551,871 551,871 00000000000000000020957e9c49fb476deeb5184c1698800827a1eae0ba6ceb 2,954 1.00/1.00 vMB 58
551,870 551,870 00000000000000000026a5035d45c43d1d9da2283c365832051996dbeb3d512f 3,321 1.00/1.00 vMB 40
551,869 551,869 00000000000000000005a70a85600ba54045bb37269e2a48b899b3dbd25520b8 2,766 1.00/1.00 vMB 39
551,868 551,868 000000000000000000271f5752ad589bd75c45c086d9fb721f3fd7ab2a767ecb 2,487 1.00/1.00 vMB 40
551,867 551,867 0000000000000000000a08abb74ec30ff87e8b36c075df1fcaf3bbc60113b754 2,793 1.00/1.00 vMB 54
551,866 551,866 000000000000000000086daf34be2370ff5c44ece82c8429d8e061ff56b78305 3,339 1.00/1.00 vMB 49
551,865 551,865 0000000000000000000e2bf0c58cd2413585a805bc415c051b028629de04459a 3,209 1.00/1.00 vMB 70
551,864 551,864 00000000000000000029325b57176c1d48b9d3405c0be088d08b8b52c8d40515 3,445 1.00/1.00 vMB 59
551,863 551,863 00000000000000000007f168f72b18a1c98d5b5eb74e9c67abcf3f95b2be1795 3,388 1.00/1.00 vMB 51
551,862 551,862 00000000000000000014aa7da1df41c08c7b3311dfd2305cce511ce29314a46a 2,219 1.00/1.00 vMB 53
551,861 551,861 0000000000000000001bead22b9d648edcda740ba90764ab4a0056fb60579b53 2,844 1.00/1.00 vMB 57
551,860 551,860 00000000000000000010445ec8109db1727e50090e74630ae67d6c30e2c18103 2,639 1.00/1.00 vMB 70
551,859 551,859 00000000000000000029a51a06aa8f36e5f5f4e91e17cbba804eb5cdc575185c 2,684 1.00/1.00 vMB 39
551,858 551,858 0000000000000000001692c640dd13b5172b531fc149353381fc23aa3ce9da4c 1,733 1.00/1.00 vMB 23
551,857 551,857 00000000000000000022c9a715287fd906b4046642513f1e47284fee1b515c2c 2,704 1.00/1.00 vMB 31
551,856 551,856 000000000000000000140501116052369af7bba4f685d117510f7f52b55d61da 1,561 1.00/1.00 vMB 41
551,855 551,855 00000000000000000028fc1dc2a0d34d3ae567dfaea861a1159e6f19e4bcd49a 3,065 1.00/1.00 vMB 56
551,854 551,854 0000000000000000001c97e1c78dcd1a58b39619ed29b509e734182d7c2a290b 2,105 1.00/1.00 vMB 29
551,853 551,853 0000000000000000001b70a288574ae2c2cf7c4a3da8718073c0cc195df4b2eb 2,706 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.33 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: 660.72 GB
    • Received: 14.77 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.