Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,100 transactions (0.36 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,729 000000000000000000022b910000000000000000000000000000000000000000 0.35 vMB 1,095 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,728 (837,651 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,077 74,077 00000000007123e24bf66ab19bf682d202810967a4afd7f10474fcfc875bf172 0.00 MB 1 0
74,076 74,076 00000000009c13927b3a19dbf2d0b1292ba2bbf250d7a1707021a184650609eb 0.00 MB 1 0
74,075 74,075 00000000008ed8742599155c548bcdbbdce5c80c96c4c3b51f8907833f08aae4 0.00 MB 1 0
74,074 74,074 0000000000a21068e38ef15ffe171a37164c5de75d4d729c1bf3dea4c70d6de3 0.00 MB 2 0
74,073 74,073 000000000010b57d5eb12e59060be19d3a17c5af9882dc11dc47744490ce75c9 0.00 MB 1 0
74,072 74,072 00000000003d3ddfaed265e45c36bb06112304d8bb9c2f5b56efc63e85992ecf 0.00 MB 1 0
74,071 74,071 00000000003611da4b60794583f75d98fbdc92718adca05db8ea4da17f1a9768 0.00 MB 3 0
74,070 74,070 00000000003d0c73b008bd4f5c5d47264d6e85c69606872fd6800c815f700163 0.00 MB 2 0
74,069 74,069 00000000002658818c9914c9d311782a697011ebf1bad6ac2b5958bcd026c31c 0.00 MB 5 0
74,068 74,068 000000000096754af0f9f91bc1375b0361084ac784b05249de567942f2136a3b 0.00 MB 3 0
74,067 74,067 00000000008f85275f9d90001492cbdde0778cb16da212a3562e2e3fd8e7c566 0.00 MB 1 0
74,066 74,066 00000000007f29e22166380cd215aedbeacbaabaeca92139205d393d77334dbb 0.00 MB 5 0
74,065 74,065 0000000000438a6a81a553a17e7a870625394cdbe523ac02cfa67e3f70a52ccd 0.00 MB 2 0
74,064 74,064 00000000007a16cf2ed9f231e8743c77ca1ee0709066511ac808f80b7b15a61e 0.00 MB 1 0
74,063 74,063 0000000000608dd52731e4021a98804e29e24db590db9cecf088785d34052234 0.00 MB 4 0
74,062 74,062 00000000001324f7b3fda53d80619950cf8d9660b9090c19fc311e34bb7038dd 0.00 MB 1 0
74,061 74,061 0000000000a7005b3d2aeb1cdaf78e19e7085fde68472562718c94462659e6ee 0.00 MB 1 0
74,060 74,060 0000000000696f0dcb58c7f220984ec3942eef815414d4297d269c6023852904 0.00 MB 1 0
74,059 74,059 00000000009d39c50bcb0c02159da77b0885e6a4028f7657d578ea12654c33e6 0.00 MB 7 0
74,058 74,058 0000000000abb08e0d539140a1e7388a9aa1c76e0bef7f5a42f4a6e1124aefe8 0.00 MB 1 0
74,057 74,057 00000000007ac552f1112492c7c84ab548cfec6c218af94a5932102afdeb4ba3 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 776.58 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,427.14 GB sent, 131.51 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.