Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,745 transactions (0.83 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,500 000000000000000000022b910000000000000000000000000000000000000000 ago 0.82 vMB 2,745 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,499 (893,945 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
17,554 17,554 00000000c093f9a056025e047aa101ec607ee750c44dd1e2df761e33eca77f1e 0.00 MB 1 0
17,553 17,553 0000000009584a8ebe55fed00768c41bc3a031348d51aac592cec5071a486458 0.00 MB 1 0
17,552 17,552 0000000032b86e812cbc80e6fd004c72dfc500223f28f7227e7e1a3356957871 0.00 MB 1 0
17,551 17,551 000000009a08a981cbd72fdde5da6440e1c3574a75ed774d2f1f564a5a2e3389 0.00 MB 1 0
17,550 17,550 000000002184062dca62af0e1ae322d082c4cd311f2d23dfa1ee31259143064b 0.00 MB 1 0
17,549 17,549 0000000025064cb54aa8655293ebdeb097cbc2c05b52060a312f61dc1b4b7747 0.00 MB 1 0
17,548 17,548 000000007c748350c4dd3cb3eedc10dc470ca82e34831979a8854e433ee7069b 0.00 MB 1 0
17,547 17,547 000000005e5d800456f553d231149c9501fefc3f5620242337681e55c7d753a7 0.00 MB 1 0
17,546 17,546 00000000e7e5cfffabaffbfea0771acf98196b6e071b5e4c26d20853c334e0a4 0.00 MB 1 0
17,545 17,545 0000000014c9b97b049d4e6d89f7ec94c4a2aba3d988eed8f17b3aa75c6ab908 0.00 MB 1 0
17,544 17,544 000000005cb0e9bda31c5b8faadf9fc263504ac86695bf52facf51ac3533dfa6 0.00 MB 1 0
17,543 17,543 00000000310baf1d242c61971dac94a8fa4ceac559044a9785473de560d95138 0.00 MB 1 0
17,542 17,542 000000003057ee5dace7696cc792e9fb48f9242b6fee1f9de4f5a42047b5880d 0.00 MB 1 0
17,541 17,541 0000000066d7ec9c15a740c9ee15c57010c388e729e2c774293cd60a5871e415 0.00 MB 1 0
17,540 17,540 0000000001547aa065bf6802a66a89e963185e5c83e27df3e654de6f507abe39 0.00 MB 1 0
17,539 17,539 00000000df33a55a38a8c9ac2e2c062674a5f4f519f4b0100b35ed97d7aee873 0.00 MB 1 0
17,538 17,538 000000000cbffed27ede50be41059540c46daa976fb6f5e2b9045ead0e2a63f1 0.00 MB 1 0
17,537 17,537 00000000e6f8293e49a87ec1e98c3117dd1abba58a91091906711f21dd047f38 0.00 MB 1 0
17,536 17,536 00000000310cdd973cc7348afc8f78f25319ea178147a64843edc9c0acbe4abf 0.00 MB 1 0
17,535 17,535 00000000c40822bef4c25588568cf7c9ca055afad799631b3477a201fdc7e667 0.00 MB 1 0
17,534 17,534 0000000059adc4ee1bcb711de7cc92e957629b5789c85a4404f64bcf61beafbc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.16 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,412.24 GB sent, 129.53 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.