Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,686 transactions (0.90 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,624 000000000000000000022cb30000000000000000000000000000000000000000 0.84 vMB 2,671 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,623 (887,914 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,709 22,709 0000000029f0b1359b93a862eded53452b5b0f8a20b302eb1054559933a8238c 0.00 MB 1 0
22,708 22,708 00000000a414feec86012bbed3cfa2ef22dc0274a1f9ad88a5f1e58b2c76b7c4 0.00 MB 1 0
22,707 22,707 000000004024cad93ff1541563f2791530eea8b2181b02bfb3bff3b7d6301881 0.00 MB 1 0
22,706 22,706 00000000a5376ccf2a737281a8de8b2831ee7edc9c630169e8703cef7a612169 0.00 MB 1 0
22,705 22,705 00000000410e660c7d3081c9ab290cc26fb99fdfabcf7ba62eb2b03ade965ff0 0.00 MB 1 0
22,704 22,704 00000000d4fc1e0a92d958c0f12dc338a8ddde2c174a59b8890f9f1de1ae511c 0.00 MB 1 0
22,703 22,703 000000002595e098cb12a54608db9335158693625faa7430a36605723c871223 0.00 MB 1 0
22,702 22,702 000000002a289be7334921edda08747027632b7423898e9a37de8b4211efde33 0.00 MB 1 0
22,701 22,701 00000000dd14e7874df00e8146d9c7dc8232dabdf668d2b81bb72ef24bb0c7d4 0.00 MB 1 0
22,700 22,700 0000000000be9c8806afa5d94d7c005804270a1f74d6848e36b26b420666860f 0.00 MB 1 0
22,699 22,699 00000000e76a6e5e032a59bc6dc53d663d4ee5eff8d8bf9c9a2fc8cc554352ce 0.00 MB 1 0
22,698 22,698 0000000089dae1ef44b740e7ba9c57b58e1db3d69fdc1d8bd341d73e884d4409 0.00 MB 1 0
22,697 22,697 0000000090fb34ab491e42fd68b50e0c6a114e12b6d7af754b72b3d1e796e087 0.00 MB 1 0
22,696 22,696 00000000a0835706bb719f0b69bcfde0dd8c25f27c8496fb49c6fa2d63f9e436 0.00 MB 1 0
22,695 22,695 000000004a177f4163d55bfbd89663df17de13ed730546990a2924f1442c07b3 0.00 MB 1 0
22,694 22,694 000000007193a1f8947d41260966ac7f9ad8c4a8bb3fa8fbd5f2c79bfbea58b8 0.00 MB 1 0
22,693 22,693 000000002fa61a73511209f7edce42c1f7ff9cfcc3cd80292ee0d5fcb6e376ef 0.00 MB 1 0
22,692 22,692 000000002e7ebafc42ad68bd5d598344c7340c823b343837b4fa87550b9a82b5 0.00 MB 1 0
22,691 22,691 000000008ee8db90c8202c4b619a57b2ee403101a2846cb19e384fae18eeb9f2 0.00 MB 1 0
22,690 22,690 00000000806dd9aab70d1b721696417f2024c1112acbda2b987ec8a3fc015e07 0.00 MB 1 0
22,689 22,689 00000000dda222c5c6d878e661d91b7e201a18556e13daba59a53d38f3e4ef84 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.53 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,258.89 GB sent, 121.17 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.