Loading Tool

Explorer IconExplorer

Memory Pool

19,725 transactions
10.69 vMB
0.01988393 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.34/200 MB

Candidate Block

Mining Attempt 35bf648e8a1957f9ebf773eeb448ad99acb11588f638a1108212a7735f3e3704
Version 20000000
Previous Block 0000000000000000000156b82413a41a3ee9586eb0659e5b5c3b2074ce30d023
Merkle Root 5b048f5721f5e8a4f447588202849689d9007230bb06940ee86bf54dd9fe82b4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 7,217
Size: 0.99791525 1.00 vMB
Total Fees: 0.00312489 BTC
Feerates: 40.20 > 0.31 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,678 (751,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
161,928 161,928 0000000000000597dd6440dc490cd90fe47b71031f0c70870a5e33c8f2c58c90 66 0.04/1.00 vMB 390
161,927 161,927 000000000000042ac2b90268f7e535fb4405253bef3c9aaa130379709365cf17 70 0.03/1.00 vMB 196
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
Previous 10 blocks ↓
Total Size: 780.05 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: 487.73 GB
    • Received: 3.29 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.