Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,825 transactions (1.20 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,742 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 2,071 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,741 (7 blocks away) ⇈
Next 7 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
911,734 911,734 00000000000000000000bb12c61e2e6f54225145d5536c648d3be1331eb5e529 1.97 MB 4,111 1
911,733 911,733 00000000000000000001d30a98591702a0e3565f1ec9157dc33d6b8f71b04745 2.14 MB 3,145 0
911,732 911,732 00000000000000000001096b26f7e36f65a130d95b42b7ab9670140072ae60d2 0.49 MB 961 2
911,731 911,731 00000000000000000000ddf645b84048ef929104cfc8654372baa6b3b47007b3 1.72 MB 4,560 0
911,730 911,730 00000000000000000001ffcc1ecf9c67a8682d4e59663fee97e1881fd8c43b66 1.75 MB 5,549 0
911,729 911,729 000000000000000000006b178d38cf224a4648d8a38cf3bca3ae717d80eb32d8 1.49 MB 2,623 2
911,728 911,728 0000000000000000000091fc6ef8ca9cd301ab1cdf029a4d369a5ec01ed1b202 1.79 MB 5,215 1
911,727 911,727 00000000000000000001094335049a0f9b0b87091bf09897e462c01489472b74 0.06 MB 164 2
911,726 911,726 00000000000000000000b0c41e0a95792316ad6de9e32e5ad8ddf425cfde07b5 1.63 MB 3,926 0
911,725 911,725 00000000000000000000845853364cd99874d28e2b181e826e2d5fbb05867e6c 1.76 MB 4,190 1
911,724 911,724 0000000000000000000011d70aaada19864afe5d1f2369b65dd06674ff60e7af 1.19 MB 1,209 4
911,723 911,723 000000000000000000001f2f6fe569c27e8d9b5a69c61aef66d241218e7a3ec7 2.42 MB 2,845 0
911,722 911,722 00000000000000000001b3c68c7aaa33166c2a8e737fb70827971e7b1e340db3 1.22 MB 2,142 2
911,721 911,721 0000000000000000000133875a4195508b5a8efd34b0351f275d5c635ea745e6 1.63 MB 2,292 1
911,720 911,720 00000000000000000000e64faa7996c01b7ac62b5ca91b50845139b497e34668 1.65 MB 3,481 2
911,719 911,719 00000000000000000000e08bcbbffad7e0a88c87f41c15c3741bc1c4cf7d4b52 1.41 MB 2,869 5
911,718 911,718 000000000000000000005f1dc8d5c7a2816d569208baa304d6a2463b5882a9cb 0.81 MB 1,493 2
911,717 911,717 00000000000000000000dd08a416e3715a25dd7e28aac0b79a817b0a036905b8 1.76 MB 2,939 1
911,716 911,716 00000000000000000002090a277ba7775c82f2d133323a62d7998b7f909d85ff 0.19 MB 198 2
911,715 911,715 00000000000000000000284e40ce79c99031147d6fc93274c5881d0a00c97f95 1.73 MB 5,664 0
911,714 911,714 0000000000000000000074b07acc2b8b70562b1846eda629743de91dd5d4911a 1.88 MB 3,230 0
Previous 10 blocks ↓
Total Size: 776.60 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,428.26 GB sent, 131.62 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.