Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

893 transactions (0.23 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
911,528 000000000000000000022b910000000000000000000000000000000000000000 0.23 vMB 884 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,527 (838,423 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
73,104 73,104 00000000000dc074cef6307302bba9adc1b9dffac4eb50fd1babe5b5d52d1b58 0.00 MB 3 0
73,103 73,103 00000000003c574ac00dca2747e10e9ea389f5b118e65e00675b23e647ee087e 0.00 MB 4 0
73,102 73,102 00000000002d562daf6bc11e082305b532163fa22494dec0867acb13674aff08 0.00 MB 6 0
73,101 73,101 0000000000311b02f1951c1eec52e6fe3fee6821c282d427517ff70994ef81cb 0.00 MB 2 0
73,100 73,100 000000000088c3406f300043c1822ce389e656a1885c100bffd61aaff4d23d67 0.00 MB 1 0
73,099 73,099 000000000065bf0e786ee5d906861767680fc2f98789594ee74420c35d2bbd5c 0.00 MB 1 0
73,098 73,098 00000000000d6b02e7343f98a60003c50d76d86b1ddee94622669de5ae9fd7b1 0.00 MB 2 0
73,097 73,097 00000000000cd5b0b6d4fc7a12624c434f290442ba1d023a1a9875661e529099 0.00 MB 1 0
73,096 73,096 0000000000ab8675813cbe1c7c8f8babefc9da54830b38f0d0f549338624a7b4 0.00 MB 1 0
73,095 73,095 0000000000650f57d27bc8dd8af8fe75b3e2c066f2b6bebe261fda2e5ed92095 0.00 MB 2 0
73,094 73,094 0000000000883c85eaa930bb3b7b28c20510a8d64bd3235752c36df83d401da2 0.00 MB 2 0
73,093 73,093 00000000004b71cff60e24e1718fab05f9ad00921493a6430e3c544791df93df 0.00 MB 2 0
73,092 73,092 00000000003a3435879f332544e2e12659df17eb3697d2066d91a121363fdd9b 0.00 MB 3 0
73,091 73,091 000000000099b8f2664a2bb4651cfc3e7330afe1dfa531417c66f1f8336ff6b1 0.01 MB 33 0
73,090 73,090 00000000003e5bc53ed88b02602c4cd337d1013e2fab093b1f9e34f95214b03e 0.01 MB 22 0
73,089 73,089 00000000006e997de281e3a9e9bf044ef603c5f55041b450cb9d5c8027975e7b 0.00 MB 1 0
73,088 73,088 000000000017fcb31eb825b381fc9973a63953bbd96578c198e9ed262180e1f4 0.00 MB 2 0
73,087 73,087 0000000000aabdb1ca7c005a0560c00dab332598d7767070a724117d27dab237 0.00 MB 3 0
73,086 73,086 0000000000742d411be4ef1eccca00e4a4e94ba69f23cde655a0f76a48cb1999 0.00 MB 1 0
73,085 73,085 00000000008cfff701af48560e7b2ae7953ba31bb1ce03137919e25b88b08bc2 0.00 MB 1 0
73,084 73,084 0000000000220d3b2a428b53c07d3f60c9b557ed0a897b28face4f6a504687f4 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 776.21 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,413.09 GB sent, 129.77 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.