Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,320 transactions (0.36 vMB)

Priority:

  • 1 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,891 000000000000000000022b910000000000000000000000000000000000000000 0.36 vMB 1,320 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,890 (482,453 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
429,437 429,437 000000000000000004d148c4fb9a84893eed4d24afb8e14973c55f7840b86dc0 0.94 MB 1,779 39
429,436 429,436 00000000000000000136afe23a2304aa64c555720411932f197c82f2bdf0e58a 0.66 MB 1,516 63
429,435 429,435 0000000000000000029b00cbb88c54d5b497f7d972007fb8dd35f14fa90d1089 0.65 MB 811 40
429,434 429,434 0000000000000000042679e55a980ab072dc7a004652f20fbeba26f144e2ea4b 1.00 MB 2,631 73
429,433 429,433 000000000000000003e0789c0c8c4f6b16dc27ec94ea776b15c15ae3985fea43 1.00 MB 2,029 65
429,432 429,432 000000000000000004ab242c03932f1fdba8b092583e13c872609c26fbc62b90 0.33 MB 865 64
429,431 429,431 0000000000000000027b1db9f5607eb16649970407d614edbb95d65664839927 0.07 MB 144 60
429,430 429,430 000000000000000001b654d85ec2e0ec9df7f56b2baf3ab09ec08599b0dc73a6 0.31 MB 562 52
429,429 429,429 0000000000000000015a4808329f5e959ac0c8c359e97e1762ea8fe97dd33e40 0.55 MB 1,220 57
429,428 429,428 00000000000000000094e0a831fc98f1876650c01c19f069e6eed07762a2ad0a 0.22 MB 523 57
429,427 429,427 00000000000000000444605367eaae1bc59575efe4aa59e0c5b532446b6caa53 0.01 MB 21 58
429,426 429,426 0000000000000000001a4ade81936af9db6df0fc6ca87919cebb7d6b4a254cba 0.03 MB 64 41
429,425 429,425 00000000000000000304f175daeb5d49b5c26c4711a1832209c3fa4cfdcc5c30 0.15 MB 219 45
429,424 429,424 0000000000000000034f036ab5b5d99b7909decfb8315e619b4b1f80192b7824 0.05 MB 118 48
429,423 429,423 0000000000000000040e297b55c2d567a13453c5474599c40f134cd3b6f45c40 0.99 MB 1,027 24
429,422 429,422 00000000000000000408361527b0a01d1d5eee943fc913e01b5e92d3bbf59d0c 0.43 MB 955 50
429,421 429,421 0000000000000000039c930985c5b6329d084b6338eff326da7f32f1eb19bad8 0.04 MB 117 61
429,420 429,420 00000000000000000131171f14830d6e39c7e04ba5eb38b64bba21bd076f2628 0.15 MB 360 47
429,419 429,419 00000000000000000426002f3587456717ed1ff37ab3414b160c1e5249b06593 0.11 MB 226 62
429,418 429,418 0000000000000000034a5a5ff42494ddca1cfa7e8e0ff5dd781061ab60be2f0e 0.61 MB 1,362 57
429,417 429,417 0000000000000000036bba8221b2e386a1e2aab614c3225c344b35c15dde9469 0.63 MB 1,305 59
Previous 10 blocks ↓
Total Size: 776.88 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,477.38 GB sent, 132.90 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.