Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,075 transactions (0.54 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,766 000000000000000000022b910000000000000000000000000000000000000000 0.54 vMB 2,063 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,765 (163,437 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
748,328 748,328 000000000000000000023769f39d17d6e696f2aadc276a4a855b7d323a787efc 0.91 MB 591 6
748,327 748,327 0000000000000000000452bdd610d59e091082eace0165597b2a00ef79c67f64 1.35 MB 1,293 9
748,326 748,326 000000000000000000044873b600223940c355f666f2333b2e13f6ba1dcb07cb 1.26 MB 1,768 20
748,325 748,325 000000000000000000008ebbe83f54a445739ca430fb8d322dd1f163ea2f574e 0.22 MB 397 12
748,324 748,324 00000000000000000001ec068bc3a0aa4e0f5724bb81ae1cbc3d3204e8e0c037 0.15 MB 294 14
748,323 748,323 0000000000000000000424177c0e72b4db8c16afeb3e3fd86f9d622428803cab 0.09 MB 47 8
748,322 748,322 00000000000000000004a68d5324b16b1c47bb72a54985b51526919352edcda1 0.05 MB 84 16
748,321 748,321 000000000000000000095b65e06d7590e9fad89bd7e8424fc80f3eb21d7eb905 0.18 MB 367 13
748,320 748,320 00000000000000000001744841f73c03ac5ce9158afd88d5b27e3f58aee98c99 0.42 MB 665 11
748,319 748,319 0000000000000000000063bc8640b7cb5971f7954083e4901ac4aa996764270a 1.05 MB 1,418 11
748,318 748,318 00000000000000000007a5ae6bde699fff6b92a518d4d95ec292f1244a870b6c 0.47 MB 576 10
748,317 748,317 000000000000000000088e77fd7fe34ccdd9588495bf57ba60a6ed1c86263870 0.09 MB 166 11
748,316 748,316 000000000000000000056cda71b996c5da9718b8f29cff08dfbf1c75597901b5 0.40 MB 499 8
748,315 748,315 00000000000000000006cb7dc222b78a509d544a8e0fa239977556bf2e562ad5 0.01 MB 19 7
748,314 748,314 00000000000000000005d91e0b0d0d677633dee29452e893456073ec390e0d53 1.49 MB 1,047 11
748,313 748,313 000000000000000000036bc464303693f8be6ee4a8c89ab86f583e5cbdbd7b0f 1.12 MB 1,517 11
748,312 748,312 00000000000000000005d6f6b0fe1eba44ede643446059c5474fdb3d747c0ffe 0.78 MB 648 13
748,311 748,311 000000000000000000093dceb768b0ef88470f08c68fbd9b34630ee418e8f07e 1.63 MB 1,387 7
748,310 748,310 00000000000000000004f3678196bb238b0e7cb8a72205148516280136426ed6 2.11 MB 590 1
748,309 748,309 00000000000000000000397ce55a60682a248b15c4b042a3791a8757c59b27ca 1.52 MB 2,816 16
748,308 748,308 00000000000000000005b3df6ca2712683654c274d68d3fcfe4ab9050ba68503 1.12 MB 387 11
Previous 10 blocks ↓
Total Size: 776.65 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,430.62 GB sent, 131.81 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.