Loading Tool

Explorer IconExplorer

Memory Pool

16,241 transactions
11.39 vMB
0.06435472 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.47/200 MB

Candidate Block

Mining Attempt 07f25f8c5d301013a39623519649f3a8bfe0a36eccdd9081745d5960945c9356
Version 20000000
Previous Block 000000000000000000003cda2c193a02bec06194c9a75bc9f8b996f80df7088e
Merkle Root f0e8806937e06d02bfc303afc153b224c55b3ba78100eb5ec04e3bf7d115741e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,483
Size: 0.9979965 1.00 vMB
Total Fees: 0.03941376 BTC
Feerates: 207.44 > 3.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,813 (751,887 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
161,926 161,926 000000000000030391f3dbbc296b1924d9fb45415eff319d679f136fac7fba71 130 0.04/1.00 vMB 31
161,925 161,925 00000000000001c05221d44575c007ff3defdfc30756360a886bfe7549c83ec6 18 0.01/1.00 vMB 53
161,924 161,924 0000000000000aa39025c8d949803554e32d0eb6aa1093250665138856479150 31 0.01/1.00 vMB 365
161,923 161,923 000000000000012e28f219f978f3cb5c63e490a8d0a96f017ef45d5fbb8ea00c 71 0.05/1.00 vMB 148
161,922 161,922 0000000000000314eba1759121a073afccb05e3486e149cd8ba4c2b6d36d7c5f 27 0.01/1.00 vMB 4
161,921 161,921 00000000000009f5d796c862a0ed8a604dfb2393e17784aeb0dec57088b61158 101 0.03/1.00 vMB 111
161,920 161,920 00000000000009f79712e38dcec9919719370e464587abd23302b4eb9fdef5b2 91 0.04/1.00 vMB 146
161,919 161,919 00000000000007773c1012e1fbb252388dfb265e2c201317535650378dcff9db 147 0.07/1.00 vMB 271
161,918 161,918 00000000000006c9e43077b2fcc6bf501a46f9f80ab8a62dc35c0728afab9cf0 47 0.02/1.00 vMB 139
161,917 161,917 000000000000027bb2f4974a8ac1881bab415bc91d2163eea2dfd6a12e615ee4 113 0.04/1.00 vMB 58
161,916 161,916 0000000000000780f636ec18cbddedbc0af6062dcb641dff022d4bec5d9d2022 99 0.03/1.00 vMB 163
161,915 161,915 0000000000000b763079e2478fe414edc5b687943b140b639792ca29de58bd4e 51 0.01/1.00 vMB 13
161,914 161,914 0000000000000d2eb4b37091edbe7716309dddc2dc8b07b873d9fa1b099a28fd 11 0.00/1.00 vMB 0
161,913 161,913 000000000000084de15cea7b3cdfc2e1a8560a9cfb4d078ec742586ed8cedd6b 104 0.05/1.00 vMB 124
161,912 161,912 00000000000009a01a97aca9ef5eaf050edd133634bb3d946c139771a3ccb62a 12 0.00/1.00 vMB 0
161,911 161,911 0000000000000515d351f1938b9f1f61ca67b20dd2fb763b3bf0cec093cfd1f2 93 0.05/1.00 vMB 542
161,910 161,910 0000000000000993e0045b2bede7b7d355b9c05b103aa7f59c5f7d06c269cea4 131 0.05/1.00 vMB 0
161,909 161,909 0000000000000a72d925d026c5120d05d855ab94689e4bd5465ef56f2adfdb71 55 0.04/1.00 vMB 191
161,908 161,908 0000000000000cff32e3edf7cb9305d9fbb94ca18f71bdf4a791ff7a9779923f 76 0.04/1.00 vMB 144
161,907 161,907 0000000000000604ea74bbc4ef5f3785226ce96937c74b708635f680cf0a66e5 134 0.06/1.00 vMB 271
161,906 161,906 0000000000000930e3c6b77218cd5def7d0ff99ea8b8e7f420c7a3ab1e7ce64f 92 0.05/1.00 vMB 301
Previous 10 blocks ↓
Total Size: 780.29 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 517.07 GB
    • Received: 4.50 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.