Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,423 transactions (1.98 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,796 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 3,863 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,795 (175,233 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
736,562 736,562 000000000000000000035cdd7f4d457940c340cd2a4f7c36743bac53211c8bfd 1.06 MB 113 1
736,561 736,561 00000000000000000007cf549324d14dea08de1e6a69a25df1f1bb8d469a4fad 1.40 MB 1,647 7
736,560 736,560 00000000000000000007f6aa0617e02277c78baac4a593b92e9ecf5f508e3d26 1.36 MB 1,915 23
736,559 736,559 0000000000000000000556c1131be23b7a41fa1cd2e73e072a499cc0d4a05753 1.06 MB 108 1
736,558 736,558 0000000000000000000392c6619667c317936098046abc8deadc185846361696 1.51 MB 1,181 10
736,557 736,557 000000000000000000055b65e42d33db6cf7b2278d3ba81164262227b0a3561f 1.08 MB 198 2
736,556 736,556 000000000000000000066eee51ee485574720f7c18547d5c46757de3417f89d1 1.30 MB 1,023 8
736,555 736,555 00000000000000000004443d3d52bc81d71acf955fd482bddde916eaa2389e0e 1.39 MB 1,912 19
736,554 736,554 000000000000000000048ed4a010fd4d69c431980b7ee8991c775b6e879b1dd4 1.13 MB 479 3
736,553 736,553 00000000000000000000efb027f43f50d17961897ee603bc53d97acfebbd5f54 1.18 MB 681 4
736,552 736,552 000000000000000000063539a258ff8149aeb773c9cb5bc140258e823ff4cc12 1.59 MB 535 3
736,551 736,551 000000000000000000019c0ffe515d3da6ae35f2734667fe20eb2d3a6533b67c 1.97 MB 899 8
736,550 736,550 00000000000000000001f4d22e8c6bbc1a6826e665a4a7ed0453ae0b625d39a6 1.85 MB 1,389 8
736,549 736,549 00000000000000000002aa80943a73a95aec96cb47f96f40359bc3d5980c82c1 1.68 MB 1,285 6
736,548 736,548 00000000000000000001d4add1a0ac9b230738ff362cb03a7367ac4869178abe 1.51 MB 2,166 23
736,547 736,547 000000000000000000041ae6e8a68089ee4cb76bb9697d1bd6ead4fb16bf09ea 2.17 MB 240 1
736,546 736,546 00000000000000000007e3e46c0372225774878d6b4f9ea130055aea54990552 1.72 MB 1,275 7
736,545 736,545 00000000000000000004c4a750360421d10e15cc98668e79d02641cc95978bbd 1.93 MB 519 3
736,544 736,544 000000000000000000010b0b1ec5a15ca53b2501aa47a1b2853ba99e67f1494f 1.64 MB 905 4
736,543 736,543 000000000000000000056c2705475c8987f604b1359705912dfd5459b34ec478 1.44 MB 2,771 21
736,542 736,542 000000000000000000060995afc76420d7a20068db5d50def5fd72f1045c1ad2 1.34 MB 1,065 4
Previous 10 blocks ↓
Total Size: 776.71 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,444.87 GB sent, 132.11 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.