Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,284 transactions (0.74 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,837 000000000000000000022b910000000000000000000000000000000000000000 ago 0.74 vMB 2,283 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,836 (553,526 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
358,310 358,310 000000000000000001676405c83af351abc7df6340c6bf618edd036c2fd308c0 0.37 MB 907 30
358,309 358,309 000000000000000003c45e5d2adb612a1cf7e1515cf07f5615cfbd53939abfa0 0.11 MB 297 30
358,308 358,308 00000000000000000731748240156293e5e7dd37a4e929f100aca7b65a1323a1 0.00 MB 2 0
358,307 358,307 0000000000000000111b0ac793e739cd8d7c9215df8e88bfe6acc07831618165 0.01 MB 40 48
358,306 358,306 0000000000000000058959b94fae00807f786f13412e468637e5d8113ee912ab 0.34 MB 708 33
358,305 358,305 000000000000000007a47e88b37f4340f4fa7c8e6440139e4cff33e9c77170d1 0.17 MB 310 23
358,304 358,304 000000000000000001914cafd9c9232c3eaf25b6e42f4d3a8a7c29261a4d8f73 0.22 MB 434 24
358,303 358,303 0000000000000000157ff1817efadabc218292c881a45d0e3e9e16aa541c5894 0.14 MB 308 25
358,302 358,302 00000000000000000067e8c9c7e99dd9e9295a34245b3567a46cec578376e875 0.28 MB 528 27
358,301 358,301 00000000000000001389e5b6c315202d506383445579c410df137a5e997f29c9 0.13 MB 237 19
358,300 358,300 0000000000000000146ea3aea202c05df468b143cbc966c38f003adb9778f5ed 0.42 MB 699 23
358,299 358,299 0000000000000000032ba3dbbc41fb77e2de827458be0c80b2c47d4a19a475d2 0.31 MB 728 28
358,298 358,298 000000000000000011635c65d6f6b7c9595d815208e4fc63acea3410168a31d2 0.15 MB 219 19
358,297 358,297 0000000000000000076f4576a5a6612ea779d9fbc80c15be0fbeed9b1a756b0d 0.18 MB 307 25
358,296 358,296 0000000000000000161619b10d30d19f293527d4a6e924a0935f6b962787b200 0.62 MB 1,406 32
358,295 358,295 000000000000000010a799148bf71963e05f45a1b03601803ea9a968a0b32aed 0.70 MB 1,324 26
358,294 358,294 00000000000000000af758c7ff52d5356390cc017901de494ae897d9f5ad853c 0.57 MB 792 18
358,293 358,293 0000000000000000049af31759a13cc3babcf1f19d37924b349fa0de7d142f58 0.75 MB 1,604 36
358,292 358,292 00000000000000000ee60aca18bda496d94f32aa1622adf817e1e444b5dcc5af 0.35 MB 656 26
358,291 358,291 00000000000000000b43230ecf60ac1fc5c24ff6a9699bbca4e385354a48b0a2 0.49 MB 899 37
358,290 358,290 00000000000000001162280177ebaaa265663d2ae0b3ff91a0f569b41a172e6a 0.77 MB 965 13
Previous 10 blocks ↓
Total Size: 776.79 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,467.40 GB sent, 132.49 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.