Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

485 transactions (0.17 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,514 000000000000000000022cb30000000000000000000000000000000000000000 0.17 vMB 476 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,513 (886,110 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,403 24,403 000000005acf96d8d8fe6338631f96f57b40022a0937d88b56fa9ece4ff34a92 0.00 MB 1 0
24,402 24,402 0000000055b8b597f50cd7a9b12268a21726c85329fdb3e0b23566e4fd5bb28d 0.00 MB 1 0
24,401 24,401 000000006f39257c5e63b0b34706c8b201a2717b32dfef178c9490affaaed127 0.00 MB 1 0
24,400 24,400 000000006ce5f5d5d5346accf93e41ea7f14912ded1a3840dbe8caec7ae1a9e0 0.00 MB 1 0
24,399 24,399 0000000093203651e0b2700d6c2055bf70ed196f26d21b9680fc28395352e1d7 0.00 MB 1 0
24,398 24,398 00000000c7e7966eb70b1a47d8453e7fb28cd41787b59a01f973e2450f6dda05 0.00 MB 1 0
24,397 24,397 000000005da84d23ce3141ef98f05e0286c74999c9541a4a37e1fd0d4695d2f4 0.00 MB 1 0
24,396 24,396 000000003d26ce36aa8268398ca1570f005dc4b31c38ce2e6847990eefcdc0ef 0.00 MB 1 0
24,395 24,395 000000007dbc2a105524e81adbedcb5d69ed3f45f988a1176e679c1fc7661bf3 0.00 MB 1 0
24,394 24,394 000000006ab92135193ca9b8f7f7f720b4036d1d1bc85920c0cb265944b35df9 0.00 MB 1 0
24,393 24,393 000000003e718b47b80fa33bd5d7c782a7a2eb13af77531ecddb2ba089b09573 0.00 MB 1 0
24,392 24,392 000000002974e35bbee63e7ad4b2c293a1995e564a4402cb762c170b67842c06 0.00 MB 1 0
24,391 24,391 00000000cc20696da6f58e253e7570552a2f9c0a9deaa1afd0077aa557a99a2d 0.00 MB 1 0
24,390 24,390 000000007e60bc8f556238d92c27a75597664add4703fe9f6fdf5ae1d95be8e5 0.00 MB 1 0
24,389 24,389 00000000d2ccd43688b67c5a8e74682940e640b2d228a28f2a790f94c23376fd 0.00 MB 1 0
24,388 24,388 0000000098be22750ae9290268f614d0856e57052a4b03c9abf2e4d6461367da 0.00 MB 1 0
24,387 24,387 000000004ecf7de1b537b9c8b37904554d9e130e6156877448f5142783b34b3d 0.00 MB 1 0
24,386 24,386 000000008fdcd93b603e51f3f071f64c5861ce406c5c4012462e61d63915dd66 0.00 MB 1 0
24,385 24,385 00000000c9a51c6227e06c61bb472c2638581606c5a72194e0b0c6e3d6371fd9 0.00 MB 1 0
24,384 24,384 000000005ced35339d46e91ba8006c40d65f39dbd48ec00933567ac148329d7d 0.00 MB 1 0
24,383 24,383 000000008ac8cac6f8ccfe08d5c31819c4d37f3fdbc8471e79d913ef3edbf572 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.34 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,244.67 GB sent, 120.25 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.