Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,326 transactions (0.34 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,603 000000000000000000022cb30000000000000000000000000000000000000000 0.33 vMB 1,293 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,602 (852,703 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,899 57,899 0000000006526cca3c8b393caf15639acef8f3a71831af7cc0df673f2cb34814 0.00 MB 1 0
57,898 57,898 00000000023eca5a4f83f0c55d7bc1c49379b0d9e518da332b3625fb98bc0d4b 0.00 MB 1 0
57,897 57,897 0000000011312dedf92584314008f4ed4c49668e29514071f9ba5f7c9c1b5b17 0.00 MB 3 0
57,896 57,896 00000000027e75c604b534032bbb099d1949c36f16dee6174be40558ac5b576e 0.00 MB 2 0
57,895 57,895 000000000e0e0cf9d051189db692e382faa295508a31d71f010022a8e5f17808 0.00 MB 2 0
57,894 57,894 000000000270f1f4b69d581825ec2395ef5d94ec11ad3bc550f6b991b4196847 0.00 MB 2 0
57,893 57,893 000000000cc2af4e4141b9852cd0118cae4221edfb28685b2fa5d293b0b1c8bc 0.00 MB 2 0
57,892 57,892 00000000144d3cce7fbd44c894a4513d7ad6ffeb3c53e440bb054b885827533f 0.00 MB 2 0
57,891 57,891 0000000003a4cf58781617c5bdade35369b43ab45ca65056db5e1e866c838c29 0.00 MB 1 0
57,890 57,890 00000000158d1c97d268adcf471c03083580df6168b0b2c1b9c8f4944ad1917d 0.00 MB 7 0
57,889 57,889 000000000dfc5093bbb1a0e4d786e1c7034c16ce92ff6a8a55c3c9ecbdf8b128 0.00 MB 1 0
57,888 57,888 0000000009d368d32eea6d2a4a4a76eb75333cd1b14f2d0c9253fb8fe9d28253 0.00 MB 1 0
57,887 57,887 00000000121dd338d408bf34ad5e2a045a90f405461d10ae50cb896f704fbf16 0.00 MB 1 0
57,886 57,886 00000000085fee8698fb8b70fb4f0f777db02c6c16bea9cf8d4ebc1e3ee072eb 0.00 MB 1 0
57,885 57,885 00000000100292c343b2c9255da27e401be37fd02fb711466f654513553da0b8 0.00 MB 2 0
57,884 57,884 0000000004851c9312fdd387a4e32aa63f7a39c9f5710799c042974654f5f2f6 0.00 MB 1 0
57,883 57,883 000000000af06e0d8c0b06efa64f676275572aed8972f209bbc995dd26b4a384 0.00 MB 2 0
57,882 57,882 00000000060e9ffcf16e64635fe96456e9343cf3f584fc4c18d836eacb279c95 0.00 MB 2 0
57,881 57,881 0000000008ae6a17dd6c9b08913240ce921fce2f6343786cf2b5848ec9db100a 0.00 MB 1 0
57,880 57,880 0000000009086db3a458bf6f5e25783fd2a75d113597d761978d71d632ce332b 0.00 MB 1 0
57,879 57,879 0000000004b22481e453d6172c84c956b61d0b1a85d170dfc4a5c43d078fe7df 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.49 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,255.23 GB sent, 120.99 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.