Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,619 transactions (2.21 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,914 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,451 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,913 (885,109 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,804 24,804 0000000005f2e2fe7673d6348c3a292ddfcbeff444899c7d77d1c56f4c6fdabf 0.00 MB 1 0
24,803 24,803 00000000bd075293a5f62281ba2446744125f9cadbf3f85dfdbefe527f56221f 0.00 MB 1 0
24,802 24,802 00000000c3702442cb54e3f17df55d83934e3949a6d91b9e8985d339b92e7e50 0.00 MB 1 0
24,801 24,801 0000000012be991d183f9e6e0c65679eb48b815f1c40ed5e61f1e5fb087bdb4b 0.00 MB 1 0
24,800 24,800 00000000d3bf13168c0f1938f68e97a5889683ee15833e22d347e508bc588ad4 0.00 MB 1 0
24,799 24,799 0000000088bf1cd05b3e134159c9aaf383929c15200556c16d5beb571f28104a 0.00 MB 1 0
24,798 24,798 00000000fdb3f940b955702f16ac8bb5c8612c8f8713dddee27ca8ab4089323d 0.00 MB 1 0
24,797 24,797 00000000e466dc9253541e9cdc0edacada5174e52b156481dea73846880dac35 0.00 MB 1 0
24,796 24,796 000000003ede5f6454bea1b4cbe760bc55bbe84cb7a8ad8b633c97f7b99abf12 0.00 MB 1 0
24,795 24,795 00000000544628ae3e5a6d06331302b1433450807f337d5de0ca0796f8a1f5f7 0.00 MB 1 0
24,794 24,794 00000000692560ab51cc750509b638007929abccdf83be3774078abc5690257d 0.00 MB 1 0
24,793 24,793 00000000731a2cd668ab48a118ff22fbcceaa27c418e3ad4bf85cda641047a7a 0.00 MB 1 0
24,792 24,792 00000000fefccfcd62705ed984d44f5acbbc9ebee8f998682db6c62c3ad4472c 0.00 MB 1 0
24,791 24,791 000000007277841e19b56258b20f359b0e7b4f86fae65a8d4612482944b8ee58 0.00 MB 1 0
24,790 24,790 00000000ba8223b950b0c35154775ec9b92127b26088a33f35edd2cc14bb8a8d 0.00 MB 1 0
24,789 24,789 00000000537f4351762402356d34c0c5e5dfa082c85342f95c06c443d2596247 0.00 MB 1 0
24,788 24,788 00000000adb4acc3061f17bcd34fbb2f6e3c73da61cd0ba8e9d0146bdb09e11b 0.00 MB 1 0
24,787 24,787 00000000f079825602d2d90d9d12f337e9d2bd4abc53ec3f9e6aa2d013c92186 0.00 MB 1 0
24,786 24,786 0000000093f4eb1537fdc0c932c930557b8f9ba093dfbdb4a6b64c442c300ab5 0.00 MB 1 0
24,785 24,785 0000000075c259803c7e522bd37e6f1fd69bcc59018e3fb76283a695afddf33e 0.00 MB 1 0
24,784 24,784 000000007cb443809cd80c41ccaaa1c5014b30fce6f4c8bbfd24e6619ebe060e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.24 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,172.68 GB sent, 114.60 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.