Loading Tool

Explorer IconExplorer

Memory Pool

49,195 transactions
30.22 vMB
0.16997698 BTC
Random Selection Loading Transactions
Max Size: 161.62/200 MB

Candidate Block

Mining Attempt e4cb790fdeb13e1fbfbd2ec12d8f77708b391c847c0657eaf408ea534d4ccb94
Version 20000000
Previous Block 0000000000000000000186ede1a913650c17a83169801ba62b38a00ade68ef12
Merkle Root 9c72bb8836da0c346db9b7e417579a922364c2fb7ae9d56ba633ac7ff0dc7686
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,058
Size: 1.00 vMB
Total Fees: 0.09143131 BTC
Feerates: 261.10 > 9.16 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,811 (183,113 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
731,698 731,698 000000000000000000057908e772c6a9b354e83b377655440ec2dfca0f49b50d 1,904 1.00/1.00 vMB 10
731,697 731,697 00000000000000000005f3b48dc5b05cad1c53edb0d51c996b86caaa87d38099 2,579 1.00/1.00 vMB 12
731,696 731,696 0000000000000000000376b538447cbc78c990ddaf5451410fe0cca04524aea7 2,880 1.00/1.00 vMB 19
731,695 731,695 00000000000000000002a15ead0526400f01e47aa56ecdd1f46466c8cd5eede0 1 0.00/1.00 vMB 0
731,694 731,694 00000000000000000000c338b894f680b7e234be76cc1dd215613d4c31c6a08c 2,279 1.00/1.00 vMB 16
731,693 731,693 0000000000000000000056a33cc9cb8b7e73ebfadc0a9b04bc22bfcd5c9ea7f5 1,849 1.00/1.00 vMB 9
731,692 731,692 000000000000000000000032c706e8f67ae02adf7693354a336b027b20c347bc 3,529 1.00/1.00 vMB 19
731,691 731,691 00000000000000000006a05f7ffeccff0af5101ec17d5cd1aca0e14c7fac3b5b 3,973 1.00/1.00 vMB 38
731,690 731,690 00000000000000000005f10329abb4ffaad8bf2097ea1203cd972d7c09ecb3b1 3,557 1.00/1.00 vMB 6
731,689 731,689 00000000000000000006f997072338e321b5f8041a31de53c6a515c3847bf6b4 3,463 1.00/1.00 vMB 24
731,688 731,688 0000000000000000000070bd78119c5e466bb77badd082fdd62ab6d2b0be7ec3 158 0.05/1.00 vMB 16
731,687 731,687 000000000000000000094f6ed9ff7c79644edad86a3345b76c09be105df826f0 985 0.28/1.00 vMB 10
731,686 731,686 000000000000000000082a05f4b5ce1a11a2a8eb03ad177a131b824d32b4c4cb 1,933 0.69/1.00 vMB 6
731,685 731,685 0000000000000000000500f2f3a7c6b76e6c39554335f4006b826a10bb16b72e 1,275 1.00/1.00 vMB 4
731,684 731,684 00000000000000000006b72f0bdeef8bcfba007df02f57a08cae1a483dba27bc 1,924 1.00/1.00 vMB 3
731,683 731,683 0000000000000000000225556fcf2516145828fd08f70a924cdc477cb9ececb2 3,336 1.00/1.00 vMB 12
731,682 731,682 00000000000000000008cce8a0daadc558d72705788aa5e8f9520fcd1824d808 1,271 1.00/1.00 vMB 3
731,681 731,681 000000000000000000042945460d5a1201c4053ef654792d3626c754a253bf7f 2,566 1.00/1.00 vMB 4
731,680 731,680 00000000000000000002c7e332a12397cee13ff24b9fe97e709eeb6ddd6d1d37 1,991 1.00/1.00 vMB 12
731,679 731,679 00000000000000000006b5c7e8e0fb407a69061305a22ad2ce283ca073f66a54 2,883 1.00/1.00 vMB 11
731,678 731,678 00000000000000000004fa7a9d0118e1527deb9e5e01bd50eb35e6e18e6f2ced 3,102 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.05 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: 651.01 GB
    • Received: 13.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.