Loading Tool

Explorer IconExplorer

Memory Pool

38,524 transactions
25.95 vMB
0.05218634 BTC
Random Selection Loading Transactions
Max Size: 134.62/200 MB

Candidate Block

Mining Attempt 48173a9cc7a82668e3519023e109f33fc4662f39350b7182b010b326a49e17c0
Version 20000000
Previous Block 00000000000000000001827e1f65c9b8b332295eae82c9b3b729a3d5853fffe5
Merkle Root 20fb4f356d463a813dd0e9e6d84dde52aada416a47ae6add7d45564369bae5c5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,916
Size: 1.00 vMB
Total Fees: 0.00472855 BTC
Feerates: 60.16 > 0.47 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,933 (569,484 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
345,449 345,449 000000000000000003081a80f4fcfd3c8bcfde17898d95a1bd43a0a18a7c422f 634 0.38/1.00 vMB 24
345,448 345,448 000000000000000004abd0543b46b41ea4b09a2635efc92c26e21f05fce01f78 167 0.12/1.00 vMB 8
345,447 345,447 00000000000000000cfc43ce50438ba0f059507e0923ea6df66b1670ef61e6e3 1,524 0.82/1.00 vMB 27
345,446 345,446 00000000000000000ce9bfd139dfe4d18bd875ecaa5c98a886a209337f7e9131 154 0.11/1.00 vMB 14
345,445 345,445 0000000000000000020a37d87b4c40029625c75e5edb4a6db03cde0a088290fc 141 0.10/1.00 vMB 17
345,444 345,444 0000000000000000151c1f6d09e03fd22cfc03f284f01fc55f4faf6a3e05c7ae 566 0.30/1.00 vMB 20
345,443 345,443 000000000000000008499b1cd7dddc1c3ec056a522f149295368a4e46e5228be 193 0.09/1.00 vMB 361
345,442 345,442 000000000000000002b3453ee05650e6081e6beccef772a60e3902d749435969 1,432 0.79/1.00 vMB 26
345,441 345,441 00000000000000000a880ee380baaaffb3a618221bcdbc08af286c87f11bacca 1,672 0.85/1.00 vMB 28
345,440 345,440 0000000000000000164824586a9a0bce39f3b2d6a1cdf2f40cc0aff2cf273ad0 101 0.10/1.00 vMB 14
345,439 345,439 0000000000000000033cedfbe1329e741d0fa84dfa5be7c6ba843519d6c86b31 900 0.47/1.00 vMB 44
345,438 345,438 000000000000000010f46fabfdf1864459328afdaca3053a1f52283acf865872 1,336 0.68/1.00 vMB 27
345,437 345,437 000000000000000009903921a7196f91be9a9a2d93d2f8df6140cda888f04c7e 848 0.59/1.00 vMB 17
345,436 345,436 0000000000000000009b6285a49d19bfa6ab9db21a2993e7d31eebb435aee1f2 45 0.07/1.00 vMB 18
345,435 345,435 0000000000000000015e980b7ed71650e70e106f3c5b5ec5aa66036a76557d02 1,595 0.75/1.00 vMB 29
345,434 345,434 000000000000000013b9c1ab91bf56e7c13485a8f91910e5552e4ed50e6bac02 1,737 0.75/1.00 vMB 36
345,433 345,433 000000000000000003cb1c2e3b6c5978325a911d295b4d5263350505befe8b4d 590 0.36/1.00 vMB 12
345,432 345,432 00000000000000000d601542d9e8b07bc910156090120f7354b9c3cf312b6845 1,682 0.75/1.00 vMB 29
345,431 345,431 00000000000000000e1acd65993566d6a735a03ae62d7277f66edd158e2d494f 1,057 0.75/1.00 vMB 22
345,430 345,430 00000000000000000d1aa51a5eadb3505b46387a4f47c62d116ee2354600e200 2,040 0.75/1.00 vMB 37
345,429 345,429 00000000000000000324d31924affcb9d859a1e8d91d30918b7ec28dd27f64f8 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.27 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: 656.06 GB
    • Received: 14.38 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.