Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,061 transactions (1.39 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,846 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,992 (95 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,897 910,897 0000000000000000000025653be0ac89968320fcf95d493fb45e4f0a149aa5eb 1.62 MB 2,630 2
910,896 910,896 000000000000000000007eda71e66f101990f68a67b5ebac8d3655700d3902b1 1.56 MB 4,121 5
910,895 910,895 000000000000000000016b520f39af28e55c0648ea77a62795fbc878f8d7f4dd 1.22 MB 2,416 2
910,894 910,894 000000000000000000021bcc80b5eaa2c4849fe1edbdbb52af1647af62b53b9d 1.84 MB 3,792 0
910,893 910,893 000000000000000000005366e5505448e5c679e7e14a6798ebf2272ec0223cdb 1.84 MB 2,789 2
910,892 910,892 000000000000000000018da4f2fb306b80af40d8efd21a4a4bfc7767bdc60c7c 1.81 MB 3,708 2
910,891 910,891 00000000000000000001cf23e374dd1fcaa90db11575953fe1a54c09d8789079 1.83 MB 4,633 0
910,890 910,890 00000000000000000000e18724d4062e21ee76bf6b5a61cd74d3a2832cd57076 1.65 MB 3,078 2
910,889 910,889 000000000000000000002b50a01427a8c4dc792b0220cb5971df83fc60de03f3 1.67 MB 2,984 3
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
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.