Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,237 transactions (1.49 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,656 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 3,365 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,655 (325,342 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
586,313 586,313 00000000000000000013166c152e0f8a9c009c2f13c1b7af9df7957abeb06f1b 1.12 MB 2,453 3
586,312 586,312 000000000000000000041c1d8c71e1e553d61d9febad035a23347996cfd14057 1.15 MB 2,013 49
586,311 586,311 0000000000000000000c4e10cda631597e7b3590337a97b2fabf23dd4deff58e 1.18 MB 3,296 59
586,310 586,310 00000000000000000012a8da61ee541d3fb08925eb42cdb56bf129c6f71f62c2 0.81 MB 1,673 36
586,309 586,309 0000000000000000000f1d42e4a02337dc89666986ec21f3cf01856869c43b6a 0.04 MB 96 42
586,308 586,308 0000000000000000001e0ff90c966ea7d1792de28f94fcc91d5b293852bc89c5 0.69 MB 1,712 31
586,307 586,307 000000000000000000180bc2d25df0b48ed80884acef009dde6d00820322837d 0.39 MB 665 16
586,306 586,306 00000000000000000009a4a9165c8e6f34652497574b0f061fabea1dced2d9b9 0.88 MB 1,797 38
586,305 586,305 00000000000000000015031f6abaa900bff18dad6484e97e09774bea65ad7dc3 0.70 MB 2,070 32
586,304 586,304 00000000000000000019945271d02c2e9cdcf50f024fd524a4f973fcea4372ba 0.23 MB 640 31
586,303 586,303 0000000000000000000d31af6e20c0465ac1cfeaf5899f7d86f0cc78eef40b6d 0.37 MB 1,091 40
586,302 586,302 000000000000000000142c167c4bb65f41238bb3a503e1d8daf0d4b7513366e2 0.23 MB 692 4
586,301 586,301 00000000000000000009cc98872e3c33d0d67614bb454df21b9961c524f2c655 1.23 MB 2,867 41
586,300 586,300 0000000000000000000fd6d7eda96145bb2b4978e416db1122a37410a7ac7d12 1.19 MB 2,964 13
586,299 586,299 0000000000000000000f5509d0c19df310bf3ed3d55c83b44581a34bb62ef2b5 1.46 MB 2,968 67
586,298 586,298 0000000000000000000b9afa69cf58918ee1edac8cc1126edad70d840995f32a 0.55 MB 1,460 28
586,297 586,297 0000000000000000001414b4e32ab3c89917bf9309a8036a903c899944b7f7bc 0.20 MB 624 17
586,296 586,296 00000000000000000007ccbe3aa8fc2c26aa3c8dd2072930bd90eb5bab6f43ef 0.22 MB 677 29
586,295 586,295 0000000000000000000a50b1c6dbc5db6b2e68f0450eee0ce39eb64688ec084a 0.21 MB 537 36
586,294 586,294 000000000000000000111cd9a8a2af0f2b1f0585a6f408725b2fa9f26d9e9eed 0.67 MB 1,549 30
586,293 586,293 0000000000000000000f1a2b276e1861ea3f96e8ff2903779accc2216b9c02d0 1.14 MB 3,221 22
Previous 10 blocks ↓
Total Size: 776.45 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,424.34 GB sent, 130.92 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.