Loading Tool

Explorer IconExplorer

Memory Pool

68,068 transactions
26.13 vMB
0.06368114 BTC
Random Selection Loading Transactions
Max Size: 157.05/200 MB

Candidate Block

Mining Attempt 8d246bd65f3ff672eb4fd96daf55a64a08dee0dc8af570289ace79b4e47cd505
Version 20000000
Previous Block 00000000000000000000f9304047f8025ef0d06b14539998cfe50a964e17b3a7
Merkle Root ba4d3515276b1c7822f7de6b3dd9c60cc35bf3140278808f6e5e82f37e72d0a0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,751
Size: 1.00 vMB
Total Fees: 0.00823288 BTC
Feerates: 100.36 > 0.82 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,483 (826,122 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
89,361 89,361 00000000000f2e70770b6be96fd52806fe8750024bc8f31b174c5ae54683d80e 2 0.00/1.00 vMB 0
89,360 89,360 00000000000eec9413fdcd2032c324fab9843f5a788edee782671cb4ed2f04ae 1 0.00/1.00 vMB 0
89,359 89,359 000000000011780195aee725d73c1fbff7644c245b92bc41a1263e1e42458201 1 0.00/1.00 vMB 0
89,358 89,358 00000000000b772fa6e7f05a2e374c51202b3ab70076bb5b2a45c9c6312e3559 1 0.00/1.00 vMB 0
89,357 89,357 00000000000a68d226fbfe42d057c4cba6cda4cb47ffdba7ebb3a66241f34b84 1 0.00/1.00 vMB 0
89,356 89,356 000000000000c4593c673c395ef0da1f370adace74a5269eec9acb67304535b6 1 0.00/1.00 vMB 0
89,355 89,355 000000000014d006a5b81b40639108f21640afef97de2c745180d350c5cc3e4e 1 0.00/1.00 vMB 0
89,354 89,354 00000000000bffd56286743c8dfd4e17940f8a5f07d42121a660d565d57d381d 1 0.00/1.00 vMB 0
89,353 89,353 0000000000104168095c5abcf70b8a378302a0d7f1682cac0e58338da4f3db21 3 0.00/1.00 vMB 0
89,352 89,352 000000000001babf1d707c7aa6183876b39a093e7a68c2991ae23e2fcb6df1c9 2 0.00/1.00 vMB 0
89,351 89,351 0000000000099d81f2e59d71bf891c7944535c2335b85d9112a18d26dd1fa840 3 0.00/1.00 vMB 0
89,350 89,350 00000000000bbf2fc8752a073a030e1805a4443339ed8b041eff22c670bae18b 2 0.00/1.00 vMB 0
89,349 89,349 0000000000024a349e4eee16e9dde50c1eb829208641cc3652530549ce282b35 1 0.00/1.00 vMB 0
89,348 89,348 000000000014815b4ecb7b3682968f666ff4d0209b241592f7acc7e72e3519af 2 0.00/1.00 vMB 0
89,347 89,347 00000000000b1369f4ddbbd30122396bffa88f95a3c9a55998f12c50608a8b36 1 0.00/1.00 vMB 0
89,346 89,346 00000000000dcd9f6ac0390f471690bc07baf7c8990cd5d49fe44b6d732d12f9 6 0.00/1.00 vMB 0
89,345 89,345 000000000008cc18f60e6bb0da0a44ed2d8d174f365113122f26da818fcc2a84 3 0.00/1.00 vMB 0
89,344 89,344 000000000014df7b0ba99d3ffce5d714bfd159da780045caef30a30615d5e2e9 1 0.00/1.00 vMB 0
89,343 89,343 0000000000144b1c99b1227862c3c249e696ef092db4b61b2272ed429defdd4d 1 0.00/1.00 vMB 0
89,342 89,342 0000000000073b954834bf0dd244ceaac1170d206a4748d7d25d9f49c81af0ee 1 0.00/1.00 vMB 0
89,341 89,341 0000000000005cd9f26000e3631ab7e7ed69b45fbc33ae18a5a00abfe7eb1474 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.23 GB

Node Details:

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