Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,953 transactions (0.70 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
910,987 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.70 vMB 1,947 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,986 (894,087 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
16,899 16,899 000000002629202a7dd6070fef1c70638b8ee7e2c0af8790e8167eb44884c5fc 0.00 MB 1 0
16,898 16,898 000000005ea35de540b6494080589c7d988f26063bf223f69ef5e08c26b6efa5 0.00 MB 1 0
16,897 16,897 00000000d4f100f0ebff651698336b886a3a909cfd31e1dcce0381de5f8dd5b6 0.00 MB 1 0
16,896 16,896 0000000033e922a502d9d6f9ed97bf22bc1dfd5bc33846660c8ff21489014c56 0.00 MB 1 0
16,895 16,895 0000000007639ec196f1b1e9d7b8c6132cdfd98d181c75588ba1d1c668534db1 0.00 MB 1 0
16,894 16,894 00000000f026774114af6e4690b688660bd587f276751b2eb71d0b4559bd0bb5 0.00 MB 1 0
16,893 16,893 00000000113c355415c3417c734a45b62790b91b41ff08028580254c584f5ea8 0.00 MB 1 0
16,892 16,892 00000000bb93263c29a28112749e1a07cc9f9e67f895331aa7f4e05d18a7bb72 0.00 MB 1 0
16,891 16,891 000000008eb013d85767b8238dee6673163e68e590d1c870ce562659e04780a6 0.00 MB 1 0
16,890 16,890 000000000eb56f6aee66a24f7eb75242ba9429fd7d973347693efe0499b35d70 0.00 MB 1 0
16,889 16,889 0000000018b9c77c4a5d7ca38d56aa167481a52953706ef2ce7346b536223089 0.00 MB 1 0
16,888 16,888 000000006e722f6e3bed695a4b3ef61c94cf0c64bafefb34f6d5752cce7bb0de 0.00 MB 1 0
16,887 16,887 000000008d52b87676558d42ff8e9c8c76c9bb81e23d9c45701979ce7459d7ee 0.00 MB 1 0
16,886 16,886 0000000013521de9fb6ce9be7a155201bfa3032e58be0535dae456b62ccc7767 0.00 MB 1 0
16,885 16,885 0000000053e880e40f896e3ac0afc2611f476518425f5af9761a3b5c5951c999 0.00 MB 1 0
16,884 16,884 000000005a244aed1c640de3a519ea3cddfad4312665e3a8eb2bf4c5c9c040e9 0.00 MB 1 0
16,883 16,883 000000003443d93554cae6413dbf5b3f5569546b8f15ed0e55399c19ca14552e 0.00 MB 1 0
16,882 16,882 00000000e6c1a3b396497f29103ad201a59033a9444e5764d74c4e0838f0487d 0.00 MB 1 0
16,881 16,881 000000006c03e7c34501b355b4da331f963c138c37970ab4c2aa7c494dbf5f7c 0.00 MB 1 0
16,880 16,880 00000000b91f8efe3f29843a17be08d8f612e41066d088fb8ed54d969888fca4 0.00 MB 1 0
16,879 16,879 000000004ef1e333377ecd1a39589e82f9f1148f9945e005a18b9efdfada705b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.22 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,359.70 GB sent, 124.81 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.