Loading Tool

Explorer IconExplorer

Memory Pool

83,453 transactions
31.03 vMB
0.09349664 BTC
Random Selection Loading Transactions
Max Size: 187.06/200 MB

Candidate Block

Mining Attempt 98d34cf3c96e939757ae1182012cfce1af6a625baa69c51132b1489ffd67a77e
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root 27fa2cfa4108d18b73df3d548bcdcbfbb197322ab1dea49eaa0e2f97b1688d48
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,689
Size: 1.00 vMB
Total Fees: 0.02525860 BTC
Feerates: 100.80 > 2.53 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (561,069 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
353,906 353,906 000000000000000016921bf6d525055b5a540342c2ad4a80903ed84e68141963 1,576 0.75/1.00 vMB 30
353,905 353,905 000000000000000004ea44cfe7ea46384dcd80c19eb14671b9a376d4e4a5dbe8 1,116 0.75/1.00 vMB 19
353,904 353,904 0000000000000000130c57441a3ba6128afdbecac3f19002909383df5def2877 2,260 1.00/1.00 vMB 33
353,903 353,903 00000000000000000343bb69f015799dd1322d8c73e66243b3782fb65aed6cfd 811 0.51/1.00 vMB 22
353,902 353,902 000000000000000015ceeba43b46bd68fc1a17a0b481f7f0bb5748a9f90bb22a 1,889 1.00/1.00 vMB 27
353,901 353,901 0000000000000000013bced982aa38c9a1e4eeabfd038aad95821cbaafc6c2ec 1,442 0.75/1.00 vMB 26
353,900 353,900 000000000000000004c6d49f2f147022933c3cb3b7fc29c7b57296fbefb9d422 1,383 0.75/1.00 vMB 25
353,899 353,899 0000000000000000085b4849e2de66f76fe7c545d78c4cf1cb1717bf90a9c4ac 495 0.37/1.00 vMB 19
353,898 353,898 0000000000000000041f54161e2b3c0b3a11e4e8e1e85c5c9f2e55c158d54b4d 1,741 0.80/1.00 vMB 29
353,897 353,897 00000000000000000bf90e2203deb14efc188c44e6b7900d05ff529abdbd6ec2 901 0.47/1.00 vMB 27
353,896 353,896 0000000000000000014fbb92e132354a1f6a7cfbcf3173da383e6a0de3c3a851 302 0.19/1.00 vMB 19
353,895 353,895 000000000000000009a9c486dba6d0c933119df4a5a46c82679f266fd6ac27da 256 0.08/1.00 vMB 42
353,894 353,894 0000000000000000117ae93bfe3b1dba24666ff668b5925e64600ca0b84b89b0 213 0.10/1.00 vMB 27
353,893 353,893 0000000000000000167948e7ac4521c64dec7d0473e511052e26413cf568d256 349 0.29/1.00 vMB 19
353,892 353,892 00000000000000000b071675162a5e51e5dca967a8019e9d14a6b673faef9d76 746 0.40/1.00 vMB 30
353,891 353,891 000000000000000010380dd0947fb2730d81bbf9be7085c9fbc12c830123d350 721 0.51/1.00 vMB 17
353,890 353,890 000000000000000007555a23ab9c19d3e666048fb25c0877a614cff15cdcef84 795 0.38/1.00 vMB 30
353,889 353,889 00000000000000000fbbe30c89d2ac50a159d6e8a3f6c6ff80641c7e2dca2dca 409 0.18/1.00 vMB 30
353,888 353,888 00000000000000001248586947cc87cb3791ac2f6506b2b0f78a75c825e81052 159 0.09/1.00 vMB 12
353,887 353,887 000000000000000014e8d50958774eddcca71eaffd50e133625c1453ab7270ed 638 0.29/1.00 vMB 28
353,886 353,886 000000000000000006926c299e82bcbcbe145194e179f00e90c7967eeab5afdd 706 0.36/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.35 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: 661.85 GB
    • Received: 14.83 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.