Loading Tool

Explorer IconExplorer

Memory Pool

27,971 transactions
27.85 vMB
0.08001183 BTC
Random Selection Loading Transactions
Max Size: 133.80/200 MB

Candidate Block

Mining Attempt c4d46f0a94568b57263e7f2a5c41bc9af830e7cf2cebd960b9b8ed83f047839e
Version 20000000
Previous Block 000000000000000000016eb8bebe8584b7aecd7a44be07876d633c9fa7a4bae0
Merkle Root 7e6d559e8328bb939a656518716e54628590c9e9d9583f79811f02f3e7a75129
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,511
Size: 1.00 vMB
Total Fees: 0.02664587 BTC
Feerates: 300.91 > 2.67 > 0.97 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,484 (464,784 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
449,700 449,700 0000000000000000019f96a6577d3d03b7970e89fdfbbebeb6ab283319dfb2b4 589 1.00/1.00 vMB 103
449,699 449,699 000000000000000001e3d00ced9692e92649f311755a8ec121237d35b69458d2 1,116 1.00/1.00 vMB 107
449,698 449,698 000000000000000000d9c5162d9dadd30afefa172ed985476e05320aa92ca7b4 457 1.00/1.00 vMB 103
449,697 449,697 000000000000000002638dc8d62371e42a13b669eeff3ace78426eb6026ea8e2 548 1.00/1.00 vMB 108
449,696 449,696 0000000000000000002f35f9fc44079f58c1a4694eaef2664dbbf56e00ef5a6f 358 1.00/1.00 vMB 113
449,695 449,695 000000000000000001de2742e845ce18f7b6bae1843210d2f466218c878feae3 1,113 1.00/1.00 vMB 121
449,694 449,694 0000000000000000021140322d6f3bbc783c2fe45dca64d73847e3cd1644c389 786 1.00/1.00 vMB 104
449,693 449,693 0000000000000000028a8d1f8fbf73a6db24d2364fb6f355eeff840a07cc616b 2,367 1.00/1.00 vMB 135
449,692 449,692 000000000000000001d77b2ca14aa2b204710ab8a6903cfc0899f2c8882586cb 2,454 1.00/1.00 vMB 69
449,691 449,691 0000000000000000023b2247300cd992e0dfe3e2975016b84087e66aadc3f6e8 1,979 1.00/1.00 vMB 84
449,690 449,690 000000000000000002ab102aaac33835f00f5876041249b1c91a0f79b58c3197 2,417 1.00/1.00 vMB 107
449,689 449,689 0000000000000000002a8cfd56e9f70e1d0915b4d62938ce16a672d6f14f1447 2,158 1.00/1.00 vMB 60
449,688 449,688 000000000000000000aa45476c406c7c9334c567f678bcf9ddd5ff8811e8e9df 1,634 1.00/1.00 vMB 62
449,687 449,687 0000000000000000022730417b56865656b33373ca471d82b62de5402ca1d8d8 2,643 1.00/1.00 vMB 87
449,686 449,686 00000000000000000045ba1a155f7580eb02ce1b2b380cd3afe942716feedcee 1,880 1.00/1.00 vMB 74
449,685 449,685 000000000000000002800dcea2eff5d25df669000c70eb6963e210d5e1acea1e 1,829 1.00/1.00 vMB 57
449,684 449,684 0000000000000000019046a3ae136b84046f47f6564c3adedeb52216d1446f06 1,835 1.00/1.00 vMB 64
449,683 449,683 00000000000000000287975e13aa69e5e8e10e90ed9ea5339d6b1b331aee9093 2,049 1.00/1.00 vMB 76
449,682 449,682 00000000000000000074891ee5cdbf40319e81bf2cd27ede7c5f66b530a45a12 2,882 1.00/1.00 vMB 73
449,681 449,681 000000000000000002bb9f4ca10e98ff744e3ef58f151774157745db20e1fefd 2,371 1.00/1.00 vMB 78
449,680 449,680 00000000000000000059c9929207c9d04cb13074eb1b7619fb8c22adaf7b6414 1,422 1.00/1.00 vMB 106
Previous 10 blocks ↓
Total Size: 781.47 GB

Node Details:

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