Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,339 transactions (0.35 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
910,603 000000000000000000022cb30000000000000000000000000000000000000000 0.34 vMB 1,329 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,602 (889,503 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
21,099 21,099 000000006cd29c1def12423da149e701e64c9a262cd70344d3fb683b209d7641 0.00 MB 1 0
21,098 21,098 0000000013fcedfebc01f1cc4a04a604aa76e3b978f3fa5b3a064135cc879285 0.00 MB 1 0
21,097 21,097 00000000d747f4a26c7673d39619878762b33414b8c854c65a7d9dde5febba8a 0.00 MB 1 0
21,096 21,096 000000009e15b621bdf11459e67fbfb1605decdb507c70e916ece3b5e336d683 0.00 MB 1 0
21,095 21,095 0000000007c1b60bbab2a3369268170329f36cade9bbada68a2d6b0f4aef481e 0.00 MB 1 0
21,094 21,094 00000000a8cf94e0bd2931ed780dbcf3704c7d7a6007a2185d34f751c77bd46b 0.00 MB 1 0
21,093 21,093 00000000d68e3043f4d2b07bd0abfc6e9698bbfbf0e235565e14c57856c4a222 0.00 MB 1 0
21,092 21,092 00000000324b13537b6c2fc9c1d3436e7d5d9937aded0a17cd58bf82fe7dd6e7 0.00 MB 1 0
21,091 21,091 00000000490acc3b3360f74b0b82d14c57cac5a2dc9eb0881fd08eb5870e52c4 0.00 MB 1 0
21,090 21,090 0000000088265b1350867f0e4e2cb97e6da95b9775a41b859d9a613179d5059d 0.00 MB 1 0
21,089 21,089 000000002c2a77b2454f303e4391cb8b68229d6e0db0bb11a373aadbce88bc91 0.00 MB 1 0
21,088 21,088 0000000068462de8aebc4a63e5eb8c4e31b332c23f4dd08de9520a144ee8f0c8 0.00 MB 1 0
21,087 21,087 00000000733001d45b090311c13707527aa57c392fa3fe4aeec7e74f6769cf3b 0.00 MB 1 0
21,086 21,086 000000000d163b02fdde1c1a991496f8b88ceb579de53ed610f60f40563e0959 0.00 MB 1 0
21,085 21,085 00000000b3309083e5ce519ce4e4a845ccea0f7b055524f060a6e07b4667eab5 0.00 MB 1 0
21,084 21,084 00000000be984549077176085c36f40cf9ff52f3dc235ff22ac3c93e26afeda7 0.00 MB 1 0
21,083 21,083 00000000401e7be900a2cfca349dce310ef0e58710d4d5cf73a7dec3239594fc 0.00 MB 1 0
21,082 21,082 00000000de039c306f7a9393da4fcab343faef0ce312fd796769159acbca70d0 0.00 MB 1 0
21,081 21,081 00000000d8080d2e33d68859246c95c1dfb1df3081b1659b1842ff200c993e59 0.00 MB 1 0
21,080 21,080 00000000683924519fdc0ab0423e5cdf3b3d0ae0e15245dfb3c312e63d6a8137 0.00 MB 1 0
21,079 21,079 00000000ee0811572a3f161093386e182439a21bfce9e2b98b55718d72db048c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.49 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,255.23 GB sent, 120.99 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.