Loading Tool

Explorer IconExplorer

Memory Pool

43,209 transactions
26.91 vMB
0.05406535 BTC
Random Selection Loading Transactions
Max Size: 141.82/200 MB

Candidate Block

Mining Attempt 4ec07be072f917b2a7b9b3b3147effab984e5d94f2409429ac2686977651c9ce
Version 20000000
Previous Block 000000000000000000001260ba24b1c90e21ac7ae42fa5287b1c1450592fa5bb
Merkle Root a3a9b993f82bf1ec9c3a6628b153098ca6854c078499ac56f813cbe90e73044e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,366
Size: 1.00 vMB
Total Fees: 0.00417361 BTC
Feerates: 21.20 > 0.42 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,914 (342,175 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
572,739 572,739 0000000000000000000168ab0433fcc79369ae87dc5d9ab1d2dfa373b3211095 2,648 1.00/1.00 vMB 38
572,738 572,738 0000000000000000001156dfa416e36a4fb01661c68c9271ff25220a8dee4a79 2,788 1.00/1.00 vMB 68
572,737 572,737 00000000000000000005d88ac92a8ffaee50b572165f1007c5b98d22ba92018e 2,906 1.00/1.00 vMB 28
572,736 572,736 00000000000000000008b23c8e3e6b7f1cd014d0551ad80bd2ad135e66d686be 2,133 1.00/1.00 vMB 49
572,735 572,735 00000000000000000012c951b8b5d5086fc89874fbc95c5fe1291b78db61ef85 2,855 1.00/1.00 vMB 62
572,734 572,734 0000000000000000001f4a113ea22dc967a09c5e2d829da70c6086ebc097afce 3,092 1.00/1.00 vMB 94
572,733 572,733 0000000000000000000db1d0575a476ca92047986584982f6c231c26eec8205c 2,819 1.00/1.00 vMB 80
572,732 572,732 00000000000000000014ece41d34a3ca20f14c600df1431105eca5eb5a67a612 2,322 1.00/1.00 vMB 29
572,731 572,731 0000000000000000001924e70286dbfde69a08c954da6902b65efecdbf31bb6f 3,128 1.00/1.00 vMB 65
572,730 572,730 0000000000000000001a631af1d1627554efb36392c67c4a5ddf1b10fa267acc 3,156 1.00/1.00 vMB 84
572,729 572,729 000000000000000000096bd4d4a534d8de59c7833900ad976bf7f39a47505343 1,690 1.00/1.00 vMB 51
572,728 572,728 000000000000000000263ab8d4d75f34a5f0d7855f62c918fe1df44b35b1c6da 2,900 1.00/1.00 vMB 70
572,727 572,727 0000000000000000002bacea99e82d9bea4f7ae07ead25ee832a7bd8bce279a1 2,891 1.00/1.00 vMB 34
572,726 572,726 0000000000000000000106e7d12ed8e061c3322483496ffa748ba30e4fbb020a 3,114 1.00/1.00 vMB 10
572,725 572,725 00000000000000000024ba22c9c991461ca334f1cc942db63d55e502ba2b332f 2,669 1.00/1.00 vMB 51
572,724 572,724 00000000000000000000d5036c9aab7d5704268096e78227b751b433cf110973 2,742 1.00/1.00 vMB 27
572,723 572,723 0000000000000000001e17373bf0317bb064f9cfcca933771dfade20900de465 2,927 1.00/1.00 vMB 55
572,722 572,722 000000000000000000076509e48d526b52810bad16159f24a73fbe90373e6e6f 2,659 1.00/1.00 vMB 47
572,721 572,721 00000000000000000003087e859f3f78cd83e7ce47759b5eaf08b9c8d6341e17 2,961 1.00/1.00 vMB 70
572,720 572,720 0000000000000000001d3abc3dcf4cebb09e2f1aa1dc4864d4ec4c1df676ae28 2,693 1.00/1.00 vMB 72
572,719 572,719 00000000000000000024a845005cfa62097d5ccfc74f1f38a1b0f20ba3375207 3,260 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.24 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.06 GB
    • Received: 14.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.