Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,377 transactions (0.61 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,394 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.60 vMB 1,377 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,393 (822,774 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
87,619 87,619 000000000018714d809d05882aa0dbfb6b05b4300ce0652e5597d627037094a9 0.00 MB 5 0
87,618 87,618 00000000000d6829deba90f3ffc86facd050879751165c06cfff6b2789e0b189 0.00 MB 1 0
87,617 87,617 000000000011895856b6c71ad4722c5f946825f082ebfcd87c2f655d6dbaf550 0.00 MB 2 0
87,616 87,616 000000000015372324d7f212f1dd72b3722e68dfef6f7e058c26b0112021710d 0.00 MB 1 0
87,615 87,615 00000000001312733d76aa5b735e7c3f27b8a131426191fb277fda0faffe31ba 0.00 MB 1 0
87,614 87,614 00000000000523f42d6209408563ad33b5519d7be50a3dadf2231effb2aa1822 0.00 MB 1 0
87,613 87,613 000000000008615bd38163ac4f9faee9f4cc8e60211a019736f6179ac418c4c0 0.00 MB 5 0
87,612 87,612 000000000014c9a5acf205e891e43b735e0b6b8fdac0f91d8fa7f4fe311432f9 0.00 MB 1 0
87,611 87,611 00000000000c6ee49262474e0859348ff52fb63a0f3fa2d45f5429a05b02cd95 0.00 MB 3 0
87,610 87,610 0000000000075cb713a4c50d2a0ed18a7bbe98e92a8a8d5ddef599a3683087c2 0.00 MB 2 0
87,609 87,609 000000000012319d593843c931d06060e45b421b31796091341bb45bf7a3b12b 0.00 MB 2 0
87,608 87,608 000000000009a83e0f652ae77ccbdf0bddb5392ea207268d67612c34193ac920 0.00 MB 3 0
87,607 87,607 000000000013aedbfb5a9a2ac0480e45f6b68c365d6e831ca83bfd4540575c88 0.00 MB 1 0
87,606 87,606 00000000001b4375a04c2567c9d28caff1eec0e73e43ebb130c7b23faafc0dd8 0.00 MB 5 0
87,605 87,605 000000000000b7ff1a54ede3e811593d106616e050c1e1419e8d299545b13a42 0.00 MB 2 0
87,604 87,604 00000000001bd93f6c4b3fd65fe6e13b4fb309bded8d931720c555203b679994 0.00 MB 2 0
87,603 87,603 00000000001c4b2eff482b7f443cf6598b6825be326283fbf58d2f549cb19d46 0.00 MB 1 0
87,602 87,602 00000000001c5bf88793f5bffd9636b4dc7dd75b2f29757e096cd001b10475cc 0.00 MB 2 0
87,601 87,601 000000000012c3f7ac716b8d01be5f52730c6911a4965486d8894c01b2744142 0.00 MB 1 0
87,600 87,600 00000000001a2ee15e5eff365d3911a20cef4c0b4e492b062808d94942460d23 0.00 MB 5 0
87,599 87,599 000000000015e152cfe902e7210e93a7217a80882d9b07125afdc97b42fea974 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 774.13 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,233.82 GB sent, 119.17 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.