Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,831 transactions (5.76 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,802 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,833 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,801 (819,704 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,097 91,097 000000000005b002a5765d810300b30151f789eb04c26dc35d1c8044a0c4b18b 0.00 MB 5 0
91,096 91,096 00000000000b5577a70604db67a408bd6a078597d9aa79f830bd96176eb65960 0.00 MB 2 0
91,095 91,095 000000000005fe4e642b5f66ff285e1c6dd259be89d82134026d21d0b7b6a3f4 0.00 MB 2 0
91,094 91,094 000000000004ee9eb97ebe1185cc999229801d7e65fcf095c048e3e963c1c107 0.00 MB 2 0
91,093 91,093 00000000000adbb70f510bae2e9d025e926375c7cd4f1247689ea25b922ba1b9 0.00 MB 2 0
91,092 91,092 000000000003b19cb2b413b82d89fc0fdd626c3415da4e1ad902daea11eff745 0.00 MB 1 0
91,091 91,091 00000000000651d9bcd9b27784ac73888bd0c85f6a3fdac5161da98690216ff4 0.00 MB 1 0
91,090 91,090 000000000004c22e83a12da79f68a557b5207fd18135ba3cafee13b0969303b0 0.00 MB 2 0
91,089 91,089 0000000000093b5fc28c4fb7275859a6be4b6fc005d885214fa126acd33a96ba 0.00 MB 1 0
91,088 91,088 0000000000091d9799ba43676eed984ecda919e54a2257049d425244e1d47259 0.00 MB 1 0
91,087 91,087 000000000005701d9c447829e620d420f48405f21af2698b88cc86b9a6a72f80 0.00 MB 1 0
91,086 91,086 0000000000081299e07170146d1af0d1d8e4a2e87341bdc1169a4ea748ee11ad 0.00 MB 1 0
91,085 91,085 0000000000076f2f88a3c460b5345b44737f6524cf51b2b18d76802758ad20d7 0.00 MB 1 0
91,084 91,084 0000000000018e42d779dd911335318ae03b9e9938ea8c26ff35ceb437abe2fd 0.00 MB 1 0
91,083 91,083 0000000000034ac01f492855dddfd71e13edadf285169c07e1cbacbeb65c3cd9 0.00 MB 2 0
91,082 91,082 000000000004f09791b18f5e45374a036f140a5ea015133c0d984705450725bb 0.00 MB 2 0
91,081 91,081 000000000009f4f560f03c280da15439637817444cc9fd7f362fd7d52f0b1d65 0.00 MB 1 0
91,080 91,080 000000000009d716c7da0932819e5e3390fbae9a26056494965b3bf0397a8bfe 0.00 MB 1 0
91,079 91,079 00000000000a1655c8b870ca0ba75ce4824f9855cd2723cfc2483f4ac711427c 0.00 MB 1 0
91,078 91,078 000000000004c28eeabf19dca6ba4f0743a6d92d07d78b94d9f913923ab331f0 0.00 MB 1 0
91,077 91,077 00000000000a9ac7f000590c4c69d036259e9bba2e05e0a200d97c476a30969d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.87 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,297.67 GB sent, 123.10 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.