Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,288 transactions (0.42 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,770 000000000000000000022b910000000000000000000000000000000000000000 0.42 vMB 1,278 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,769 (17,022 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
894,747 894,747 00000000000000000000ceadd4f9b31543baee9457b74c9c2e89f9573b9af489 1.53 MB 3,520 7
894,746 894,746 000000000000000000010159e90d820a39a8a1ba61d00dcd5968ab6a127bec68 1.53 MB 3,761 7
894,745 894,745 000000000000000000007ec3e41c9977d36c63db709bda8a5191cf8e7262df08 1.67 MB 2,784 7
894,744 894,744 000000000000000000015f30497892dd99a45c7ff157560803d7266ff673e2b4 1.17 MB 948 2
894,743 894,743 00000000000000000000410b373b6173b38e1d8d9f2a80aed672c0a9bf370eeb 1.69 MB 2,876 4
894,742 894,742 0000000000000000000217dbff7305f4175e052e092af37a70292ff96ff17888 1.38 MB 1,538 2
894,741 894,741 0000000000000000000244f781d114f4cb7345a5601e74219adc7c06a5bd6d6d 1.68 MB 3,536 3
894,740 894,740 000000000000000000007fbd62888da85c9c77642290cfef6da00b190403e50b 1.74 MB 3,023 3
894,739 894,739 0000000000000000000044bf435d250aefeca11a8972961346cf2d45ec95ec29 1.60 MB 3,699 6
894,738 894,738 000000000000000000014e936ba1ad84f3fb9f48eaab39e54af07c70c38ed9cb 1.62 MB 4,117 9
894,737 894,737 00000000000000000001129443be74240f97db8a735d6a6833b45526a9e91ee2 1.89 MB 3,733 3
894,736 894,736 00000000000000000000074fdc54b44c5d9e2cc18d8ef9f54e1e5a9598d9cabb 1.12 MB 633 2
894,735 894,735 000000000000000000005681b55c082dd7d6ac9acb82dc92b5608306ffe3bd9d 1.68 MB 3,356 2
894,734 894,734 00000000000000000001087dd7c11f3159f119a470084eb3470a337508d3b8d6 1.64 MB 3,845 8
894,733 894,733 00000000000000000001ab1a87c6bd1dd18bd011c150b9597337953f6b9fae55 1.59 MB 4,035 5
894,732 894,732 000000000000000000001304871c1458f4ccd7f8ed41bb0dc09a04e80c979ac4 1.90 MB 2,890 2
894,731 894,731 00000000000000000000b9f25dd7128af327cf0f963da8b6a964f5dcaab6ce0a 1.48 MB 2,860 3
894,730 894,730 00000000000000000000c78581b743b5c92cfaf79ceba962058c064c249fae83 1.73 MB 2,688 5
894,729 894,729 000000000000000000014ab60a8957f981af01e451d508212d92e644da09bb08 2.22 MB 2,316 2
894,728 894,728 0000000000000000000165b723704e40d86144b683c2a2c669d1d82d2ad1cbd7 2.10 MB 2,437 3
894,727 894,727 0000000000000000000138420d32d6c0563eeff6e98dbc780a609b022cf2ffe2 1.91 MB 2,737 3
Previous 10 blocks ↓
Total Size: 776.65 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,432.53 GB sent, 131.85 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.