Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

616 transactions (0.16 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 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
912,125 000000000000000000022b910000000000000000000000000000000000000000 0.15 vMB 597 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 912,124 (540,472 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
371,652 371,652 00000000000000000f3896aabb03d4175bde48284e23fe8e7f7bedaae865d38d 0.22 MB 462 36
371,651 371,651 00000000000000000f160bda5568354bf3d909c1b71c59e506145692e8b05c1f 0.54 MB 1,091 40
371,650 371,650 00000000000000000d2eb307af691b4de8e7e935d0d20c4f2a80f109646c80c6 0.21 MB 388 29
371,649 371,649 000000000000000011110c3e46e5f3e1f2c1cea4f40016bde1255827c47e45e6 1.00 MB 2,148 42
371,648 371,648 00000000000000001015f12e51bffcc00926719659541d1860636747abc5af76 0.33 MB 709 40
371,647 371,647 00000000000000000304d80e888b3f6c18052eb9969769a847491bc0359ad06d 0.00 MB 1 0
371,646 371,646 0000000000000000011043d14102b56a6528191912f8599dcde2eb9f666c6c46 0.37 MB 668 40
371,645 371,645 00000000000000000e8fec1d77710d22802ba01cbe56d1364076e53350ab755b 1.00 MB 2,249 48
371,644 371,644 00000000000000000067767123ff981fa841d8bbc72e192536cdb02c0ae3bd66 0.20 MB 403 43
371,643 371,643 00000000000000000e7e8e7be74eae562744b0386ee9b17ee7d9dddd69b7a4d9 0.06 MB 127 33
371,642 371,642 00000000000000000d1cfc2a43e610ac8856e89a4f98eb7aba3dd1a55514febf 0.08 MB 163 37
371,641 371,641 00000000000000000f5a2a836be15ce2659433eedf28233c76cbe5a819d87f14 0.19 MB 270 29
371,640 371,640 00000000000000000f038a3da679b4edf51e90323d515040c338b6222e5ab885 0.30 MB 523 37
371,639 371,639 00000000000000000262ed68475eda51fa958654f8d18ca823cb370139455c3e 0.91 MB 1,725 37
371,638 371,638 000000000000000000dd9720300e756cb5367e53e526cb1787a87cf7a2627473 0.27 MB 530 42
371,637 371,637 000000000000000012f131c625d3c28776310a2c40adf23706e2888e8c0e9d98 0.56 MB 1,167 38
371,636 371,636 0000000000000000109f02af52c12de8d03e4f8a6edc82f06b5d272d9bb10606 0.10 MB 223 31
371,635 371,635 00000000000000000cee67744dc1726e1ed5b9a6988370865f3bd84380403ef7 0.17 MB 335 47
371,634 371,634 00000000000000000f17bb06b31513d0da3b388486edbd32a7465c7d81c36eab 0.47 MB 870 38
371,633 371,633 00000000000000001081d4e40ecdf18aca07ab187e10f252e850ce9483f55c08 1.00 MB 2,337 44
371,632 371,632 000000000000000008ba93fc608dbc48e58aeb915ab71546385a6d3c3dc0e5e5 0.18 MB 372 34
Previous 10 blocks ↓
Total Size: 777.31 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,525.38 GB sent, 134.96 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.