Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

987 transactions (0.23 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
910,484 000000000000000000022cb30000000000000000000000000000000000000000 0.23 vMB 967 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,483 (893,773 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
16,710 16,710 00000000295d5379ac2b13ff28eaa8120430e8c3d9ca5903ae5cdb13b0b132d7 0.00 MB 1 0
16,709 16,709 000000007b90215541aa96099b60acc7749a424ba542877cd934f5ca04efb2b1 0.00 MB 1 0
16,708 16,708 00000000c753982445f2ae04a36f672b3cdb6f35be58ee9ea4e313ee58614eee 0.00 MB 1 0
16,707 16,707 00000000af5e320290c2af20052101e17b510fd33647809137217658f0d04868 0.00 MB 1 0
16,706 16,706 000000008ca7f2d77d8be9d08cac24d6ca5bb0cf12bf565f315b45452e592e6c 0.00 MB 1 0
16,705 16,705 00000000137ae34c72533cd9d14fbd79dfc3309510632e7c424b9f219b77fb84 0.00 MB 1 0
16,704 16,704 000000003ed72961755c653af86a7355ff978d5b516e2618e2ac9d021b2aaf02 0.00 MB 1 0
16,703 16,703 00000000d866222f16b5a06af24dedf7cc5982e10351a15417454d373e1f6f07 0.00 MB 1 0
16,702 16,702 000000009793622362f7252d8e63a0c079fb8fc59f0c91d6a8e31d967d2d8563 0.00 MB 1 0
16,701 16,701 00000000fe80e7a138fc66610c711160371cac236ab83a6754753ecbd1a9a750 0.00 MB 1 0
16,700 16,700 000000009f0a393b01a015965ffc36fd7854181698a20441524a4d8c5b762e6c 0.00 MB 1 0
16,699 16,699 00000000314a80779b0af884f88beeadc3c5c11bb5b2c277f3d9a8727d3c3e50 0.00 MB 1 0
16,698 16,698 000000007177d4647f6a3c1a015dde7efcd4db26e802a23cb22104f3b994003a 0.00 MB 1 0
16,697 16,697 00000000dd1ca625aa8aa2258defe215956f6620f212306a2c0b3b628179f00e 0.00 MB 1 0
16,696 16,696 00000000bd4e443f1c904ae0546c6d6d9c3b3a1c7da8a0902c9f52454c7200bf 0.00 MB 1 0
16,695 16,695 00000000ef6d2fe9518a5f8b96956c822ace2d8b6b180c2e09212929c4b695d9 0.00 MB 1 0
16,694 16,694 00000000a7b4c5ee7b1fe8cd67282f9d86040abb527f305f02c6792447412b84 0.00 MB 1 0
16,693 16,693 000000006379756f2c0865f96d754a24ee88c592e1a3b826aa7d332e9f22eead 0.00 MB 1 0
16,692 16,692 000000002b7785d581c31f68b9f309df4fe2b021b443e110c006c237ee9c15d8 0.00 MB 1 0
16,691 16,691 00000000a172396151fe5a83c15f14c8f46a3d5f33e0197a3e649a9bbc98ca3c 0.00 MB 1 0
16,690 16,690 0000000053d6663671c6b96ab2f42dbc3f0549cd723286e85c08512c64db111a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.29 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,243.86 GB sent, 119.98 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.