Loading Tool

Explorer IconExplorer

Memory Pool

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

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,356 000000000000000000022b910000000000000000000000000000000000000000 553 0.00780011 BTC 0.25 vMB 1.21
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,355 (47 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
912,308 912,308 0000000000000000000046563925ffda736e64176382ff77e9aa585748b87fd2 1.55 MB 3,346 3
912,307 912,307 00000000000000000001c952efb7241319565c8b36d14eea2ac5c63d94ce406f 1.65 MB 4,446 1
912,306 912,306 000000000000000000011aa3eb5893d9faed935d15229ffb688715ef0184d885 1.09 MB 1,746 2
912,305 912,305 000000000000000000014dc3e591ea10ffb4a199cce4132f98f77edff87f351b 1.41 MB 5,303 0
912,304 912,304 0000000000000000000011d671434ec94b72d48a3c41c3fa4f1fe2dbf0bd452c 1.66 MB 4,753 0
912,303 912,303 0000000000000000000156d728692ee5cb1086ed3d46586c19aeb9cfc1809ad0 1.66 MB 2,267 2
912,302 912,302 000000000000000000021b04bd223b0a1992c237cd6e0aa0a64ad30fb7960929 1.54 MB 3,123 3
912,301 912,301 00000000000000000001c317270643420daf4a7a0338daf80869c1fc32b17389 1.77 MB 2,813 2
912,300 912,300 00000000000000000000227ab993655e5a44ad9ba7243329d92bfd08070d7296 1.67 MB 3,814 3
912,299 912,299 00000000000000000000e935ebb09c2a1284bad42f8b5fc2446eb5e31f8a255d 1.48 MB 3,169 4
912,298 912,298 00000000000000000001bf9aadea4a966c7849b08a88fa52dea7188b4aab8293 1.55 MB 3,931 6
912,297 912,297 00000000000000000000b00c36c4f96b739d9df19ac44e7adccddb75cb7e2803 1.54 MB 3,279 3
912,296 912,296 00000000000000000001b95ede2299582a724b1a473f18edfcacd3ce5de93d7d 1.52 MB 4,527 2
912,295 912,295 0000000000000000000122e6b67f429e0f36aeb7f78638e6059e05b745242126 0.53 MB 2,044 0
912,294 912,294 00000000000000000001b515336889b2e1d4b3857a4813580a6802942be75a0c 1.58 MB 3,664 2
912,293 912,293 000000000000000000005f1d80980e4f595c506dd831851e9d01dd8643ed80b8 0.84 MB 1,749 3
912,292 912,292 000000000000000000007f58e5c6012020212afbb27eba12d1ebeaaa6d9175e5 1.34 MB 5,393 0
912,291 912,291 0000000000000000000041015b98a7d7f337647c32692a04a822aa01fe204187 0.19 MB 410 3
912,290 912,290 0000000000000000000030b170dd18487076316aa8ec8f10ae7f8d67ba8c30d7 1.59 MB 3,571 1
912,289 912,289 0000000000000000000168319c73385a2165a798dbf1637bbb59a116fc048710 1.77 MB 2,700 3
912,288 912,288 000000000000000000007c857716df85d73eeee08e02df128de46eb546652a08 1.55 MB 3,632 5
Previous 10 blocks ↓
Total Size: 777.72 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,545.23 GB
    • Received: 136.92 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.