Loading Tool

Explorer IconExplorer

Memory Pool

79,500 transactions
30.05 vMB
0.07696309 BTC
Random Selection Loading Transactions
Max Size: 180.84/200 MB

Candidate Block

Mining Attempt e7d27867feeddc0cc0af97809db4d840516a24c3ce80924d10d69adec56b5166
Version 20000000
Previous Block 00000000000000000001aca26b346205baa2e9232310a58a6e3cd40e54538cfc
Merkle Root f409a8ae07318d61c0f91dacd5d5a4b47e1fb48574c224f80d767f0d7c3a9fc0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,600
Size: 1.00 vMB
Total Fees: 0.01293693 BTC
Feerates: 81.15 > 1.30 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,169 (267,980 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
647,189 647,189 0000000000000000000fd4d87d17d742a4eab0f4dc9426377e8d58abb816474a 2,555 1.00/1.00 vMB 55
647,188 647,188 0000000000000000000e0ee8b21dd5c9f3c4b35dc8a8e9fab9144eae5f059a0d 1,508 1.00/1.00 vMB 113
647,187 647,187 000000000000000000075b731baf55812e457a2c8fe47b856a857ac4eda9ff3b 1,798 1.00/1.00 vMB 107
647,186 647,186 00000000000000000008efd43e019b166b1f64f82f60060521fe72c76d0eca87 1,359 1.00/1.00 vMB 134
647,185 647,185 00000000000000000005572b94541d123fdb9dc4cbcb8e5173c209fb16f86c69 2,528 1.00/1.00 vMB 37
647,184 647,184 0000000000000000000f77c6de3a30b3187c1819a3e42ab9029815133af57354 1,468 1.00/1.00 vMB 65
647,183 647,183 0000000000000000000a8253d84633b697da651828e7e10627a7f0b7f79a72eb 1,676 1.00/1.00 vMB 115
647,182 647,182 00000000000000000002001c9f2f0a4a2d51f8d8b14994f093feb0923a49fc13 1,539 0.88/1.00 vMB 50
647,181 647,181 0000000000000000000d126b807c92de495668dd4924de6917b58b6d7b67da62 692 0.33/1.00 vMB 3
647,180 647,180 0000000000000000000c8156596742b970e73a008ff7fbf099a5849d3d9ee4c7 520 1.00/1.00 vMB 12
647,179 647,179 0000000000000000000ae44f785b516a520dcd300dfd856b07fbf8c078b620f1 1,431 1.00/1.00 vMB 7
647,178 647,178 0000000000000000000fe9aebdfd818b0ddea045c76a2d37b095a8384e59b257 2,709 1.00/1.00 vMB 55
647,177 647,177 0000000000000000000e49c714d5cd8d8a4f1f1d0db38e01a39d976dc86764c3 1,765 1.00/1.00 vMB 136
647,176 647,176 0000000000000000000ab62aab3becb3cb63bfecc0478f85eb00a12ed8225d87 2,024 1.00/1.00 vMB 58
647,175 647,175 0000000000000000000be7afaa6f7f163ada014f209869cb7c3cb2beb8d3bbd4 700 1.00/1.00 vMB 22
647,174 647,174 0000000000000000000111869ae43711dc85d4cea8de9584eb4ac96b327cd4a1 1,363 1.00/1.00 vMB 22
647,173 647,173 00000000000000000007d817b5ac4bc2b6df5c360d7eccc915a264e331bd46f7 1,452 1.00/1.00 vMB 33
647,172 647,172 0000000000000000000d91a30773c084742bdef3441575bbd36df13019462b83 2,124 1.00/1.00 vMB 22
647,171 647,171 00000000000000000000bfd372cf4a9363d99545abca1511296070daf514cb79 2,529 1.00/1.00 vMB 48
647,170 647,170 0000000000000000000ee1fe7954e97ab46175e3c5a0747799e24a86fc3523fa 2,273 1.00/1.00 vMB 43
647,169 647,169 0000000000000000000415fff621de4e980147c42485d691501137e0aefbbf9e 2,594 1.00/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 782.69 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: 690.22 GB
    • Received: 16.50 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.