Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,079 transactions (1.40 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,993 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 1,901 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,992 (104 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,888 910,888 000000000000000000005bd36334406bf9bc24f41aec7fdfd466eaeefed847f0 0.37 MB 575 2
910,887 910,887 0000000000000000000224722f37f38daa52917385c5bfddfa9b4eadc9205781 1.72 MB 2,907 2
910,886 910,886 00000000000000000000fcd3d67af35d38edf91a223276d084b84bd1f8b84579 1.67 MB 3,444 1
910,885 910,885 000000000000000000013bd462148d540dc87ce429d587a57c66bc7d574f4bdf 1.87 MB 1,177 4
910,884 910,884 00000000000000000000798ae3cd044e9d828d5a9c775a2c0a93267b9ffa0ec6 1.58 MB 2,064 1
910,883 910,883 00000000000000000001129bff5a606bd4999e3594613fa13453a0f3635ed35b 1.60 MB 3,194 3
910,882 910,882 000000000000000000003485347a14124b022d0a1fe5ff99b8c0753b081874f5 1.60 MB 3,904 3
910,881 910,881 0000000000000000000088b4267206c22ca03d7076ffd9dbb0200dc854358c97 1.51 MB 4,102 9
910,880 910,880 00000000000000000000d1d217dea4f892b83894f832ec7556dc7382b31901be 1.84 MB 4,717 0
910,879 910,879 000000000000000000014014b828fd68c7f3ae0fbe844a201ffcdc0c1ca4ef89 0.43 MB 753 3
910,878 910,878 000000000000000000022ab414e497a3e53c022ddf4a6cf2747f3c81e1977b23 1.28 MB 2,052 1
910,877 910,877 000000000000000000000e8b39db1b0f9efd6dd3ec33754d1f566a580b6ad125 1.86 MB 3,170 4
910,876 910,876 00000000000000000001cb7b0c7d68d06b76468a9904ff5b9de00d4534302c5a 1.55 MB 3,671 3
910,875 910,875 00000000000000000000542337a73614541eeec05703774701d2fe044404ea23 1.85 MB 4,591 0
910,874 910,874 000000000000000000017c2d62c6f8dc82adf4e5725f4235070f283d9d7e07ce 1.23 MB 2,463 3
910,873 910,873 000000000000000000018ba9a81ace18b8a1727b51d88e20cf9251504ad08f2f 1.81 MB 4,313 1
910,872 910,872 00000000000000000001030267af2aaf8e31d03146a845ee7d13d997ad58de72 1.58 MB 2,624 2
910,871 910,871 00000000000000000000749b932bc26d4687db272696a2eacce7923dc8576c39 1.56 MB 3,838 4
910,870 910,870 000000000000000000013e26541b9fed1d984e4a0c02c79f33d0f01984baac1f 1.86 MB 4,016 0
910,869 910,869 000000000000000000016a4c5354efb7a17097f1574a0d51738b30cb2d0a5c7e 1.99 MB 4,025 0
910,868 910,868 00000000000000000000755a78274c319582cd5877efc00aa32357cb43c6b8a1 1.68 MB 3,047 2
Previous 10 blocks ↓
Total Size: 775.22 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,359.76 GB sent, 124.85 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.