Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,376 transactions (0.57 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,689 000000000000000000022b910000000000000000000000000000000000000000 0.56 vMB 1,361 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,688 (20,230 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
891,458 891,458 000000000000000000006dce6674cb115867f5c8836a96058662cdc2b8bff2cd 1.48 MB 3,100 6
891,457 891,457 000000000000000000021504d68172ebcaf3dab62f02bd95443cd2a06d01a467 1.73 MB 3,583 11
891,456 891,456 00000000000000000000c6bab0075c97a5650de2f8933b6546abb97e97b82523 1.36 MB 2,051 6
891,455 891,455 00000000000000000001d93214d005594507dd831a52480a9b16d16fd4ed379f 0.30 MB 324 6
891,454 891,454 0000000000000000000023f3ac029381e173165745c781bf9aef934f201ad619 0.42 MB 908 2
891,453 891,453 00000000000000000001a73e5d321bf7fb8008b28456c380561ea414e9978748 0.77 MB 1,322 6
891,452 891,452 00000000000000000001105f3d76b97733cc47536f7a19177bfe5430d5ad97cb 1.27 MB 2,963 3
891,451 891,451 00000000000000000001cfa3d47174142f5ce56dfe57c960cca42faf8b0a0105 1.52 MB 2,500 5
891,450 891,450 00000000000000000001b92c54d21a9df33a3892639b27a193a9ef8ef18805ac 1.64 MB 2,286 6
891,449 891,449 000000000000000000004189b98f666fd55b213ebdfdfe109eb2426680c1366a 1.68 MB 1,911 5
891,448 891,448 00000000000000000001f168a96460b219b8703b77af3fecaae233b98d606e72 1.18 MB 992 1
891,447 891,447 00000000000000000002169919a942baea0a018da79ec847f9e8aff43d2a7f45 1.71 MB 2,344 2
891,446 891,446 00000000000000000000d404c353e2aff26134096cfc2cd7d5066e6dd8df639a 1.65 MB 3,688 7
891,445 891,445 0000000000000000000112f2b27e3ffb4952e0857d275cd55cfbc1e4e4365721 1.34 MB 1,018 1
891,444 891,444 000000000000000000011acf790085f67dc8a997bf216356e11920877ee4677f 1.62 MB 3,222 4
891,443 891,443 00000000000000000001d625533f94610bfccaf336047b87b460c6121a883851 1.79 MB 3,256 8
891,442 891,442 00000000000000000001ab1192c56fdacf303ab516a39786adbc5aa864ab1ed5 1.73 MB 3,252 3
891,441 891,441 000000000000000000002e410614f7ce7dc8c09f417df1a3df67111f6cb3c483 1.72 MB 3,021 10
891,440 891,440 0000000000000000000049067867e7303fa8879e708c54a460f3f20956d167a0 2.22 MB 3,169 51
891,439 891,439 00000000000000000000f13ef6cb387de53c924ef37aa28a88b1723a22545805 1.87 MB 2,561 35
891,438 891,438 000000000000000000020cf2d5c985f24b0bef136ce40ecddcadfd9acbb2c64e 0.84 MB 1,826 5
Previous 10 blocks ↓
Total Size: 776.51 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,425.50 GB sent, 131.20 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.