Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

394 transactions (0.13 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
909,673 000000000000000000022cb30000000000000000000000000000000000000000 0.13 vMB 400 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,672 (80 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
909,592 909,592 000000000000000000001a38bce3d65221a629f4c98c311ee9210f144f0d9891 1.61 MB 3,752 3
909,591 909,591 00000000000000000000043858a7e3ffd27367b4a3a3190b500f3eb6e30ff6af 1.59 MB 3,297 5
909,590 909,590 00000000000000000000c06e7f338f2b1736b275e1f7809ca6fbd78c9ee37863 1.82 MB 2,963 2
909,589 909,589 000000000000000000007ad894fcaddbae7a6bc5a129cdf2cdeb920def66e981 2.04 MB 1,666 1
909,588 909,588 000000000000000000009c0ed45048fbe31545b8a1cd78e11bc240c19d8dd8c2 1.96 MB 2,440 1
909,587 909,587 00000000000000000001b017e16e3168bbaffd2c5be78f6bcbac0014ec0a0a04 1.70 MB 2,609 3
909,586 909,586 00000000000000000000a57e3c0dae89720da5f0a15b4ebeb1c81b52e7a2a00e 1.61 MB 3,881 6
909,585 909,585 00000000000000000000d4538086ee5b314ea03d4eb3753c2b45e0a3ee9ccf13 1.81 MB 2,909 2
909,584 909,584 0000000000000000000090d5c22fa64f6c791335784d02def240f379b1690145 1.43 MB 915 2
909,583 909,583 00000000000000000000595d44549aae1091e1b43437781b9a71a04bd7a5d3a8 1.75 MB 3,113 4
909,582 909,582 0000000000000000000188409c98e3d8b0ea0498b50c5dfc38e3314ba769d10e 1.68 MB 3,367 4
909,581 909,581 000000000000000000001224b0fc600370a46f8cec1692f36dd396d0274515ed 1.60 MB 4,057 7
909,580 909,580 00000000000000000001810eadb7bcfdc5f8addd8e178324529581cc3595ead2 1.61 MB 4,123 6
909,579 909,579 00000000000000000000115fa5bfd6ec58ef6aa1c08a3e5036a75a4dbdc0d27b 1.55 MB 4,008 7
909,578 909,578 0000000000000000000108e82baf0893aaea8e18e9ccd35874da6bbfcc5a2462 1.48 MB 1,766 3
909,577 909,577 00000000000000000000cb90baedf29dffcd68c23dc54820d92f30ad792058eb 1.70 MB 2,779 3
909,576 909,576 00000000000000000002130d68f22b50df74b4f5848b2b2b0aa895698963229a 1.69 MB 3,264 5
909,575 909,575 000000000000000000021c60bbb9cb382459b1c63e77c0e84e8c6c1ff2146b85 1.64 MB 3,323 5
909,574 909,574 00000000000000000001b3b32971bd3f387b190639ec3eaa2e2566e439c8f9f1 1.69 MB 3,450 5
909,573 909,573 000000000000000000018acc5c1979c8017260bff197c4bd5e046dc1b6c4ff89 1.55 MB 3,721 5
909,572 909,572 000000000000000000016fad5e8d6117ff3518fa92fd0acc2b748566df136d91 1.53 MB 4,013 7
Previous 10 blocks ↓
Total Size: 772.80 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,137.77 GB sent, 112.32 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.