Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

530 transactions (0.15 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,705 000000000000000000022cb30000000000000000000000000000000000000000 0.15 vMB 521 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,704 (839,115 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
71,589 71,589 00000000001295335e7a7f475fb110513e9d0b07a2513cb6370eea9d0b9f2882 0.00 MB 1 0
71,588 71,588 0000000000c49bb45a940367fbe811f20785f91f6ae6908df007b00fd26956f7 0.00 MB 2 3,875
71,587 71,587 0000000000c39ca80602ede8983f81ae0d1eb0b6efb958cb8463cde12c36868a 0.00 MB 1 0
71,586 71,586 000000000075dd7c48ede1cd6ebfbef139ec9d94e101f615c336339535ac3a18 0.00 MB 3 0
71,585 71,585 00000000003b60bac35e6f5cf21e7737d6fbf4cb1e143d147252effecfcd5381 0.00 MB 3 0
71,584 71,584 0000000000e07a0b16d63b05f3d8b6dd4f3369e94cfe6f41dd67f19f885b728b 0.00 MB 5 0
71,583 71,583 0000000000f17b1c840343c84eee81ff72c8501a116a054c09e9e4e40449defd 0.00 MB 2 0
71,582 71,582 0000000000a4018d2351bf3e191ab6cda227137a604e147da769c55b45b9391a 0.00 MB 1 0
71,581 71,581 000000000081515851262c0e06bff265b6ad38c2e35f491078d0688fe8c12386 0.00 MB 2 3,875
71,580 71,580 00000000005bbbcb87b56592f36f668eae83905a31f66f4f00aa894548dfacb3 0.00 MB 1 0
71,579 71,579 0000000000fcaa740060606ec6723a594cad1f7ea4d62c5832775d297a3c77d8 0.00 MB 5 859
71,578 71,578 000000000031a790ab343ac34f9cd7a342c42175207416027005fdd24c3a491c 0.00 MB 2 3,875
71,577 71,577 0000000000bff1ee31c589bbd638bd96a271df0ab96d01bc115d2b7b1d511de1 0.00 MB 1 0
71,576 71,576 00000000007b3944bd8faf605cca4cc5d0e886208132bd48d69e5c17009e2fe8 0.00 MB 2 3,875
71,575 71,575 0000000000dd5eaaed5e8b5640d2088ec2167368ed945df69590ac10789a4fdd 0.00 MB 1 0
71,574 71,574 0000000000b4ca802058d6a76ae907fffffab060fac391ca67b32551addc52bd 0.00 MB 2 0
71,573 71,573 00000000009161d8439992e8ce28d9fa5e47afd2c2beabb4b1b6cc54a31bc999 0.00 MB 1 0
71,572 71,572 000000000040f1c2d406b1144cffe63510d13f8b708e8737e8267bb2ecffda4b 0.00 MB 1 0
71,571 71,571 0000000000adc2eb6b804a70c5393c609cbd7f6eab89bf81987aaf9980ad7e8e 0.00 MB 2 0
71,570 71,570 00000000000f1a204d452497d1268976027f51bcdcc21f47d2feac2437bed105 0.00 MB 1 0
71,569 71,569 0000000001099fedb60df066719134606915126fffd6be5a1d493ebca86b1e45 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.68 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,290.80 GB sent, 122.03 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.