Loading Tool

Explorer IconExplorer

Memory Pool

72,550 transactions
28.02 vMB
0.06871901 BTC
Random Selection Loading Transactions
Max Size: 166.04/200 MB

Candidate Block

Mining Attempt bfda8004f0d96bd06f3192345760deadba58db27fdc10a7668ae2cfbf1269230
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root bfd8898508f7d8dd9784297d368f05029cc016413b9fe483fb528c0bb38e0f6b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,905
Size: 1.00 vMB
Total Fees: 0.01242605 BTC
Feerates: 101.52 > 1.25 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (500,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
414,289 414,289 000000000000000001b3d0e3958dfbe743b6c423b8a2389c9cc05a2b137cfe1b 2,236 1.00/1.00 vMB 58
414,288 414,288 00000000000000000055aad665a1041a4fd97f5e4c24c2a607b367771206ce72 1,808 1.00/1.00 vMB 38
414,287 414,287 0000000000000000042df8e5cb4249cce666e0fbc14c19f9ac5ff00eabb58951 1,548 1.00/1.00 vMB 26
414,286 414,286 00000000000000000258bd3f056f42520497f4da334211b37451209ddb1e492f 2,988 1.00/1.00 vMB 77
414,285 414,285 00000000000000000146922aa19fd5e2ba0cddfce4c8f610666ecf14597f4b5b 2,068 1.00/1.00 vMB 52
414,284 414,284 000000000000000003d0cc9729cb63fe963cfa01b9e9714b49e69e45a9248ef3 1,558 1.00/1.00 vMB 26
414,283 414,283 000000000000000003eef07c28560aae579522c5dbc11562155796f4d6db9639 1,587 1.00/1.00 vMB 35
414,282 414,282 000000000000000002cecfb3a50cabe6cc315b9b60607ed5b589ef1bcf099349 2,059 1.00/1.00 vMB 39
414,281 414,281 000000000000000004984f65b2cfc800004dad67dcb1881c816864e69a35e28e 1,604 0.92/1.00 vMB 56
414,280 414,280 000000000000000003dd6749870abe2bcf8413a7dce8a8b5625816980e6d9a1a 2,102 1.00/1.00 vMB 57
414,279 414,279 000000000000000001bd39ef3d6243dc607e8a8cf36fe985f6f7b53b9b487a24 17 0.00/1.00 vMB 140
414,278 414,278 0000000000000000025a40cd0bbb3220f0994648b0653fc9341639776a8655e8 2,856 1.00/1.00 vMB 69
414,277 414,277 000000000000000001785eac0dd6f88a77857bd6a83712d9da45df4d4cfa1a7d 2,498 1.00/1.00 vMB 62
414,276 414,276 0000000000000000052bb8a6b4d56e6028f60e1486dfd2eab52533c72a2e81f9 2,774 1.00/1.00 vMB 79
414,275 414,275 000000000000000002f7c5c26adf369cff9a4b2a8b6e19c5c8c7ec68aff03903 758 0.54/1.00 vMB 49
414,274 414,274 00000000000000000062395505fb3dd3a8fb6af1247f2f5f7721ee995d003af8 1,067 1.00/1.00 vMB 32
414,273 414,273 000000000000000005469651fdaa1dcda5e2db68cf20b297e4433e9ab6e430e7 440 0.37/1.00 vMB 47
414,272 414,272 000000000000000000410f44a7b11573bc2f58899fcbda8d782fd2dc5c30cad2 209 0.21/1.00 vMB 26
414,271 414,271 000000000000000001900308a9d7418c5883e427b233edccd3261866fb6a4a94 1,340 1.00/1.00 vMB 35
414,270 414,270 0000000000000000046ae4956dfede6597c25add96b568455e6cbeb74a7c9e3f 2,471 1.00/1.00 vMB 57
414,269 414,269 00000000000000000482ad19734c5a8a62b8fbe246a19de806fb43f4835a6821 1,262 0.99/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.45 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: 667.46 GB
    • Received: 15.25 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.