Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,479 transactions (0.41 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,644 000000000000000000022b910000000000000000000000000000000000000000 0.40 vMB 1,464 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,643 (188,763 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
722,880 722,880 0000000000000000000427f228adbed4b2293780b262ce9b79ef7f8035c86e34 1.24 MB 1,388 8
722,879 722,879 0000000000000000000672d4a2c5a4f9ca034a58e2407d34b64c4b1d1965ac8d 1.11 MB 539 3
722,878 722,878 00000000000000000004278dea7c6e7d1c1d276493c5e24477ede8f87fedd109 1.13 MB 737 4
722,877 722,877 0000000000000000000469142d0c9dc07c6c9d0c7137d0eba73f2cfc1fc3fe27 1.06 MB 211 3
722,876 722,876 000000000000000000057c8657c82e740d6364b433aab5c4537dd073eaf6de22 1.14 MB 540 4
722,875 722,875 000000000000000000062e355781b113a7f7fbd914651d149af1526c0311a9bb 1.36 MB 1,293 7
722,874 722,874 0000000000000000000656be0aa1a90f0cc84745c234beb3ffc143ccbd4db11b 1.26 MB 797 5
722,873 722,873 0000000000000000000887e8d5beb873678410a7f7484827d2a36cf5ff0d9597 1.35 MB 1,207 10
722,872 722,872 000000000000000000024f99046d3af518a9846ca55cc81bae7e98a095ea7392 1.18 MB 924 5
722,871 722,871 00000000000000000002bd54432b6228010e2442e9db416205e69aeb63e4d98e 1.30 MB 1,268 8
722,870 722,870 00000000000000000007c8c2ab9b1de4cb210b3e43baa196708aac97ee74eb71 1.11 MB 191 3
722,869 722,869 00000000000000000009277378737ad8ddd6833f2c427d6d9e2c7b540277e38d 1.07 MB 440 3
722,868 722,868 00000000000000000004d1a434417c6f62ca36ac49a4414b25c9911d332a65a4 1.32 MB 2,103 10
722,867 722,867 00000000000000000007959bbe8efd1952ff4c409789dfcd0f2cee0f256028a3 1.12 MB 568 4
722,866 722,866 00000000000000000003ee842c539c8032b6f6a9213bafbdb039363070b82b05 1.06 MB 259 3
722,865 722,865 00000000000000000007afca5f4b6b67077f17d6c0f8168353abe4878f59ae0d 1.50 MB 1,829 9
722,864 722,864 000000000000000000042ef98d14a0f7636d68abc3cbe05cb42be185e37eb82b 1.26 MB 1,612 11
722,863 722,863 00000000000000000003d583644603f074151b373f10e8368e5459ce559c7a11 1.04 MB 55 2
722,862 722,862 00000000000000000006b75d94664ea5098db0a95bb9fc0dc15dc691c8192e39 1.15 MB 734 8
722,861 722,861 00000000000000000007fd59fa01d4a9e60e7541edf1a85350f056fc7091b54f 1.15 MB 647 5
722,860 722,860 00000000000000000003f093a82a6124d85caeba2b9beea392f342853ace5247 1.47 MB 1,970 9
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.41 GB sent, 130.77 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.