Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,358 transactions (0.72 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,648 000000000000000000022b910000000000000000000000000000000000000000 0.71 vMB 2,344 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,647 (80 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
911,567 911,567 000000000000000000003d00ba91ee94def7c402ec87722652e2aa56411cb64c 0.29 MB 631 2
911,566 911,566 00000000000000000000acbf4568a84fa2e4f2e44de09e8274c5f31b9c8e86b2 1.84 MB 4,031 0
911,565 911,565 00000000000000000001f9f7f91fd1f796ac9acaa53b5a60d3d6591dfdc638fc 1.01 MB 2,095 2
911,564 911,564 000000000000000000006ec431a542c7ba0c82ceec163a9e31f6ddc9da2caed2 1.60 MB 3,690 3
911,563 911,563 000000000000000000006be9a5b9afbbabdda3f014d915ebc5e89b4a74fa98b9 1.68 MB 3,452 1
911,562 911,562 000000000000000000000a27dda33b9476dea37f86cffa3cf9e0a004082d3593 1.50 MB 3,000 2
911,561 911,561 00000000000000000000fad4234d230d5e390331da46bd3e0cda876b9fc9fb99 0.30 MB 759 2
911,560 911,560 0000000000000000000226a640b4d16057fa25fea2081c69756c12f41b411258 1.60 MB 4,840 1
911,559 911,559 00000000000000000000066796b7e98438ec92d5d9a01d747001718f6c545e47 1.67 MB 4,696 1
911,558 911,558 00000000000000000001ecf44212d9b0500ec50857c79772f990b43bed4cb425 0.11 MB 249 1
911,557 911,557 000000000000000000008e21a9bdf0883042a18e9193b96615144fbb578b1d33 1.68 MB 5,315 1
911,556 911,556 00000000000000000000aef4a5bbb92fbbd40051ef554b288aeb37ded6da3122 1.76 MB 3,163 1
911,555 911,555 00000000000000000000ef1632a50888ccde0f0c41a3cc1109b22a1d3541920f 1.61 MB 3,455 2
911,554 911,554 00000000000000000000776f4bc68466f4c7d545a64591723aa90d627db142bf 1.90 MB 1,427 0
911,553 911,553 00000000000000000000e672471d2a285341f8538c099470ab3328ea79b5df43 2.06 MB 1,072 0
911,552 911,552 000000000000000000002089dc954bd4b44300c3d01e5f1a1d6a448582578cff 1.87 MB 2,327 1
911,551 911,551 00000000000000000002052bec4b5282e629e93d1250e24dfe370a7f6ab3c5a4 2.33 MB 1,655 0
911,550 911,550 0000000000000000000217d54d0245e7bb293a44329d7ad8860b29e51c6f379d 1.63 MB 2,844 2
911,549 911,549 00000000000000000000668bb50b9963133e1a672d25212846a90125db5959bc 1.58 MB 2,814 1
911,548 911,548 0000000000000000000070d9355e2959220b92f2995acfe4d91f6f7161411f33 1.34 MB 2,654 2
911,547 911,547 000000000000000000007664b9a44bbcaa1312847508760a46c1d8dd6d7ee2f3 1.62 MB 3,744 3
Previous 10 blocks ↓
Total Size: 776.43 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,423.56 GB sent, 130.82 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.