Loading Tool

Explorer IconExplorer

Memory Pool

44,898 transactions
27.42 vMB
0.06821242 BTC
Random Selection Loading Transactions
Max Size: 145.06/200 MB

Candidate Block

Mining Attempt 1dda8347830f8c04c9af209e55731bfd61120376f5d743945d24332a5ef96ae9
Version 20000000
Previous Block 00000000000000000000cb7f19ead4a2971e1e5cb5a2c3b233eaf5b231d7f805
Merkle Root 7405b27d7bdeb519ffcf08e65dd2a8a38df68b38fde1b3ddab47ad68b0e2d5e2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,848
Size: 1.00 vMB
Total Fees: 0.01662459 BTC
Feerates: 200.99 > 1.67 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,922 (225,551 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
689,371 689,371 00000000000000000006df9a4e7941788b4dd36f85e0c1e431ed12568be0a1d8 1,214 1.00/1.00 vMB 38
689,370 689,370 0000000000000000000d2bd492d9ae7b70c5b518e2f649c1132cb8da3cc1518f 509 1.00/1.00 vMB 25
689,369 689,369 00000000000000000005e9f52f73b484548bd1fa0ae637db78d0742cf9cf56b3 1,050 1.00/1.00 vMB 36
689,368 689,368 0000000000000000000769a3ab23ec7ad42e2a24dbc7d6c8c5e469f93832263c 948 1.00/1.00 vMB 29
689,367 689,367 000000000000000000011b10abdc335df2970a859f1fc77106cc18782cb581cd 1,845 1.00/1.00 vMB 44
689,366 689,366 00000000000000000001874a51bf507151e1b70ea2f17d7ce4197c374e043945 2,451 1.00/1.00 vMB 25
689,365 689,365 000000000000000000038b06097bf764229234f2c43d2fc64899f8063ee05705 2,525 1.00/1.00 vMB 62
689,364 689,364 000000000000000000064b70ae7146c382ebd99e1d2fc90a5fe521a1ee48fe0d 1,388 1.00/1.00 vMB 66
689,363 689,363 00000000000000000002fccaa72270bedbfa518a29c504871f57bfee191c4b6b 1,212 1.00/1.00 vMB 82
689,362 689,362 0000000000000000000552a22cb8c45522fc34c4e1f531a1c8cce78da5de3c7a 2,720 1.00/1.00 vMB 19
689,361 689,361 0000000000000000000cfb1a99d2b32c4a24c42fdb9de045e8a3637856d46e02 2,135 1.00/1.00 vMB 40
689,360 689,360 0000000000000000000afb1d316ba2fc8e56d2239548cfdb9fa1bf48ce3bb8b5 2,731 1.00/1.00 vMB 97
689,359 689,359 0000000000000000000d532af409fce2fda4b0cc1cd54ff89d29a81c8a7c55be 1,682 1.00/1.00 vMB 25
689,358 689,358 000000000000000000048e269930584d324f32cc1d5fa3dbb35e2f286ae67f9b 1,674 1.00/1.00 vMB 47
689,357 689,357 00000000000000000004118cb4b081fc98366c73e140f3bc9c0f483fbd61da97 2,077 1.00/1.00 vMB 66
689,356 689,356 00000000000000000002c2f4aa169187863f0f96f552a26163e378346919db7b 2,473 1.00/1.00 vMB 27
689,355 689,355 00000000000000000005ac2865148457d855c092c301714033f6f70c177f4250 1,947 1.00/1.00 vMB 50
689,354 689,354 00000000000000000009bc292b112a8bb003b405283da9b52a6b55ddcbaa9d59 1,023 1.00/1.00 vMB 78
689,353 689,353 000000000000000000005daddfc547636903936a4cf0b1ac4a9058d0f0b44169 2,258 1.00/1.00 vMB 91
689,352 689,352 0000000000000000000724ecc29c6ba5f9aaa8908157db541786c995a5b57b99 2,180 1.00/1.00 vMB 26
689,351 689,351 0000000000000000000e0b911b9d8e2fe74d6e0948153df4251fbe293a8d3d55 2,795 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.25 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: 655.43 GB
    • Received: 14.31 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.