Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,730 transactions (0.61 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,889 000000000000000000022b910000000000000000000000000000000000000000 0.53 vMB 1,714 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,888 (319,063 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
592,825 592,825 0000000000000000000204fdf0da90a996a20153633d833a60ce7617f1151e52 0.32 MB 806 16
592,824 592,824 00000000000000000017b3e53a42adad213d954e1f8e9532d9ca3ac5f72e60c0 0.84 MB 2,486 11
592,823 592,823 00000000000000000015a6b8b0db543fdb19f94414a66474e16ae21cdb2f167c 0.80 MB 2,297 11
592,822 592,822 0000000000000000001110c7f747e6c32ae3e89fb4301516494787630014de60 1.21 MB 3,489 12
592,821 592,821 00000000000000000004115050017c8a8cebfa688de3af9f679a1fe76f7a86fb 0.19 MB 540 19
592,820 592,820 00000000000000000005d48cacca307345c45b729609617db2ffcb63eb858961 0.29 MB 719 8
592,819 592,819 0000000000000000000443cb3f977dc93ebeb53d8cf38c28ee47194523e9b5be 1.19 MB 3,528 13
592,818 592,818 0000000000000000000f58a01a0636a46c56a76cd726bb93252642dd98e1647b 1.18 MB 3,292 9
592,817 592,817 0000000000000000000cf0f02a16c8c0e9c0e9ce72f7ebe3c1080a4eeaf8f137 0.76 MB 2,082 9
592,816 592,816 0000000000000000000b0cbc4fdb587ed30029c74d1668e63dc9d52dd2d9b692 1.24 MB 2,897 17
592,815 592,815 00000000000000000018b628efca567132446d35ae030629fb98eda47bf4b47d 1.20 MB 2,671 13
592,814 592,814 00000000000000000013173939042a08f38412c94bebc82f74a6567eb5e28f86 0.09 MB 224 13
592,813 592,813 0000000000000000000e1b132ab28d18d289ae16d094d5b68526c16576344780 1.04 MB 2,961 9
592,812 592,812 000000000000000000112d99b95f4bb2568c18d974d7b9febcf1c233b2532e8e 0.15 MB 469 13
592,811 592,811 0000000000000000000f81a41862a5c0b9d2f814c59385b0ce90ce4453a419a1 0.58 MB 1,506 14
592,810 592,810 000000000000000000115d910853c0761ebdb3f9e8f6f6a82fa5cd0d5b713318 1.06 MB 2,622 6
592,809 592,809 00000000000000000004abe313f50ade3b98dcfe9ee233e2a5d7ec4094dd9625 1.18 MB 3,127 12
592,808 592,808 00000000000000000015a67ecda33f8be26814d1a688bed7793e56e33c73e093 1.34 MB 3,271 22
592,807 592,807 000000000000000000113857e17446488c789b6b25775f4d7d4f6a5e51b4dc6b 0.60 MB 1,547 3
592,806 592,806 000000000000000000091370148123230337d7fd3c4c7f7473a624b8b076a55f 1.16 MB 2,968 8
592,805 592,805 0000000000000000000e141eaa0a505833fec49528631c41ca36de60885a3463 1.07 MB 2,609 5
Previous 10 blocks ↓
Total Size: 776.88 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,476.95 GB sent, 132.88 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.