Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

881 transactions (0.35 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 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,377 000000000000000000022cb30000000000000000000000000000000000000000 0.35 vMB 879 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,376 (884,583 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,793 25,793 00000000cb4f527b7ddd2fa7329bdbae835c3e8e5210566d3e5d8fc444748f19 0.00 MB 1 0
25,792 25,792 00000000be9c518f0cfd399793dde74d679254ba60fd823c2882f1e3077c106d 0.00 MB 1 0
25,791 25,791 000000000327937c890f4a500baa3af7eaff6988353eedf75d46bcf082156cd1 0.00 MB 1 0
25,790 25,790 000000001da698c4e216271c7b9a824e0d5ccb4472742635ca24c53c5f0de4ae 0.00 MB 1 0
25,789 25,789 00000000f5a3c30fc36004f2659f111150e8a5fd583697adb688d1264651257c 0.00 MB 1 0
25,788 25,788 00000000a9924bf2e932c6ec429481b453703398aa1683aaa99be9c5740953e9 0.00 MB 2 0
25,787 25,787 00000000162219e073a3db1debe242c2b5721bb8df5611cc09b44e95a48e2a91 0.00 MB 1 0
25,786 25,786 000000005dce1cb95c2e66b027d2bd409ec0a608dd7d85ba19ae8c4963bec1f1 0.00 MB 1 0
25,785 25,785 000000006f686dca4f319d126f42076a334cfdfed24c211e3c5899b4d10005a6 0.00 MB 1 0
25,784 25,784 000000006521b474ec5f6e0fff5d791dff134fa11288f3cef77473e1b28b25dd 0.00 MB 1 0
25,783 25,783 000000009a633d22cf6a62524ad3c99a245c35764ba5fdd41104aa02456d07da 0.00 MB 1 0
25,782 25,782 00000000e1790960aacfd8373059c44554e183a8cc60976d9dcb46205f8765f5 0.00 MB 1 0
25,781 25,781 00000000f0558454abe01fd8c346f05521b79ca253a6f6244c683c44e0eeb914 0.00 MB 1 0
25,780 25,780 000000003e8a09b0f4fe1305436296e0819bee46238ad854c0bdcb605adeaa91 0.00 MB 1 0
25,779 25,779 0000000068ab4ef8dd440d64740ad8bdcb5f79847333ba283f4d9c581463f025 0.00 MB 1 0
25,778 25,778 0000000080b839b890751995b7ff2abd5a9ec487db45f3fb8e2273075b663a01 0.00 MB 1 0
25,777 25,777 00000000d68876a4c7cd21c926827ebb2bddb1ce39af586c740061f1cb19fcd0 0.00 MB 1 0
25,776 25,776 000000006bda3fbd7198a85f4050627ff645279f6cf4e452ed1c1073cf6f10d9 0.00 MB 1 0
25,775 25,775 000000006a759b7cb1afe7f999c8021b07e1d922fff56b0d672fefb42197d474 0.00 MB 1 0
25,774 25,774 000000000d1a3a0344abb3394910f3776b1d9a3cf9e6e0e128499f5120e6f286 0.00 MB 1 0
25,773 25,773 0000000059db9fb3ccf39f490db20b65285ec352c46018a6beba32982bcd1a84 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.10 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,233.46 GB sent, 119.04 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.