Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,077 transactions (0.66 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,327 000000000000000000022b910000000000000000000000000000000000000000 0.65 vMB 2,067 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,326 (853,608 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,718 57,718 000000000d5802a27624306887219edf042dbf893e34fd4b92e77071e7432c92 0.00 MB 1 0
57,717 57,717 0000000002a21c72d3480ba89c56397341044d1ec7162797aa694146d7a709b3 0.00 MB 1 0
57,716 57,716 00000000057cfd523a04d0564bf9b6530f0be3c998242d8440437bf7143fc974 0.00 MB 1 0
57,715 57,715 000000000b7a70ec0b16900e9130ac6c0819186ab408cf9a0ba872cd31cc62c7 0.00 MB 1 0
57,714 57,714 000000000ae6d5a53fe8bfb3f696c669d6345efbb443c7fed3ab9d11871b003a 0.00 MB 1 0
57,713 57,713 00000000040ab1f419838318f01fe587e068afcf302e2f8501782a1e4633d7ee 0.00 MB 2 0
57,712 57,712 0000000013dfa20c8b3b16fe7ccbc9e4b7bc434b2a5c3649b8de749cefc86974 0.00 MB 2 0
57,711 57,711 0000000013e8ad293f500562bd119c6feeef6bf32317791d0176814a203767c7 0.00 MB 1 0
57,710 57,710 00000000122b165675bd4a55332bca08d5b987beb72c0f5c79e1971c4bb03cca 0.00 MB 1 0
57,709 57,709 000000001293be7e979f6d9e6f7dca97a1bc1f90fdb84cebc97230e3acaddb99 0.00 MB 1 0
57,708 57,708 000000000627e81d1fcaa36419c139af415061c44c443f40d006aef887c32012 0.00 MB 1 0
57,707 57,707 00000000035e6af8a232153a977f006a45d489cb1e28f72d68ec58d478133357 0.00 MB 1 0
57,706 57,706 000000000d03a16c051a2fabb825f17bd7b8b0d9ea2ee4fe92d25d7cf5a1b5e4 0.00 MB 2 0
57,705 57,705 00000000145fb2ef3381691438e591bbf19576084db4026e14ccc96819762ea0 0.00 MB 1 0
57,704 57,704 0000000007c3d411bb48ca99f36433ff8ef3ce9755285a2a09ec0d7813dd00f4 0.00 MB 1 0
57,703 57,703 0000000003daaf7b6063c2094e99d07bf388359b54292dd97f8489bac422d3ee 0.00 MB 1 0
57,702 57,702 00000000118ba3e25a5de482e2a0294f1a139564e9abb35215e1f67476161013 0.00 MB 3 0
57,701 57,701 000000000357f027f6302eeb650dad2fa16d300e799a09167d7eb1d06faa7e01 0.00 MB 1 0
57,700 57,700 0000000014649cc6c87ceb4052e710e2850d217f208baab2558d6fef089895ee 0.00 MB 3 0
57,699 57,699 000000000ad6e1a1c958f0a8ee78437f588807059b5c33026da0e0bd45d3ac41 0.00 MB 1 0
57,698 57,698 000000001067af586141a5792debdefde71b9339b92b730d2ef49c2735cda4d7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.85 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,399.74 GB sent, 128.06 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.