Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

397 transactions (0.24 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,740 000000000000000000022cb30000000000000000000000000000000000000000 0.24 vMB 382 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,739 (884,013 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,726 26,726 00000000c7e1decddc3a0b8b029491a29b3a1a446ee8d80e30bff72757d7f79e 0.00 MB 1 0
26,725 26,725 00000000b07d19cf42e5a9c9e7437351c24d386055a3acb0e3fa89fc9f367753 0.00 MB 1 0
26,724 26,724 0000000055caa99ba6cba5647f013522ca69272d3f1a91af29025c39b1a5ee0b 0.00 MB 1 0
26,723 26,723 000000008f218c8269724b8f5e0bc702a172ef42a180ca9edeebfeeef9226a53 0.00 MB 1 0
26,722 26,722 00000000792363e731f09d4311d6ff853b067177350db9f45563f81c959b9d90 0.00 MB 1 0
26,721 26,721 000000004bf7c6d09709053080306640ef29c84663d7777856d3a1c2fe59968b 0.00 MB 1 0
26,720 26,720 0000000085112325c1118006cbc7f22e06ee0acde3d3dd59180f8190fc84d348 0.00 MB 1 0
26,719 26,719 00000000c66025c7a31df03dfbd5eee85cfad07c3424f7d41f0c3a2dd9b10375 0.00 MB 1 0
26,718 26,718 000000009ec7dc3957f34ff5760113d6ea006404d0ca7d90402b3bf6ed882587 0.00 MB 1 0
26,717 26,717 00000000624e3cabb02a9ac715633bc1e4926f11666ba93547b8db4d8e9657a9 0.00 MB 1 0
26,716 26,716 00000000c6693cfa8278994d4049d4003088f05d8303b4f9c2b3294d5e05fce7 0.00 MB 1 0
26,715 26,715 0000000029592aa230274f843a9ea6c40490a7d3e7ad00d014247f8668018511 0.00 MB 1 0
26,714 26,714 00000000f778f52aea53c93713f2e991d47cf3d6ebdd9adeef87f452778a8d94 0.00 MB 1 0
26,713 26,713 000000001b3e66184959f0b2780bfc045b4937454ff80536f1bf0b9e8b8a22e5 0.00 MB 1 0
26,712 26,712 0000000072ac5818abc66594b6e0663386e04677ea4fcb2a37829bdca73b469e 0.00 MB 1 0
26,711 26,711 000000003f05b311bca6cad9f7e7759ba5e2fc5306b5b24caa80260b124ade1d 0.00 MB 1 0
26,710 26,710 00000000655ba2f0ada41c6d43c8e19602756d2d046dbb241eacd5007589c036 0.00 MB 1 0
26,709 26,709 000000007b8cc3f9ae58fcbe08d62f3be6df89880a9dfad4578af65bdde53113 0.00 MB 1 0
26,708 26,708 00000000a957eb7df2033990a47d20e0e4385148113315378bc01ab5f1c550de 0.00 MB 1 0
26,707 26,707 00000000a5175961d673b58d8bfdcacc822cc60b0e57c38fd102b148ba149abe 0.00 MB 1 0
26,706 26,706 00000000ef93fcd20f8cd0bf9d502a5c08542b5dd66680a5c9909d6b3396a0ab 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.75 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,292.54 GB sent, 122.34 GB received

Notes

  • This page updates every 5 seconds.
  • 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.