Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,356 transactions (0.49 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,609 000000000000000000022cb30000000000000000000000000000000000000000 0.48 vMB 1,344 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,608 (892,048 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
18,560 18,560 0000000044a5155ad6a198ac2ec28199d1ebee7b5b14bd20f9962cd288910bec 0.00 MB 1 0
18,559 18,559 00000000e1fb6f89fa797b76416697856eba7c2cbae9e0e13eeb0d90b4a09795 0.00 MB 1 0
18,558 18,558 000000007dd0f5bb862d273907df5dc8945a100d5f70094bd4254893906e5678 0.00 MB 1 0
18,557 18,557 00000000f72eba67599a46daed7e35ec4c2d77873febe701c7ac317d7ff8fa1b 0.00 MB 1 0
18,556 18,556 000000009a19c8ca1047e98e09967acf4cdb47e7907436afe0fbec4ba390570c 0.00 MB 1 0
18,555 18,555 00000000c126627cff38267ad04012187e69278c02915cd42a4888cfe8fa2371 0.00 MB 1 0
18,554 18,554 00000000b06df38e401175dd1985a0adea516214622475f6380d2bcea316d972 0.00 MB 1 0
18,553 18,553 00000000e211547b2dfa70012f7e197f07dbd58bbce4e32604a5502280b1a22e 0.00 MB 1 0
18,552 18,552 0000000007a984b44d36d4dbe234b5c3cefde63b85280843cbe5c08a787ac500 0.00 MB 1 0
18,551 18,551 0000000093ba8f32a06cbeb0484ce7915489d401021e73f693155898b161741e 0.00 MB 1 0
18,550 18,550 000000003e67558b27a1e0494504beb84bace6c7ecd739bb75321a36c77b1d7d 0.00 MB 1 0
18,549 18,549 00000000284f9aa1c9285693a6aaab35074a7389875a56820c94d752adafa6da 0.00 MB 1 0
18,548 18,548 000000009632301829f5a2c484011e9db981cf2af132213fa3160fc28d2b6e46 0.00 MB 1 0
18,547 18,547 00000000426e3537f075e4eb6aa08d09dbd2ccd1ea016716487ee7553d6f6286 0.00 MB 1 0
18,546 18,546 000000006565d54602835431e9049b07c38767da966a761ca59684d4bac41af5 0.00 MB 1 0
18,545 18,545 0000000090fd6436f344699139cbc4ab1704dcfd5244c0a4c83f840cefbcd28d 0.00 MB 1 0
18,544 18,544 00000000289687910d83ff611bf3acb958494622c8b4d9c615add548044ed923 0.00 MB 1 0
18,543 18,543 00000000b5605407488a51884c681681832c62000e2984fc6b384b91ac19e0be 0.00 MB 1 0
18,542 18,542 00000000d908d719e8365cffe58918d052a6256e5afec4441b50c57f3f706c25 0.00 MB 1 0
18,541 18,541 00000000afd8bdb97677951c0b7eefd313f6f55deb9b6062f378dd7f36257087 0.00 MB 1 0
18,540 18,540 000000008b30ed93534b7041d30598055267cc6816052630741467e7fd4866c2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.50 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,256.37 GB sent, 121.04 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.