Loading Tool

Explorer IconExplorer

Memory Pool

81,289 transactions
31.21 vMB
0.09892898 BTC
Random Selection Loading Transactions
Max Size: 188.80/200 MB

Candidate Block

Mining Attempt c93b77f0b498071e87834bb394a63ff42cc14832e324ea64541e1d0c4903c2d8
Version 20000000
Previous Block 00000000000000000001b99a5235f7093a25af06b813d4393172d28ab0c0e382
Merkle Root e3b649e319384d188d0764eacfcdec7a963b980de49c8faf6480fd65587f8ea2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,444
Size: 1.00 vMB
Total Fees: 0.02219499 BTC
Feerates: 106.51 > 2.22 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,387 (485,880 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
429,507 429,507 000000000000000000cd5bad587aaeb9c5e10175ebf3e26460fc08421a07de1d 1,774 1.00/1.00 vMB 45
429,506 429,506 000000000000000002cc8d6d5b76872a586f33e906e3dd591a247c2a2b67ed7d 1,506 0.77/1.00 vMB 50
429,505 429,505 00000000000000000040d954ac6fb6b681bf85243d11e58660ed12c55febcea3 2,053 1.00/1.00 vMB 53
429,504 429,504 0000000000000000022417fa4e938ca3d2ce0b3b248258947f8cc1f54b483d73 1,930 1.00/1.00 vMB 43
429,503 429,503 0000000000000000000cff7681a61bfc4a71fe70ee06b607637825c67b6b6251 2,064 1.00/1.00 vMB 48
429,502 429,502 00000000000000000305958a74968a7d437abf6576b70c6fe7e949e958cc08c2 2,115 1.00/1.00 vMB 49
429,501 429,501 000000000000000004a0753d1d45d6ef1f0194537c9d7e11bd4f514882a84f4a 3,038 1.00/1.00 vMB 69
429,500 429,500 0000000000000000030e8059361795fe696186ceb68eaf91fcff923fbbb507f5 3,044 1.00/1.00 vMB 89
429,499 429,499 000000000000000003663642c462c9f4fcf1e8b9760d4684840a89f99eb57870 516 1.00/1.00 vMB 16
429,498 429,498 0000000000000000041352a1d041dc7c4fff54af6091c84ec3771e1634b4416b 1,539 0.64/1.00 vMB 62
429,497 429,497 0000000000000000016ce6d0e234c960a7d7fbdb57a5ea2ec8811adbb3a18130 2,609 1.00/1.00 vMB 57
429,496 429,496 0000000000000000037c6a4db9618e06ce06b0be7179aafd65905b9e55c7f653 2,199 0.90/1.00 vMB 59
429,495 429,495 000000000000000000a2ce0a6ca8583fb2f7f569ae7b5963feb6658ae16e9a12 1,122 1.00/1.00 vMB 26
429,494 429,494 0000000000000000038a56210567251004365d0b56745c8fde241853376ddcaa 1,198 0.54/1.00 vMB 57
429,493 429,493 0000000000000000044a18efb5d510bdb18a181b13d4be832aa7e406b40ea534 854 0.31/1.00 vMB 65
429,492 429,492 000000000000000003de7bf033cb33d20c5a3b558f08ccb5670e08f2a11d5dea 1,930 1.00/1.00 vMB 44
429,491 429,491 0000000000000000043fcdc1ea44a445f82378865a62a5992e06d118c7ab8533 2,590 1.00/1.00 vMB 67
429,490 429,490 000000000000000000122b2961dc9def679331a053fdf13259f2a0defe0cb9ab 1 0.00/1.00 vMB 0
429,489 429,489 0000000000000000020132360aee8348762c3ff5ffc8fd6388ef397c9afeec29 1,463 1.00/1.00 vMB 43
429,488 429,488 000000000000000000ce927ddb7778d0c36a9dcbd48e34162f1f5db8c80f7ea3 1,846 1.00/1.00 vMB 41
429,487 429,487 00000000000000000312d6484766fe20237ee8e8086d1dff7741f58bc8a6aedb 2,101 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 783.06 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: 720.81 GB
    • Received: 18.27 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.