Loading Tool

Explorer IconExplorer

Memory Pool

86,362 transactions
33.21 vMB
0.14371589 BTC
Random Selection Loading Transactions
Max Size: 197.53/200 MB

Candidate Block

Mining Attempt a6a2d00698a5d7480bc789ff87d0e9dc2205c3dbdc3c036e50f79eea8ef680c7
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 086ea0760c428a02678ee959b07e91eb9c530b6d0a03a48e6fdd5d7256df05a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,779
Size: 1.00 vMB
Total Fees: 0.06601758 BTC
Feerates: 387.56 > 6.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (136,320 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
778,633 778,633 00000000000000000000d3f2c99d5729c0c4cf05c01b43e034b8331d7063f88b 2,551 1.00/1.00 vMB 11
778,632 778,632 000000000000000000035a87df4eba7c7ef8cbe2637d7a9d9355a589ba1c65c2 2,311 1.00/1.00 vMB 20
778,631 778,631 0000000000000000000658af5039cb3f1bfd802c91784cfb6fe8c44e3a78b192 3,430 1.00/1.00 vMB 25
778,630 778,630 0000000000000000000076e0df5ae72e8fa949b32cae8fba6f5c767a8ceae5fb 1,014 1.00/1.00 vMB 5
778,629 778,629 000000000000000000008c819e336b1652c2822b2688e92c74b80b814c388143 487 1.00/1.00 vMB 3
778,628 778,628 000000000000000000049e0e904014b2dc683a19dc76a71fd2f9d68064acbf21 2,747 1.00/1.00 vMB 15
778,627 778,627 000000000000000000002e8e8f662294ffde2d28c5a44a20dfe599fd626f2364 3,457 1.00/1.00 vMB 18
778,626 778,626 0000000000000000000252f725732f36e3547fe621e455cbbb8c04ec94bd7b92 2,513 1.00/1.00 vMB 10
778,625 778,625 0000000000000000000205c780b553ab3c05680dd501def65b388e62f28e0418 3,258 1.00/1.00 vMB 26
778,624 778,624 00000000000000000003d05dcd716d768781f0124f519a52a8a055e42cfde70d 511 1.00/1.00 vMB 2
778,623 778,623 00000000000000000005ba6476152f8a622e59d7da2f00c9a47023c8a234fe16 974 1.00/1.00 vMB 5
778,622 778,622 00000000000000000001d6fb6a28a8ce5d7d86b7f1a5cac2a6eaec656a758b20 823 1.00/1.00 vMB 3
778,621 778,621 000000000000000000044285a71c5329e43937a1ddb93da37a5f9fb0cb410726 1,519 1.00/1.00 vMB 10
778,620 778,620 00000000000000000000231a14663c131ff0b31e091e2fb87ce49cf5abf92fd8 470 1.00/1.00 vMB 3
778,619 778,619 000000000000000000008ae270151b0fe5f2b359a1c25ef350dec03b54026437 1,930 1.00/1.00 vMB 9
778,618 778,618 00000000000000000001a67b179283c41afae05210cea77ae8bc088cd8ad8af7 1,202 1.00/1.00 vMB 18
778,617 778,617 00000000000000000002c316a0dac6dfa693deb1e2e7f3495890c65340f6bd67 1,097 1.00/1.00 vMB 4
778,616 778,616 0000000000000000000462a61789cdf9b189f890baa30bf6d5f96477ca0f41b9 2,296 1.00/1.00 vMB 18
778,615 778,615 00000000000000000001c369c26b6a9f9f94df7639fe483f912e9dcf6abbed9b 2,506 1.00/1.00 vMB 15
778,614 778,614 00000000000000000004e82a7f833102de9a05708b708eb5728f678e8215a52f 2,834 1.00/1.00 vMB 29
778,613 778,613 000000000000000000060756b59631888dcc3fae40f6b027dfb7c9298c6d4883 1,487 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.31 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: 659.42 GB
    • Received: 14.60 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.