Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,110 transactions (0.28 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 2 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
911,305 000000000000000000022b910000000000000000000000000000000000000000 0.27 vMB 1,096 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,304 (562,868 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
348,436 348,436 000000000000000005f200d0152efb541e62d9236698a5e90db8b2a86dd079d3 0.69 MB 1,343 27
348,435 348,435 000000000000000007709d084019c0e39c716a5e382a3563a88d449e999b4da2 0.52 MB 989 23
348,434 348,434 00000000000000000ba6aa99d367949e840c01a2d600c22fadc7ec865751599f 0.40 MB 707 26
348,433 348,433 000000000000000003784c501887696642457368d9a7dd0c8870082b63118045 0.59 MB 1,142 128
348,432 348,432 00000000000000000608e888e96721d6c4a2b2a7d0d3dc4aba30a4657abb50ee 1.00 MB 1,779 86
348,431 348,431 000000000000000008787a17b4798904d091d08e50bc20cffae959e27eef0729 0.75 MB 2,038 35
348,430 348,430 0000000000000000135b0a4762e7723607f6666512b5069636e62751e3da8549 0.59 MB 1,069 26
348,429 348,429 000000000000000000702c8b247122e7c47eb150837406bb45a926c73918c020 0.23 MB 478 21
348,428 348,428 0000000000000000138d46372027d70c92787228a15984ac640584fe205c1459 0.27 MB 594 29
348,427 348,427 00000000000000000cb8680a0f470f1b96dedd3dad2c6bf3baaac6b4372c8db9 0.92 MB 2,069 29
348,426 348,426 000000000000000005b4b32359e7b066bb143987ceeacde71299a260768c6347 0.35 MB 661 32
348,425 348,425 0000000000000000164d88dc49f027ab05c65e761c1264bccb0e95fa988b85a7 0.27 MB 538 28
348,424 348,424 00000000000000000ca1991e72f96159ed0096902ac87816fabb35cd006ae9db 0.50 MB 940 28
348,423 348,423 000000000000000010c2d24b34045fc2a7882c2e328c534add93ed0b806a8d3d 0.36 MB 643 31
348,422 348,422 0000000000000000073753e69c1cd0db255d434771d1d0b7efe680b038d51eff 0.42 MB 700 22
348,421 348,421 00000000000000000a8f5830f983c93beb0d660e0f33164894ab17c339de65b1 0.04 MB 128 50
348,420 348,420 0000000000000000138f127c94a75125255b85faad98754fcfec90e584bce6a0 0.04 MB 71 22
348,419 348,419 00000000000000001320e477bed001fb59ca872ea02ad98fac3812be61f134f0 0.42 MB 604 21
348,418 348,418 00000000000000001139f4023002117aa03869daa380141322171ab16d12c024 0.46 MB 971 27
348,417 348,417 000000000000000001e72b9e7d72c7518b14a242f3d8a3f4e58e970547d75786 0.05 MB 86 31
348,416 348,416 000000000000000012081092b209f1ecb5d70ea199d67158051a2af057862b2a 0.23 MB 424 28
Previous 10 blocks ↓
Total Size: 775.81 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,398.85 GB sent, 127.88 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.