Loading Tool

Explorer IconExplorer

Memory Pool

50,882 transactions
28.73 vMB
0.07244251 BTC
Random Selection Loading Transactions
Max Size: 154.52/200 MB

Candidate Block

Mining Attempt 459c3cb19b1b0dddcc9c4dfd3de72072dc5b3f05794d367063f6e83e377c6daf
Version 20000000
Previous Block 000000000000000000019e7568131a21184319adfc46c390ce26bf65aed43bd9
Merkle Root 79d37b6327e76a6d9657d68a29dc19fbe5e8e1c8264352baa64232444ae6b8a3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,552
Size: 1.00 vMB
Total Fees: 0.01704947 BTC
Feerates: 122.12 > 1.71 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,793 (341,873 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
572,920 572,920 000000000000000000067c42b7e101d0b0f7f4c9de4dffb33c771c6a229531a8 2,969 1.00/1.00 vMB 69
572,919 572,919 000000000000000000239250157690debb820c96b4934998b8d999775b25f92d 2,808 1.00/1.00 vMB 77
572,918 572,918 0000000000000000002a6c3d6baac9e104c2942f5301664222a36b36b844c6ef 3,267 1.00/1.00 vMB 105
572,917 572,917 0000000000000000002698362b774047ca7eb44a46e97b2c78fe44cd9cf867cf 3,147 1.00/1.00 vMB 102
572,916 572,916 0000000000000000000d3ff94980956293fabb74c4f759ab2e36e3f5427d1ecb 2,664 1.00/1.00 vMB 73
572,915 572,915 00000000000000000011e5b61cae6f171fed17a7bb470e038b72df0e136d5764 2,784 1.00/1.00 vMB 87
572,914 572,914 00000000000000000009fe5e739cfc6912ff608be432eed62bd012d2a5afa1cc 2,965 1.00/1.00 vMB 113
572,913 572,913 00000000000000000011c58ae3e590c44d9a61eb5d119dd9524b1c38b1560607 3,031 1.00/1.00 vMB 109
572,912 572,912 00000000000000000019c9c6134d24ed17bda9e9e0ecb21acbd491ad26f8383e 3,053 1.00/1.00 vMB 81
572,911 572,911 000000000000000000137911fa9670314d7c53764f78ba9e65903bc906185535 2,028 1.00/1.00 vMB 94
572,910 572,910 0000000000000000001e974e0f1982918cf15809a29286d70b6592593f1b4505 2,902 1.00/1.00 vMB 99
572,909 572,909 0000000000000000001f756b15f41937ce4ef34ba2cec417222dc347a146d602 2,437 1.00/1.00 vMB 93
572,908 572,908 000000000000000000058e89fdd2203dad9a97de2edc1acdb8d516e91ab57e40 3,140 1.00/1.00 vMB 94
572,907 572,907 00000000000000000015505d80fdba9600435e623327d7cdcf6c20c57a97252a 3,245 1.00/1.00 vMB 103
572,906 572,906 00000000000000000004518ad4fe24ddd0ba01d68aab9afe44616162fea86987 2,371 1.00/1.00 vMB 93
572,905 572,905 0000000000000000000d2300e2eee0bb1d1ba97d51f5e30d81d0dd262860cff8 2,150 1.00/1.00 vMB 106
572,904 572,904 0000000000000000002013acc6e00a3d9964df77efdb71f78ef994046f8325ac 2,936 1.00/1.00 vMB 95
572,903 572,903 00000000000000000022a139e0f782fbef2a7a230aeea6f5cc065597aa6ef30a 1,918 1.00/1.00 vMB 102
572,902 572,902 000000000000000000083acfc9c75e11408595fdd2440f2ee63c1aab1900fcba 1,854 1.00/1.00 vMB 107
572,901 572,901 00000000000000000003036cea66f681cfd3e5473eb8fe0dd67c6d7fa3949c9e 2,207 1.00/1.00 vMB 101
572,900 572,900 000000000000000000018ee0c3da6a5e945353e389416bfeef499d75c3819047 3,194 1.00/1.00 vMB 126
Previous 10 blocks ↓
Total Size: 782.02 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 649.83 GB
    • Received: 13.22 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.